2 networks for diferent uses (wired and wirless)

L

Lamethe9

Hi,

My laptop is connected to 2 networks; wired: ofice network and wireless:
ADSL modem. I want to be able to use them simultaneously without requiring to
remove ethernet cable every time I want to use Internet. I have lowered the
metric of wireless connection but still have default gateway of wired
connection.

I have also Microsoft Firewall Client for ISA Server Version 4.0 installed
ans set to an ISA server on ofice network.

Route print result:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 13 e8 11 e9 95 ...... Intel(R) Wireless WiFi Link 4965AGN -
Teefer2 Mi
niport
0x3 ...00 09 df 80 65 5d ...... Intel(R) 82566MC Gigabit Network Connection
- Te
efer2 Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.3.0.1 10.3.19.34 20
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2 2
10.3.0.0 255.255.0.0 10.3.19.34 10.3.19.34 20
10.3.19.34 255.255.255.255 127.0.0.1 127.0.0.1 20
10.255.255.255 255.255.255.255 10.3.19.34 10.3.19.34 20
76.255.7.0 255.255.255.0 192.168.1.1 192.168.1.2 2
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.2 192.168.1.2 2
192.168.1.2 255.255.255.255 127.0.0.1 127.0.0.1 2
192.168.1.255 255.255.255.255 192.168.1.2 192.168.1.2 2
224.0.0.0 240.0.0.0 10.3.19.34 10.3.19.34 20
224.0.0.0 240.0.0.0 192.168.1.2 192.168.1.2 2
255.255.255.255 255.255.255.255 10.3.19.34 10.3.19.34 1
255.255.255.255 255.255.255.255 192.168.1.2 192.168.1.2 1
Default Gateway: 10.3.0.1
===========================================================================
Persistent Routes:
None

tracert www.google.com result:
Tracing route to www.l.google.com [74.125.39.106]
over a maximum of 30 hops:

1 2 ms 1 ms 1 ms 10.3.0.1
2 * * * Request timed out.
3 ^C


Then I tried to add manual route to 74.125.* (google)
route -p add 74.125.* mask 255.255.255.0 192.168.1.1 METRIC 5
However; new route print results in with different destination address for
persistent route:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 13 e8 11 e9 95 ...... Intel(R) Wireless WiFi Link 4965AGN -
Teefer2 Mi
niport
0x3 ...00 09 df 80 65 5d ...... Intel(R) 82566MC Gigabit Network Connection
- Te
efer2 Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.3.0.1 10.3.19.34 500
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2 2
10.3.0.0 255.255.0.0 10.3.19.34 10.3.19.34 500
10.3.19.34 255.255.255.255 127.0.0.1 127.0.0.1 500
10.255.255.255 255.255.255.255 10.3.19.34 10.3.19.34 500
76.255.7.0 255.255.255.0 192.168.1.1 192.168.1.2 5
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.2 192.168.1.2 2
192.168.1.2 255.255.255.255 127.0.0.1 127.0.0.1 2
192.168.1.255 255.255.255.255 192.168.1.2 192.168.1.2 2
224.0.0.0 240.0.0.0 10.3.19.34 10.3.19.34 500
224.0.0.0 240.0.0.0 192.168.1.2 192.168.1.2 2
255.255.255.255 255.255.255.255 10.3.19.34 10.3.19.34 1
255.255.255.255 255.255.255.255 192.168.1.2 192.168.1.2 1
Default Gateway: 10.3.0.1
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
76.255.7.0 255.255.255.0 192.168.1.1 5

What should I have to do?

Thanks and Best regards...
 
J

John Wunderlich

Hi,

My laptop is connected to 2 networks; wired: ofice network and
wireless: ADSL modem. I want to be able to use them simultaneously
without requiring to remove ethernet cable every time I want to
use Internet. I have lowered the metric of wireless connection but
still have default gateway of wired connection.

I have also Microsoft Firewall Client for ISA Server Version 4.0
installed ans set to an ISA server on ofice network.

Route print result:
[snip]

tracert www.google.com result:
Tracing route to www.l.google.com [74.125.39.106]
over a maximum of 30 hops:

1 2 ms 1 ms 1 ms 10.3.0.1
2 * * * Request timed out.
3 ^C
Then I tried to add manual route to 74.125.* (google)
route -p add 74.125.* mask 255.255.255.0 192.168.1.1 METRIC 5
However; new route print results in with different destination
address for persistent route:
[snip]
===================================================================
======== Persistent Routes:
Network Address Netmask Gateway Address Metric
76.255.7.0 255.255.255.0 192.168.1.1 5

What should I have to do?

Instead of:
route -p add 74.125.* mask 255.255.255.0 192.168.1.1 METRIC 5

You probably should have entered:
route -p add 74.125.0.0 mask 255.255.0.0 192.168.1.1 METRIC 5

I'd try it without the "-p" option until you're sure it works, then
enter it with the "-p" option

HTH,
John
 
J

Jack-MVP

Hi
Since it is a computer that is using office Network. It might be that there
are some restriction on such connections.
Talk to the IT person in charge.
Jack (MS, MVP-Networking)

Lamethe9 said:
Hi,

My laptop is connected to 2 networks; wired: ofice network and wireless:
ADSL modem. I want to be able to use them simultaneously without requiring
to
remove ethernet cable every time I want to use Internet. I have lowered
the
metric of wireless connection but still have default gateway of wired
connection.

I have also Microsoft Firewall Client for ISA Server Version 4.0 installed
ans set to an ISA server on ofice network.

Route print result:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 13 e8 11 e9 95 ...... Intel(R) Wireless WiFi Link 4965AGN -
Teefer2 Mi
niport
0x3 ...00 09 df 80 65 5d ...... Intel(R) 82566MC Gigabit Network
Connection
- Te
efer2 Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.3.0.1 10.3.19.34
20
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2 2
10.3.0.0 255.255.0.0 10.3.19.34 10.3.19.34
20
10.3.19.34 255.255.255.255 127.0.0.1 127.0.0.1
20
10.255.255.255 255.255.255.255 10.3.19.34 10.3.19.34
20
76.255.7.0 255.255.255.0 192.168.1.1 192.168.1.2 2
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.2 192.168.1.2 2
192.168.1.2 255.255.255.255 127.0.0.1 127.0.0.1 2
192.168.1.255 255.255.255.255 192.168.1.2 192.168.1.2 2
224.0.0.0 240.0.0.0 10.3.19.34 10.3.19.34
20
224.0.0.0 240.0.0.0 192.168.1.2 192.168.1.2 2
255.255.255.255 255.255.255.255 10.3.19.34 10.3.19.34 1
255.255.255.255 255.255.255.255 192.168.1.2 192.168.1.2 1
Default Gateway: 10.3.0.1
===========================================================================
Persistent Routes:
None

tracert www.google.com result:
Tracing route to www.l.google.com [74.125.39.106]
over a maximum of 30 hops:

1 2 ms 1 ms 1 ms 10.3.0.1
2 * * * Request timed out.
3 ^C


Then I tried to add manual route to 74.125.* (google)
route -p add 74.125.* mask 255.255.255.0 192.168.1.1 METRIC 5
However; new route print results in with different destination address for
persistent route:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 13 e8 11 e9 95 ...... Intel(R) Wireless WiFi Link 4965AGN -
Teefer2 Mi
niport
0x3 ...00 09 df 80 65 5d ...... Intel(R) 82566MC Gigabit Network
Connection
- Te
efer2 Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.3.0.1 10.3.19.34
500
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2 2
10.3.0.0 255.255.0.0 10.3.19.34 10.3.19.34
500
10.3.19.34 255.255.255.255 127.0.0.1 127.0.0.1
500
10.255.255.255 255.255.255.255 10.3.19.34 10.3.19.34
500
76.255.7.0 255.255.255.0 192.168.1.1 192.168.1.2 5
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.2 192.168.1.2 2
192.168.1.2 255.255.255.255 127.0.0.1 127.0.0.1 2
192.168.1.255 255.255.255.255 192.168.1.2 192.168.1.2 2
224.0.0.0 240.0.0.0 10.3.19.34 10.3.19.34
500
224.0.0.0 240.0.0.0 192.168.1.2 192.168.1.2 2
255.255.255.255 255.255.255.255 10.3.19.34 10.3.19.34 1
255.255.255.255 255.255.255.255 192.168.1.2 192.168.1.2 1
Default Gateway: 10.3.0.1
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
76.255.7.0 255.255.255.0 192.168.1.1 5

What should I have to do?

Thanks and Best regards...
 
J

James Egan

My laptop is connected to 2 networks; wired: ofice network and wireless:
ADSL modem. I want to be able to use them simultaneously without requiring to
remove ethernet cable every time I want to use Internet. I have lowered the
metric of wireless connection but still have default gateway of wired
connection.

Remove the default gateway on the wired interface so you only have one
default gateway which is to the wireless. Then add a static route for
the wired network which will be something like
route add 10.3.0.0 mask 255.255.0.0 10.3.19.34



Jim.
 

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