Host A configuration (eth0 - 192.168.1.191):
# Remote Address is the IP of Host B eth0
sudo ip link add name geneve0 type geneve id 1000 remote 192.168.1.192
sudo ip link set geneve0 up
sudo ip addr add 10.200.1.1/32 dev geneve0
Host A configuration (eth0 - 192.168.1.191):
# Remote Address is the IP of Host B eth0
sudo ip link add name geneve0 type geneve id 1000 remote 192.168.1.192
sudo ip link set geneve0 up
sudo ip addr add 10.200.1.1/32 dev geneve0
| #!/sbin/openrc-run | |
| description="the Coredns DNS server" | |
| pidfile="/run/$RC_SVCNAME.pid" | |
| cfgfile="/etc/$RC_SVCNAME/Corefile" | |
| command="/usr/local/bin/coredns" | |
| command_args="-quiet -conf=$cfgfile" | |
| command_user="nobody" |
To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptracerouteTo install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptraceroute