Compare commits
No commits in common. "c55c0d73678ec640b78e5e4812c368b141460abe" and "008a51702a56b69fe2359561bd9af46b8861b3c5" have entirely different histories.
c55c0d7367
...
008a51702a
@ -115,13 +115,6 @@
|
|||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [ 60001 ];
|
networking.firewall.allowedUDPPorts = [ 60001 ];
|
||||||
|
|
||||||
networking.firewall.extraCommands = ''
|
|
||||||
iptables -A FORWARD -i enp1s0.202 -o enp1s0.102 -j ACCEPT
|
|
||||||
iptables -A FORWARD -i enp1s0.202 -j DROP
|
|
||||||
iptables -A FORWARD -i enp1s0.102 -o enp1s0.202 -j ACCEPT
|
|
||||||
iptables -A FORWARD -o enp1s0.202 -j DROP
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Routing tables
|
# Routing tables
|
||||||
# Table: 10000
|
# Table: 10000
|
||||||
# - primary routes
|
# - primary routes
|
||||||
|
Loading…
Reference in New Issue
Block a user