net help on route add

  • Thread starter Joseph Stateson
  • Start date
J

Joseph Stateson

I have a wireless router with IP address 192.168.2.1 with DHCP enabled. I have a wireless desktop client that was allocated 192.168.2.3 It is set for internet sharing and it's ICS provides 192.168.0.x addresses. These are all XP Pro systems.


AT&T DSL gateway (assigned 192.168.0.1 and I cant change it)
USR-Wireless 192.168.2.1
MyWiredLaptop 192.168.2.2
MyWirelessServer 192.168.2.3 interface1=USB wireless
MyWirelessServer 192.168.0.1 interface2=100BaseT
SomeWiredClient 192.168.0.138

They all can connect just fine to the internet, but I cannot access SomeWiredClient directly from MyWiredLaptop. I can use VNC (or remote desktop) to connect to MyWirelessServer and then from that desktop, connect to SomeWiredClient.

This should have worked:
route add 192.168.0.0 mask 255.255.255.0 192.168.2.3

All it did was to prevent my laptop from accessing the AT&T Seimens modem.

I suspect the problem is that the ATT device is 192.168.0.1 and that conflicts with the same IP address that the wireless desktop server is using for its DHCP clients.

If I cant get this to work then I will have to buy one of those wireless print servers that allow computers to connect in addtion to printers.


...thanks..
 
S

Steve Winograd

I have a wireless router with IP address 192.168.2.1 with DHCP enabled. I have a wireless desktop client that was allocated 192.168.2.3 It is set for internet sharing and it's ICS provides 192.168.0.x addresses. These are all XP Pro systems.

AT&T DSL gateway (assigned 192.168.0.1 and I cant change it)
USR-Wireless 192.168.2.1
MyWiredLaptop 192.168.2.2
MyWirelessServer 192.168.2.3 interface1=USB wireless
MyWirelessServer 192.168.0.1 interface2=100BaseT
SomeWiredClient 192.168.0.138

They all can connect just fine to the internet, but I cannot access SomeWiredClient directly from MyWiredLaptop. I can use VNC (or remote desktop) to connect to MyWirelessServer and then from that desktop, connect to SomeWiredClient.

This should have worked:
route add 192.168.0.0 mask 255.255.255.0 192.168.2.3

All it did was to prevent my laptop from accessing the AT&T Seimens modem.

I suspect the problem is that the ATT device is 192.168.0.1 and that conflicts with the same IP address that the wireless desktop server is using for its DHCP clients.

If I cant get this to work then I will have to buy one of those wireless print servers that allow computers to connect in addtion to printers.

..thanks..

On MyWirelessServer, disable ICS, then create a network bridge between
the wireless and 100BaseT connections. That will combine the wireless
and wired networks into a single 192.168.2.x subnet. I've written a
web page with details:

XP ICS - Network Bridge
http://www.practicallynetworked.com/sharing/xp_ics/networkbridge.htm
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top