> On Feb 8, 2005, at 05:43, Albert Bachmann wrote: > > Hello, > > > > I added a line to "/etc/ipf/pfil.ap" listing my network interface (sfe > > -1 0 pfil) and "ifconfig sfe1 modlist" shows: > > [...] > > I've read that I must configure sppp0 instead of sfe1 so I added > > "plink" > > to "/etc/ppp/options" which allows me to do: > > > > bash-3.00# ifconfig sppp0 modinsert [EMAIL PROTECTED] > > bash-3.00# ifconfig sppp0 modlist > > 0 ip > > 1 pfil > > 2 sppp > > > > but still nothing changed.
To verify that the modinsert has been recognised, you should do: # ndd /dev/pfil qif_status And see a line with "sppp0". I don't recall whether or not we decided to support using "modinsert" with the pfil module provided as part of Solaris10. > I had some trouble with this on Solaris 10 myself, using a standard > ethernet interface. I'm not sure what the exact problem is, but I > do know that when I did as you did above with sppp0 (modinsert, > which I did on my hme0), it didn't work, much as you describe. But, > when I put it into pfil.ap and rebooted, it came up okay. So, I think > autopush does more than can be seen by ifconfig modlist. This was with using the "plink" option, still, in the /etc/ppp/options file? Darren
