udp #5

Merged
JakeHillion merged 16 commits from udp into develop 2020-11-28 16:53:00 +00:00
Showing only changes of commit e36c0cae29 - Show all commits

View File

@ -30,6 +30,7 @@ component parts, or incorporated into the main application.
# IPv4 Forwarding
sysctl -w net.ipv4.ip_forward=1
sysctl -w net.ipv4.conf.eth0.proxy_arp=1
# Tunnel addr/up
ip addr add 172.19.152.2/31 dev nc0
@ -84,4 +85,4 @@ component parts, or incorporated into the main application.
#### Client
No configuration needed. Simply set the IP to that of the remote server/32 with no gateway.
No configuration needed. Simply set the IP to that of the remote server/32 with a gateway of 192.168.1.1.