newbie routing question

R

rcunningham8820

I've got two networks each with a broadband connection and a linksys
befvp41 (vpn router).

Ive got a vpn tunnel connected and I can ping pc's across the
connection. My problem is I just added a phone system (really a pc
with some kind of linux os (I think)) and I can't ping that pc. I'm
thinking I need to setup a static route on a pc (side b) at the other
end but I don't know how.

Side a:
has phone system ip=192.168.2.201
vpn router side a 192.168.2.1 mask=255.255.255.0

Side b:
has pc I want to access phone system ip=192.168.16.102
vpn router side b 192.168.16.1 mask=255.255.255.0

route on pc side b is:

Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 192.168.16.1 192.168.16.102
20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.16.0 255.255.255.0 192.168.16.102 192.168.16.102
20
192.168.16.102 255.255.255.255 127.0.0.1 127.0.0.1
20
192.168.16.255 255.255.255.255 192.168.16.102 192.168.16.102
20
224.0.0.0 240.0.0.0 192.168.16.102 192.168.16.102
20
255.255.255.255 255.255.255.255 192.168.16.102 192.168.16.102 1
Default Gateway: 192.168.16.1

Any help is appreciated!
 
R

Robert L [MS-MVP]

if you Linksys router VPN uses subnet, you should be able to ping whole network. or you may want to use tracert command to find out where the traffic go.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
I've got two networks each with a broadband connection and a linksys
befvp41 (vpn router).

Ive got a vpn tunnel connected and I can ping pc's across the
connection. My problem is I just added a phone system (really a pc
with some kind of linux os (I think)) and I can't ping that pc. I'm
thinking I need to setup a static route on a pc (side b) at the other
end but I don't know how.

Side a:
has phone system ip=192.168.2.201
vpn router side a 192.168.2.1 mask=255.255.255.0

Side b:
has pc I want to access phone system ip=192.168.16.102
vpn router side b 192.168.16.1 mask=255.255.255.0

route on pc side b is:

Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 192.168.16.1 192.168.16.102
20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.16.0 255.255.255.0 192.168.16.102 192.168.16.102
20
192.168.16.102 255.255.255.255 127.0.0.1 127.0.0.1
20
192.168.16.255 255.255.255.255 192.168.16.102 192.168.16.102
20
224.0.0.0 240.0.0.0 192.168.16.102 192.168.16.102
20
255.255.255.255 255.255.255.255 192.168.16.102 192.168.16.102 1
Default Gateway: 192.168.16.1

Any help is appreciated!
 
R

rcunningham8820

This doesn't help me. I can ping other computers on the subnet
192.168.2.x from 192.168.16.x and I can ping 192.168.2.201 from any
computer in the subnet 192.168.2.x I'm sure I need to add a router
either in the router or on the computer i'm trying to ping from but I
don't understand routing. I need someone to help a newbie.

Please someone who is familuar with Linksys. I've tried to enter
several settings in the advanced routing tab but they don't work. I've
tried to enter a route on each pc with the route add command but no
success!

Thanks Everyone.
 

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