mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 19:44:21 +01:00
bug 6460: fix dns lookups. Ref bug 6348
This commit is contained in:
parent
e6b53f65f2
commit
e1513645a0
@ -9,6 +9,7 @@ COMMIT
|
||||
:OUTPUT ACCEPT [0:0]
|
||||
-A INPUT -i eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT -i eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT -i eth2 -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT -p icmp -j ACCEPT
|
||||
-A INPUT -i lo -j ACCEPT
|
||||
-A INPUT -i eth0 -p udp -m udp --dport 67 -j ACCEPT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user