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…
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…
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…
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…
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…
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 …
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…
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…
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…
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…
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…
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…
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…
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…
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.