This is a discussion on RE: incoming ftp not working 3.3.22 within the IPFilter forums, part of the System Security and Security Related category; Hello, Added to ipnat.conf: rdr iprb0 xxx.xxx.xxx.xxx/32 port 20 -> 172.16.100.125 port ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
Added to ipnat.conf: rdr iprb0 xxx.xxx.xxx.xxx/32 port 20 -> 172.16.100.125 port 20 Added to ipf.conf: pass in quick on iprb0 proto tcp from any to 172.16.100.125/32 port = 20 No joy. I opened up incoming ping to make sure I am really here and that worked. Any other ideas? Thanks for replying. Brent -----Original Message----- From: Ken Jones [mailto:kenj@kenandlori.com] Try adding port 20 in as well. rdr elxl1 0.0.0.0/0 port 20 -> 192.168.1.6 port 20 tcp rdr elxl1 0.0.0.0/0 port 21 -> 192.168.1.6 port 21 tcp > I cannot get incoming ftp to connect to the internal server. Please > let me know what I am doing wrong. Thanks. > > ipnat.conf: > > map iprb0 172.16.100.0/24 -> xxx.xxx.xxx.xxx/32 portmap tcp/udp > 40000:60000 > map iprb0 172.16.100.0/24 -> xxx.xxx.xxx.xxx/32 > rdr iprb0 xxx.xxx.xxx.xxx/32 port 21 -> 172.16.100.125 port 21 > > ipf.conf > > pass in quick on iprb0 proto tcp from any to 172.16.100.125/32 port = 21 > flags S keep state > pass out quick proto tcp all keep state > block in quick all |