It is a CentOS 7 machine and I use it as Router/Gateway at home (Physical machine).
No VPN connections on the machine or something.
Two physical Ethernet interfaces: enp4s0 and enp5s0, where enp5s0 is for the local lan and enp4s0, is the interface where the ppp0 connection is made over to my (bridged) network modem.
Relevent part from ifconfig (not all docker containers)
Code: Select all
enp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether d0:50:99:5b:c9:1e txqueuelen 1000 (Ethernet)
enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.106.254 netmask 255.255.255.0 broadcast 192.168.106.255
ether d0:50:99:5b:c9:1f txqueuelen 1000 (Ethernet)
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)
ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1492
inet 77.<scrubbed> netmask 255.255.255.255 destination 195.<scrubbed>
ppp txqueuelen 3 (Point-to-Point Protocol)