LAN Routing
1748126 Members
3200 Online
108758 Solutions
New Discussion

E5406zl Layer3 Problem.. Help

 
ranto
Occasional Contributor

E5406zl Layer3 Problem.. Help

Hello,

 

My switch E5406zl running act as Layer2 switch.

Now I want to change it as a core switch, where it act as gateway for LAN.

 

Port A8 set as uplink with IP Address 10.1.1.2/30

ip route 0.0.0.0 0.0.0.0 10.1.1.1

ip dns server-address priority 1 10.20.40.20
ip dns server-address priority 2 10.20.40.40

 

I create VLAN10 with IP Address 10.10.10.1/24, port A7 mode untagged.

 

And PC with IP 10.10.10.2/24

 

From switch, I can ping to gateway 10.1.1.1, the same when I ping to host like yahoo.com or other.

 

But there is problem when I test from PC direct to port A7:

It can ping to 10.10.10.1. But can't ping to 10.1.1.2.

certainly, it can't connect to the Internet.

 

Please help me, what causing it?

 

Thanks,

Ranto

 

 

2 REPLIES 2
Ian Vaughan
Honored Contributor

Re: E5406zl Layer3 Problem.. Help

Howdy,
PC itself needs a default gateway set (10.10.10.1should do it)
Rest of the world needs to know that to get to the 10.10.10.0/24 network that they need to go via 10.1.1.1
Ta
Ian
Hope that helps - please click "Thumbs up" for Kudos if it does
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
ranto
Occasional Contributor

Re: E5406zl Layer3 Problem.. Help

Lately reply.


@Ian Vaughan wrote:
Howdy,
PC itself needs a default gateway set (10.10.10.1should do it)
Rest of the world needs to know that to get to the 10.10.10.0/24 network that they need to go via 10.1.1.1
Ta
Ian



This is very embarassing for me... 

It's just enable mode routing.. :LOL

 

#ip routing

 

Thank you.