maybe this makes ports for dhcp?
This commit is contained in:
parent
f740aa1612
commit
94d591cc88
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ volgroup: /dev/vg_virthost
|
|||
vmhost: virthost17.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
tcp_ports: ['22', '80', '443']
|
||||
udp_ports: ['69']
|
||||
tcp_ports: ['22', '80', '443', '67', '68']
|
||||
udp_ports: ['67','68','69']
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
|
||||
eth0_ip: 10.5.126.41
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue