This is a discussion on Re: FTP-Server behind IPFilter Solaris within the IPFilter forums, part of the System Security and Security Related category; Hi Thanks for the links ! I'll check this out Greetings Andi > use this search, > http://marc.theaimsgroup....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Thanks for the links ! I'll check this out Greetings Andi > use this search, > http://marc.theaimsgroup.com/?l=ipfi...+ftp+proxy&q=b > > turns up the following, for example: > http://marc.theaimsgroup.com/?l=ipfi...5175719914&w=2 > > but also some other info. > > jim > > > > > > Andreas Baenisch wrote: > > > Hi all, > > > > I have a small problem here :) > > I wanted to setup a FTP-Server right behind my ipfilter-based Firewall > > The Firewall runs on a Sparc10 Solaris 2.6 and it has 2 interfaces > > hme0 is the internal traffic while le0 (ppp0) is connected to the Internet. > > Internal Adress Range is 192.168.1.x. The ftp-server is a Ultra1 Solaris8 > > Up to now the ftp-server is the Solaris8 ftpserver. > > > > FTP works fine in the internal net. Unfortunatly I can't connect from > > the Internet :( > > I have added the line in ipf.conf which allows passive-ftp > > > > pass in quick on proto tcp from any to 192.168.1.0/24 > 1023 flags S keep > > state > > pass out proto tcp all keep state > > > > according to the HowTO :) > > > > Then I added a line in ipnat.conf to redirect Port 21 Traffic from the > > router to the > > ftp-server (192.168.1.3) > > > > rdr ppp0 0.0.0.0/0 Port 21 -> 192.168.1.3 Port 21 > > > > I have also enabled the ftp-proxy > > > > Any Hints ? > > > > Greetings > > > > Andi > > > > > > > > > > > > > > |