Janne Johansson PI[ET:
2011/4/29 pavel pocheptsov <[email protected] <mailto:[email protected]>>openbsd 4.8 # cat /etc/pf.conf | grep tftp pass in on $int_if inet proto udp from any to $int_if port tftp # tftp 127.0.0.1 127.0.0.1 would not be on the $int_if, would it? -- To our sweethearts and wives. May they never meet. -- 19th century toast
yes, but from localhost I just test it, and connect to $int_if is work too: # tftp 192.168.15.6 tftp> get ekey Received 40 bytes in 0.0 seconds tftp> quit problem with connect another machine from 192.168.15.0/24 to tftpd on 192.168.15.6

