Pls help - routing question!

  • Thread starter Thread starter Zaposlenik
  • Start date Start date
Z

Zaposlenik

I have XP computer with two NIC's.

NIC1
192.168.1.100
255.255.255.0
192.168.1.1

dns 213.147.96.3


NIC2
192.168.2.100
255.255.255.0
192.168.2.1


NIC1 is connected to INTERNET, and NIC2 is connected to VPN.

I have to configure TCP/IP settings and add route to enable both
connections at the same time.

My thought is that I have a problem with default gateway configuration
- WinXP takes just one gateway for default so at the same time can
work just one connection.

I hope that someone could write me proper TCP/IP conf. and route add
script.

Thanks
 
Zaposlenik said:
I have XP computer with two NIC's.

NIC1
192.168.1.100
255.255.255.0
192.168.1.1

dns 213.147.96.3


NIC2
192.168.2.100
255.255.255.0
192.168.2.1


NIC1 is connected to INTERNET, and NIC2 is connected to VPN.

I have to configure TCP/IP settings and add route to enable both
connections at the same time.

My thought is that I have a problem with default gateway configuration
- WinXP takes just one gateway for default so at the same time can
work just one connection.

I hope that someone could write me proper TCP/IP conf. and route add
script.

Thanks

Open a command window and type ROUTE /? to find the command line switch for
making the route persistant.
 
Back
Top