04-20-2011 09:14 AM - edited 03-06-2019 04:43 PM
Hy guys,
I'm trying to create a vpn between an UC540 and a CISCO 871 router. I begin with the creation of the link between us.
This is the infrastructure :
laptop (192.168.200.1)
|
| (Port FE 0, VLAN1 : 192.168.200.254)
CISCO 871 ---------------------------------------------------------------------- UC540
192.168.150.2 192.168.150.1
- Port FE 0 belong to VLAN 1 which has the 192.168.200.254 ip address.
- Laptop can ping the vlan 1 and the WAN interface with 192.168.150.2 address.
- But my problem is that laptop can't ping the UC.
- I try to configure iproute on UC :
ip route 192.168.200.0 255.255.255.0 192.168.150.2
and router 871:
ip route 192.168.150.0 255.255.255.0 192.168.150.1
there aren't access list on both equipments.
I try too configure NAT with an ip nat outside/inside but it doesn't anything.
Someone can help me?
Thanks by advance
04-20-2011 11:22 AM
Hi,
and router 871:
ip route 192.168.150.0 255.255.255.0 192.168.150.1
No need for this route as this subnet is directly connected so this route isn't even taken into account.
Can you do a sh ip int br as well as sh ip ro on UC540.
Regards.
Alain.
04-21-2011 04:09 AM
Right, directly connected aces routing lists.
Can you ping the UC540 from the 871 and vice versa?
04-21-2011 06:08 AM
Thank you for these reponses.
I find the solution, i forgot to do a "ip routing" to activate ip route,
i though that is enabled by default !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide