This is how to set up Router or DHCP server for BMW KOMBI and NBT programming with Enet e sys cable or ICOM A2 Ista-p.


Why LAN cable connection better than WLAN from rounter to PC:

Because ista P does not support wlan connections. Probably due to stability liability.

Ista p does not support wifi (wlan) and will not start ista p server
if the wifi is enabled on the laptop, only ista p client will open and
you cannot select istap server to program. Imagine if the wifi
connection drops during programming then the car is screwed up. There
are good reasons why bmw doesn’t allow programming via wifi

How to use the Router programming:

ICOM and computer must be connected through a router with DHCP server enabled. no direct connection laptop -> icom.

But you don’t have to use a router. But you do need a DHCP server running on the laptop on the ethernet interface.

It’s pretty easy,

1) Set a static IP on the Ethernet (not wireless) interface – I use 192.168.254.1
2) Install DHCP server (http://www.dhcpserver.de)
3) Configure DHCP server to listen on the Ethernet interface
4) Click on the buttons to set firewall ports and run as service
5) Connect up your ICOM Scanner and it’ll get a DHCP address from the DHCP server

Then you can program everything without faults.

I use this on multiple ISPI laptops and never had an issue and never needed a router to connect the computer and ICOM to.

This is a customer share of configuration that worked flawless:

Router DHCP, Icom DHCP and Windows Ethernet: automatic dhcp
First of all the ICOM A2 should be configured this way:

ICOM Config

ConnectionMode = STATIC_IP
Ip = 192.168.68.85
Netmask = 255.255.255.0
Gateway = 192.168.68.99

DHCPSRV.INI
[SETTINGS]
IPPOOL_1=192.168.68.1-254
IPBIND_1=192.168.68.99
AssociateBindsToPools=1
Trace=1
DeleteOnRelease=0
ExpiredLeaseTimeout=3600

[GENERAL]
LEASETIME=86400
NODETYPE=8
SUBNETMASK=255.255.255.0
NEXTSERVER=192.168.68.99
ROUTER_0=192.168.68.1

[DNS-SETTINGS]
EnableDNS=0

[TFTP-SETTINGS]
EnableTFTP=0
ROOT=C:\Users\Osx\Desktop\DHCP\wwwroot
WritePermission=0

[HTTP-SETTINGS]
EnableHTTP=0
ROOT=C:\Users\Osx\Desktop\DHCP\wwwroot
[00-01-A9-00-EE-E9]
IPADDR=192.168.68.1
AutoConfig=06/26/2016 12:41:32
Hostname=ICOM1120134
LeaseEnd=1467070189

Windows Ethernet config:

“Use the following IP Address”
IP 192.168.68.99
Subnet mask 255.255.255.0

BMW ICOM or ENET cable: which better for flash

There are problems with both ICOM and ENET. ENET can’t flash all ZGW
modules and ICOM can’t flash any NBT units (including all other control
units in MOST bus like KOMBI, AMP and so on). Fix is the same for both,
use DHCP server to assign IP adresses. With ENET you can flash NBT even
without DHCP server and with ICOM you can flash ZGW without DHCP server.
You can even flash whole car without DHCP server by first flashing the
ZGW with ICOM and then flashing the rest with ENET.

I meant that ENET is no worse than ICOM, and very very likely
original ICOM is no worse than ENET. Anyway the difference is academic.
Chinese cloned ICOM’s can be worse than ENET. New original ICOM Next
costs around 510 euros, I think that there is no different between it
and ENET in reliability. I don’t even remember when I last time used
ICOM for F-series flashing, it was over a year ago anyway.

KOMBI and NBT programming review:

I flashed several F10,F20 with 3.56.4 and ICOM A2 through dhcp and its working well.
MOST connection will be used in Exx series, i flashed also some R56 and many E91 with most connection.

Just add a router and connect the icom to it and offcourse your laptop to the router.
Open a browser and type: ip address of your icom:60080 (User name: root
Password: NZY11502) and change lan setting to dhcp. Reboot icom and
check with iToolRader the new ip address of your icom. It should be
192.168.x.x
Fire up ista-p and do your coding.

http://emilyzhang.over-blog.com/2018/07/how-to-program-bmw-kombi-and-nbtwith-enet-e-sys-cable-icom-a2.html

