Update interfaces-troisdorf5.j2

This commit is contained in:
Nils Stinnesbeck 2019-11-13 22:10:20 +01:00 committed by GitHub
parent 1e56e9326b
commit 9c7dcd67d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,8 @@ iface lo inet6 loopback
allow-hotplug {{ sn_interface_name }}
iface {{ sn_interface_name }} inet static
address 46.4.156.115
netmask 255.255.255.255
gateway 163.172.210.1
pointopoint 163.172.210.1
netmask 255.255.255.240
gateway 46.4.156.113
post-up iptables -P OUTPUT ACCEPT
post-up iptables -A OUTPUT -o $IFACE -d 10.0.0.0/8 -j DROP
post-up iptables -A OUTPUT -o $IFACE -d 172.16.0.0/12 -j DROP