Routing through different lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2020 02:40 PM
i have exist routing in switch through internet line
ip route 0.0.0.0 0.0.0.0 192.168.53.2
ip route 10.223.0.0 255.255.0.0 10.X.X.X
ip route 10.245.0.0 255.255.0.0 10.X.X.X
ip route 10.250.0.0 255.255.0.0 10.X.X.X
ip route 172.18.0.0 255.255.0.0 10.X.X.X
ip route 172.19.0.0 255.255.0.0 10.X.X.X
ip route 172.22.0.0 255.255.0.0 10.X.X.X
then i need to configuer vpn line and routing to be
ip route 0.0.0.0 0.0.0.0 10.X.X.X
ip route (server IP through FW ) 255.255.0.0 192.168.53.2
ip route (gateway IP through FW) 255.255.0.0 192.168.53.2
ip route 10.223.0.0 255.255.0.0 10.X.X.X
ip route 10.245.0.0 255.255.0.0 10.X.X.X
ip route 10.250.0.0 255.255.0.0 10.X.X.X
ip route 172.18.0.0 255.255.0.0 10.X.X.X
ip route 172.19.0.0 255.255.0.0 10.X.X.X
ip route 172.22.0.0 255.255.0.0 10.X.X.X
So i need to have two networks in the same switch without making any conflict
one for 10.X.X.X and the other is 192.168.53.2 and bothe can access internet , can i do routing to internet through two line ( direct internet line and VPN line already configerd to have internet access )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2020 04:29 PM
Hello
It sounds like it's definitely applicable- can you post a topology diagram if your request to help visually to understand it a bit better
Also do you have a router able to perform NAT as only high end switches are able to do this
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2020 05:44 PM
Can you share a design to better understand your needs please?
Also in your new static routes, you mentionned server_ip and gateway_ip but the mask is /16. If you mention server_ip I would expect to be a /32
Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
