[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No Subject
For those of you wanting a second look at my nat.conf and pf.conf rules
here they are
Here is my pf.conf file:
#Pass out all info and in its return info
pass out quick on xl0 proto tcp from 192.168.1.0/24 to any keep state
pass out quick on xl0 proto udp from 192.168.1.0/24 to any keep state
pass out quick on xl0 proto icmp from 192.168.1.0/24 to any keep state
#pass in all FTP Packets
pass in log quick on xl0 proto tcp from any to any port 2121
pass in log quick on xl0 proto udp from any to any port 2121
#Block all else
block in log quick on xl0 all
my NAT.conf file
#nat internal IPs to xl0
nat on xl0 from 192.168.1.0/24 to any -> xl0
# redirect incomming ftp traffic to ftp server bihinf firewall
rdr on xl0 proto tcp from any to xx.xxx.xxx.xxx/32 port 2121 -> 192.168.1.102 port 21
rdr on xl0 proto udp from any to xx.xxx.xxx.xxx/32 port 2121 -> 192.168.1.102 port 21
Any ideas??
This was working fine 2 days ago. Did pf break?? Is this conf not right? Its been months since I looked at it last and 2
people have access to the
box other than me.
HELP.
_______________________________
James Ashton
VP, Entertain Florida
Entertain Florida, Inc
13840 Osprey Links Dr, #219
Orlando Fl, 32837
407-859-5218