Switches, Hubs, and Modems
1752278 Members
5082 Online
108786 Solutions
New Discussion

Re: IP routing on switch 5304xl

 
IP routing on switch 53
Occasional Advisor

Re: IP routing on switch 5304xl

Thank's again, I don't want to waste your time again but is working fine up to the last ip route configuration:
as soon as I try to set ip route 192.168.10.0 255.255.255.0 192.168.12.4 or 13.4 I get the following error:
192.168.12.4 or 13.4 "can not be switch IP address and route gateway at the same time".

Without this route set if from a client with gateway set at 192.168.10.4 I ping 192.168.13.1 works, but do not go find any client.

Thanks again Fabio
cenk sasmaztin
Honored Contributor

Re: IP routing on switch 5304xl

hi Fabio you must be this ip route command on Kerio winroute firewall device

----------------------------------------------------------------------------
Kerio winroute firewall config (for internet)
connect B24

lan interface ip address 192.168.12.1/24
ip route 192.168.10.0 255.255.255.0 192.168.12.4



Kerio winroute firewall config (for other lan)
connect A4

lan interface ip address 192.168.13.1/24
ip route 192.168.10.0 255.255.255.0 192.168.13.4



you must be this ip route command on switch A
------------------------------------------------------------------------------
ip route 0.0.0.0 0.0.0.0 192.168.12.1
ip route 10.24.0.0 255.255.0.0 192.168.13.1


please you examine carefull my config
cenk