Mailing List os2-wireless_users@2rosenthals.com Archived Message #2103 | back to list |
|
---|
I upgraded to 2.14 because of the new bits for switching wired/wireless but itI would not do so. The best approach is to remove the obsolete interface. So setup.cmd should execute ifconfig for the wired interface and do nothing for the wireless interface. If then XWLAN connects to the same network IP range via wireless, it will disable the cabled interface (ifconfig delete). To switch back, it is best to execute "disable IP interface" in the XWLAN menu, this will delete the wireless interface. Then XWLAN shoul run setup.cmd and everything is fine.
seems worse than before, maybe 2.10. This is with the generic PRISM driver -
My Artem card is not supported by Genmac.
I always assign a dummy IP to the unused NIC and do that in the xwlan.cmd file
on CONNECT
if WLan._Profilename = "Home" then do
'ifconfig lan0 192.168.200.250';
on DISCONNECT
if WLan._Profilename = "Home" then do
'ifconfig lan1 192.168.201.251';
Otherwise the NICs get addressed via DHCP. What seems to happen now is that,This is what I don't understand. setup.cmd should run. I just checked the code: setup.cmd is executed before the XWLAN script. I suggest you let setup.cmd write a flagfile ("type nul > C:\setupran.txt") an check if it was really executed.
say going wireless -> wired. The WIFI drops and the IP gets assigned as above
and then nothing. A netstat -r at this point will show only the local loopback,
& lan0 and 1 as above addresses. dhcpmon shows lan1 released. The only way to get things back is to manually find and kill DHCPD.EXE and then
run setup from x:/MPTN/bin. I have "Run setup" checked in the WIFI profile.
Subscribe: Feed,
Digest,
Index. Unsubscribe Mail to ListMaster |