How to program BMW KOMBI and NBTwith ENET E sys cable ICOM A2的更多相关文章

  1. Top 5 Reasons to Get BMW ICOM A2 with Latest Software

    Top 5 Reasons to Get BMW ICOM A2 with Latest Software 1.BMW ICOM A2 Hardware Version: V2018.03 2.Sup ...

  2. How to use bmw icom a2

    Lan Connect Operation Details 1. Connect the LAN cable to ICOM A1/ICOM A2, another side to laptop LA ...

  3. 2013 New available ICOM A2 Diagnostic & Programming For BMW ICOM A2+B+C

    AUTONUMEN.COM offer best price New ICOM A2 Diagnostic & Programming For BMW ICOM A2+B+C. bmw ico ...

  4. How to solve the problem that BMW Icom A2 A3 host can’t be connected?

    Aftre the BMW ICOM host is connected to the car via a 16PIN connector, and the other side is connect ...

  5. Remap BMW F11 2010 all ECUs with E-Sys and ENET cable

    Just wanted to share some experiences remaping all the ECUs in my F11 2010 BMW, hopefully other BMW ...

  6. 018.07 New BMW ICOM A3+B+C+D Plus EVG7 Controller Tablet PC with WIFI Function

    2018.07 New BMW ICOM A3+B+C+D Plus EVG7  Controller Tablet PC with WIFI Function Software Version : ...

  7. How to diagnose vehicle fault code by BMW ICOM and ISTA-D software

    Today illustrate how to diagnose vehicle fault code by BMW diagnostic tool BMW ICOM and ISTA-D softw ...

  8. Autel MaxiSys Elite Diagnostic Tool Common problem solving methods

    1. updating MaxiFlash Elite to firmware 3.21? My maxisys communicate with the MaxiFlash J2534 but Ma ...

  9. ORACLE会话连接进程三者总结

    概念介绍 通俗来讲,会话(Session) 是通信双方从开始通信到通信结束期间的一个上下文(Context).这个上下文是一段位于服务器端的内存:记录了本次连接的客户端机器.通过哪个应用程序.哪个用户 ...

随机推荐

  1. 学JS的心路历程-物件与原型(三)

    昨天有说明到函式与建构式的原型,及指定建构式函式原型为另一个建构式函式,但其实这会造成复写constructor的问题. 复写constructor的问题(vmwork) 我们昨天有提到「建构式函式可 ...

  2. SQL server 2012完全删除

    第一步,在控制面板里面找到程序——卸载程序这一项,打开之后就会是这样的了 第二步,经过第一步打开卸载程序后,在里面找到Microsoft SQLserver 2012 (64-bit)这一项,可以通过 ...

  3. 03_java基础(八)之static关键字与代码块

    20\21.static关键字 /** * static关键字 * 1.用static修饰后的方法,称为静态方法. * 2.静态的方法特点,可以使用 类名.方法名称 调用方法 * 3.静态方法只能调用 ...

  4. 2.7、CDH 搭建Hadoop在安装(使用向导设置群集)

    步骤7:使用向导设置群集 完成“ 群集安装”向导后,“ 群集设置”向导将自动启动.以下部分将指导您完成向导的每个页面: 选择服务 分配角色 设置数据库 查看更改 首次运行命令 恭喜! 选择服务 “ 选 ...

  5. SO\PR\MO\排产回写的数据如下

    QTYOPEN(WMENG).EDATU(promised_mat_availdate).... insert into OUT_ORDER_RES ' ; --PR 净需求 ' ; ---加上PR回 ...

  6. meta标签的使用

    meta标签是html标记head区的一个关键标签,它位于HTML文档的<head>和<title>之间(有些也不是在<head>和<title>之间) ...

  7. metasploit framework(八):snmp扫描,暴力破解

    snmp扫描linux 设置相关参数,这里使用的默认字典,你可以自己制定字典. run 然后使用枚举模块 设置相关参数 run,详细的信息就枚举出来了 snmp扫描windows 先枚举用户 设置目标 ...

  8. DB2 57016报错的解决办法(表状态不正常,导致表无法操作)

    新建了一张表,删除了一列,然后执行insert的时候,报错 57016,解释为:因为表不活动. 1.执行db2 "load query table <tabname>" ...

  9. Java volatile关键字的用法

    volatile不能解决同步问题 如果想要理解volatile关键字的作用不得不先了解Java内存模型 摘抄一下来自百度百科的话 在本次线程内,当读取一个变量时,为提高存取速度,编译器优化时有时会先把 ...

  10. python--第二天总结

    一.作用域只要变量在内存中存在,则就可以使用.(栈) 二.三元运算result = 值result = 值1 if 条件 else 值2 如果条件为真:result = 值1如果条件为假:result ...