and maybe this will get the right resolv.conf since it dont like cloud
This commit is contained in:
parent
5006fbc089
commit
4434fdb965
2 changed files with 12 additions and 0 deletions
|
@ -9,3 +9,11 @@ dns: 8.8.8.8
|
|||
eth0_ip: 209.132.184.17
|
||||
eth1_ip: 172.23.0.17
|
||||
freezes: false
|
||||
|
||||
tcp_ports: ['22']
|
||||
custom_rules: [ '-A INPUT -i eth0 -p tcp -m tcp -s 209.132.184.0/24 --dport 67 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -i eth0 -p tcp -m tcp -s 209.132.184.0/24 --dport 68 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -i eth0 -p tcp -m tcp -s 209.132.184.0/24 --dport 69 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -i eth0 -p udp -m udp -s 209.132.184.0/24 --dport 67 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -i eth0 -p udp -m udp -s 209.132.184.0/24 --dport 68 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -i eth0 -p udp -m udp -s 209.132.184.0/24 --dport 69 -j ACCEPT' ]
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
search cloud.fedoraproject.org fedoraproject.org
|
||||
nameserver 8.8.8.8
|
||||
nameserver 8.8.4.4
|
||||
options rotate timeout:1
|
Loading…
Add table
Add a link
Reference in a new issue