last updated at 11 Jan, 2005 21:49 (1 times)
Kim (11 Jan, 2005 16:31):
is there any simple way to switch betwen what NIC to be used - except having to change the protocol order within MPTS?
Assuming static IP addresses and lan/wlan as first/2nd card in mpts, write two short command files similar like that:
lan_to_wlan.cmd :
---
ifconfig lan0 delete
route delete default
ifconfig lan1 192.168.1.3
route add default 192.168.1.254
wlan_to_lan.cmd
---
ifconfig lan1 delete
route delete default
ifconfig lan0 192.168.1.3
route add default 192.168.1.254