View Single Post
Old 22nd December 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Are the 2 boxes connected through wired or wireless connections to the router?

Can the OpenBSD box ping the Windows7 box? And vice-versa?
For ftp you not only need port 21 open but also the following port range

Code:
$ sysctl -a | grep porthi
net.inet.ip.porthifirst=49152
net.inet.ip.porthilast=65535
Port 21 is used for the ftp commands. The actual transfer is done with ports choosen randomly from the 49152-65535 range. At least for passive ftp
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote