On Wed, 2005-02-09 at 03:51 +1100, Darren Reed wrote: > > 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 >
Thanks for the replies. As suggested I tried to add a line with sppp0 (in addition to sfe into /etc/ipf/pfil.ap). That did not do the trick unfortunately. I tried several alternatives (eg. sppp, sppptun) but to no effect. "ndd /dev/pfil qif_status" outputs: ifname ill q OTHERQ num sap hl nr nw bad copy copyfail drop notip nodata notdata QIF5 0 d599a7c8 d599a850 5 8863 0 3 2 0 0 0 0 0 0 0 QIF4 0 d599ada8 d599ae30 4 8864 0 250 197 0 0 0 0 0 0 0 QIF1 0 d4669d58 d4669de0 1 806 0 0 8 0 0 0 0 0 0 0 sfe1 d462a240 d44bca60 d44bcae8 0 800 14 0 6 0 0 0 0 0 0 0 and after establishing the dsl connection it didn't change. Even "ifconfig sppp0 modinsert [EMAIL PROTECTED]" does not cause sppp0 to show up in the output of "ndd /dev/pfil qif_status". Could it be that I need to tune my ppp related options? So far "/etc/ppp/options" contains only "lock" and "plink". "/etc/ppp/peers/dsl" contains: sppptun plugin pppoe.so connect "/usr/lib/inet/pppoec sfe1" persist user "username" noauth noipdefault defaultroute noccp noaccomp novj nopcomp nolog and "/etc/ppp/pppoe.if" just "sfe1". Regards, Albert
