Don't need BGP for routers
This commit is contained in:
parent
594d842857
commit
19389c8dc8
@ -10,8 +10,6 @@
|
|||||||
"net.ipv6.conf.all.forwarding" = true;
|
"net.ipv6.conf.all.forwarding" = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open Firewall for BGP
|
|
||||||
networking.firewall.allowedTCPPorts = [ 179 ];
|
|
||||||
# Open Fireall for OSPF
|
# Open Fireall for OSPF
|
||||||
networking.firewall.extraCommands = ''
|
networking.firewall.extraCommands = ''
|
||||||
ip6tables -A INPUT -p ospfigp -j ACCEPT
|
ip6tables -A INPUT -p ospfigp -j ACCEPT
|
||||||
|
Loading…
Reference in New Issue
Block a user