Page 1 of 1

L3 switch problem

Posted: Mon Apr 21, 2014 9:45 pm
by marjan
I have two hubs
-"DEFAULT" who is bridged to LAN with ip 192.168.0.0(255.255.255.0) and virtual interface ip 192.168.0.6
-"VPN3" not bridged with on user with active virtual dhcp 192.168.169.0(255.255.255.0) and virtual interface ip 192.168.169.10

routing table
network address / mask / gateway /metric
192.168.0.0 /255.255.255.0 / 192.168.0.6 1
192.168.169.0 /255.255.255.0 / 192.168.169.10 1

What is wrong with this configuration, because i can not access to DEFAULT from
user on VPN3.

Re: L3 switch problem

Posted: Tue Apr 22, 2014 6:36 pm
by mesa57
You're client does not know the route to the 192.168.0.x subnet.

Re: L3 switch problem

Posted: Wed Apr 23, 2014 2:34 am
by marjan
Solution?

Re: L3 switch problem

Posted: Wed Apr 23, 2014 8:09 am
by mesa57
You have to add a route on you're client.

Re: L3 switch problem

Posted: Thu Apr 24, 2014 12:26 am
by marjan
how to do that?