Questions tagged [static-routes]

Manually configured entries in the routing table.

Manually configured entries in the routing table.

183 questions
2
votes
1 answer

Static routes for making hosts on different network accessible

I have a ubuntu router machine with following network settings: br0 192.168.1.15 netmask 255.255.255.0 br0:1 192.168.2.209 netmask 255.255.255.248 I have a pc attached to the br0:1 network with these settings: ip 192.168.2.210 netmask…
nixnotwin
  • 1,543
  • 5
  • 35
  • 55
2
votes
3 answers

help with a static route on centos 5.6 please

I currently have a machine connected to a LAN and to the internet working fine. I now got a dedicated connection to a remote office and must create a route from my machine to specifically 1 machine on the new office, but it must go over the…
gkrawiec
  • 23
  • 1
  • 4
2
votes
1 answer

Mac OS X 10.5.8 Server - How to save static route

I can use the command: sudo route add 93.***.***.***/29 192.168.1.1 This adds the route that I want but its not persistant as in when I reboot the server the route needs to be re-added. There doesnt seem to be a static/persistant switch to save…
Scott
  • 359
  • 1
  • 5
  • 18
2
votes
3 answers

Collecting routing information from RIPE?

I would like a way of collecting ip blocks for known networks in the RIPE database. Take this search result as an example: http://www.db.ripe.net/whois?form_type=simple&full_query_string=&searchtext=AS-AKAMAI&do_search=Search Here's all the networks…
baloo
  • 135
  • 1
  • 6
2
votes
3 answers

What does this route map modification mean?

I've inherited administration duties for a firewall/gateway server, and I'm trying to understand what a particular static route setup in rc.local means: ... route add 123.123.123.123/30 10.10.3.14 route add 123.123.123.123/32…
Chris R
  • 533
  • 1
  • 5
  • 20
2
votes
3 answers

choose the outgoing interface for a default route

I have a FreeBSD 8.0 virtual box with two ethernet interfaces, em0 and em1. em0 is 192.168.1.99 and em1 is 192.168.1.100. Both are "Attached to: Bridged Adapter". When both are up, if I say # route add default 192.168.1.1 # netstat -rn # default …
nc3b
  • 153
  • 1
  • 7
2
votes
2 answers

Problem linking two Cisco routers with a static route

I'm trying to link two Cisco routers with a static route and I haven't been able to get it working as expected. Here is the basic setup: Router 1 - WRV210 - 192.168.1.1 - connected to cable modem Router 2 - RV120W - 192.168.2.1 I already have…
Chris Kaczor
  • 121
  • 3
2
votes
0 answers

Routes in route6-eth0 don't apply

I made a file /etc/sysconfig/network-scripts/route6-eth0 with the following contents: default dev eth0 src ****:****::**** metric 50 pref medium However, it doesn't show up when I execute ip -6 route: # ip -6 route ::1 dev lo proto kernel metric…
Bas
  • 21
  • 3
1
vote
0 answers

Static route not working in CentOS 7.6

UPDATE: There was nothing wrong with the OS. The gateway for the static routes had some double NAT rules which caused the traffic to be dropped. I have a simple network setup on a CentOS server. The server has only one…
Fanttazio
  • 11
  • 3
1
vote
1 answer

RHEL 7.4 adding permanent static route error

I need to add a static route to my system. I can do it with no problem at the command line with: ip route add 10.126.2.0/23 via 10.126.1.5 src 10.2.14.205 To make it permanent I created the /etc/sysconfig/network-scripts/route-tun10 file with the…
1
vote
0 answers

Squid: Setup reverse proxy based on url path

I'm currently trying to bypass browser security, by hosting a static html page under all (external) domains. e.g. Given a webpage hosted at http://myinternalserver/mypage.html When I request https://www.google.com/mypage.html via the proxy Then my…
Nick Grealy
  • 111
  • 4
1
vote
3 answers

How do I make my default GW route permanently on Linux Ubuntu?

I have 2 EC2 instances that run Ubuntu (VM1: 172.0.1.11 and VM2: 172.2.1.12). I want to make a default Gateway to my Routers R1which its addresses are the following respectively 172.0.1.8and 172.2.1.13. In VM1: I did sudo ip route add default via…
Tim Luka
  • 147
  • 2
  • 8
1
vote
2 answers

How can additional routes be added to anaconda kickstart?

I frequently build centos7 servers and have a few special networking requirements. For example, I may want to use nameservers or repositories in private ranges that can't be reached via my normal subnet or default gateway. Imagine a kickstart with…
Jarrod
  • 131
  • 3
1
vote
2 answers

VPN client unable to access LAN

I have a server on the office lan with a public ip running open vpn. External vpn clients can connect to the vpn via the public ip. But once connected they are unable to connect to other servers on the office lan, but they can access any site over…
user618509
  • 151
  • 2
  • 9
1
vote
1 answer

RouterOS push static route for IPSec IKEv2 VPN

Can't find a solution how actually I can push a static routes to VPN clients, when they connect via VPN. Configuration from here RouterOS, IPSec, IKEv2. Clients mainly macOS users via standard soft. Any ideas with examples are appreciate.
Alex Ivasyuv
  • 143
  • 1
  • 6