Add tftp server for noc01 firewall

This commit is contained in:
Kevin Fenzi 2014-07-20 03:32:50 +00:00
parent 566b253f5b
commit 7c4e179ebf

View file

@ -10,6 +10,7 @@ vmhost: virthost17.phx2.fedoraproject.org
datacenter: phx2
tcp_ports: ['22', '80', '443']
udp_ports: ['69']
custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT' ]
eth0_ip: 10.5.126.41