This is a discussion on Re: what am i doing wrong? within the IPFilter forums, part of the System Security and Security Related category; " From: Jim Sandoz <sandoz@lucent.com> " " Sandwich Maker wrote: " > in the short term ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
" From: Jim Sandoz <sandoz@lucent.com>
" " Sandwich Maker wrote: " > in the short term i can ftp from outside to the sun, then ftp from the " > sun to the notebook, but i tried the ftp proxy with this rule " > map ipdptp0 10.0.0.0/8 -> 216.41.37.11/32 proxy port ftp ftp/tcp " > and it didn't work. what am i doing wrong... " " the order of rule processing in ipnat.conf is important. D'OH!!! " so show us your complete ipnat.conf... # 10.0.10.1 will be the dns/mail/etc server machine. # rdr ipdptp0 0/32 port smtp -> 10.0.10.1 port smtp tcp # map ipdptp0 10.0.0.0/8 -> 216.41.37.11/32 proxy port ftp ftp/tcp # map ipdptp0 10.0.0.0/8 -> 216.41.37.11/32 proxy port 7070 raudio/tcp # map ipdptp0 216.41.37.11/32 -> 216.41.37.11/32 proxy port ftp ftp/tcp # map ipdptp0 216.41.37.11/32 -> 216.41.37.11/32 proxy port 7070 raudio/tcp #map ipdptp0 10.0.0.0/8 -> 216.41.37.11/32 portmap tcp/udp 32768:65535 map ipdptp0 10.0.0.0/8 -> 216.41.37.11/32 portmap tcp/udp auto map ipdptp0 10.0.0.0/8 -> 216.41.37.11/32 __________________________________________________ ______________________ Andrew Hay the genius nature internet rambler is to see what all have seen adh@an.bradford.ma.us and think what none thought |