In some email I received from Jonathan, sie wrote: > > On 05/12/2004, at 3:20 AM, Darren Reed wrote: > > > In some email I received from Jonathan, sie wrote: > >> Hi all, > >> > >> I've installed pfil and ipfilter on a Solaris 8 machine (2.1.4 and > >> 4.1.3 respectively) and I'm using the following NAT rules (defined in > >> /etc/opt/ipf/ipnat.conf): > >> > >> map sppp0 192.168.0.0/24 -> 0/32 proxy port ftp ftp/tcp > >> map sppp0 192.168.0.0/24 -> 032 portmap tcp/udp 10000:40000 > >> map sppp0 192.168.0.0/24 -> 0/32 > > > > I think this article may help you: > > > > http://marc.theaimsgroup.com/?l=ipfilter&m=107674786002727&w=2 > > > > I should make the time to configure sppp between some systems and > > see what it takes to make happen... > > OK, I've now got an /etc/ppp/options file that contains the string > "pfil". > > Still seeing nothing passes through the packet filter at all, it seems. > The PPPoE tunnel to my ISP seems to work fine and packets are > forwarded from hme0 to hme1/sppp0 (depending on how you want to look at > it). > > Does anyone have any other ideas?
That page is confusing....looking at the pppd man page, I can say you definately want to use "plink" in /etc/ppp/options (maybe the poster meant that, not pfil in his post.) After doing that, you may just be able to add a line to /etc/hostname.sppp0 (do you have one of those) that is "modinsert [EMAIL PROTECTED]" or similar. In case you aren't aware of this, hostname.* in /etc can contain multiple lines, each a different command to ifconifg. Darren
