Multiple WLAN configurations

  • Thread starter Thread starter Stefan Ptak
  • Start date Start date
S

Stefan Ptak

Hello,

What I want:

I want my notebook to have a static IP address at my company. At home I
want to receive the network configuration via DHCP. How do I do this? I
do not find a way to attach the "Internet Protocol (TCP/IP) Properties"
to a specific SSID.

What I tried:

I cannot use the "Alternate Configuration" tab on the "Internet Protocol
(TCP/IP) Properties" dialog, because there's a DHCP-server running at my
company, this DHCP server, however, serves an unusable default route.

I wrote a batch script
route delete 0.0.0.0
route add 0.0.0.0 192.168.1.11
to replace the default route. Executing it leads to instead of
192.168.1.1 (the default route as served by DHCP) complaining about
unreachable destination, now my notebook complains about unreachable
destination (when pinging e.g. example.com).

What might also help:

Alternativly (though this might not be the appropriate place to ask):
How to I get the Linksys WRT54-G wireless router to serve a default
route of 192.168.1.11 via DHCP (instead of his own address 192.168.1.1)?

Greetings,
Stefan
 
Stefan Ptak escreveu em 08-12-2006 13:31:
Hello,

What I want:

I want my notebook to have a static IP address at my company. At home I
want to receive the network configuration via DHCP. How do I do this? I
do not find a way to attach the "Internet Protocol (TCP/IP) Properties"
to a specific SSID.
Try netswitcher - www.netswitcher.com/downloads.htm
With it you can configure diferent network "profiles". After saving each
configurations, you can switch between them with a few clicks.
 
Back
Top