mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
testing: The dhcp plugin uses the DHCP client port again by default
This reverts parts of commit becf027cd9b0af162247015a9fff6c00e59fd6ce. Fixes: 707b70725a7d ("dhcp: Only use DHCP server port if explicitly configured")
This commit is contained in:
parent
4802a7477f
commit
df411bfa30
@ -5,8 +5,8 @@
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow bootps (in relay mode also in OUTPUT)
|
||||
-A OUTPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
# allow bootpc and bootps
|
||||
-A OUTPUT -p udp --sport bootpc --dport bootps -j ACCEPT
|
||||
-A INPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
|
||||
# allow broadcasts from eth1
|
||||
|
@ -5,8 +5,8 @@
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow bootps (in relay mode also in OUTPUT)
|
||||
-A OUTPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
# allow bootpc and bootps
|
||||
-A OUTPUT -p udp --sport bootpc --dport bootps -j ACCEPT
|
||||
-A INPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
|
||||
# allow broadcasts from eth1
|
||||
|
@ -5,8 +5,8 @@
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow bootps (in relay mode also in OUTPUT)
|
||||
-A OUTPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
# allow bootpc and bootps
|
||||
-A OUTPUT -p udp --sport bootpc --dport bootps -j ACCEPT
|
||||
-A INPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
|
||||
# allow broadcasts from eth1
|
||||
|
@ -5,8 +5,8 @@
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow bootps (in relay mode also in OUTPUT)
|
||||
-A OUTPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
# allow bootpc and bootps
|
||||
-A OUTPUT -p udp --sport bootpc --dport bootps -j ACCEPT
|
||||
-A INPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
|
||||
# allow broadcasts from eth1
|
||||
|
Loading…
x
Reference in New Issue
Block a user