vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am using pppd version 2.4.2 and kernel 2.6.11-r4. ppp filtering is enabled in the kernel config. But when I put active-filter in my /etc/ppp/options file I get " /etc/ppp/options: unrecognized option 'active-filter' " Google has been no help... Thanks, -- Terry |
| |||
| Terry enlightened us with: > when I put active-filter in my /etc/ppp/options file I get " > /etc/ppp/options: unrecognized option 'active-filter' " Do "pppd --version" to see if you're really running the correct version. Did you also add a filter expression? Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? |
| |||
| Sybren Stuvel wrote: > Terry enlightened us with: >> when I put active-filter in my /etc/ppp/options file I get " >> /etc/ppp/options: unrecognized option 'active-filter' " > > Do "pppd --version" to see if you're really running the correct > version. Did you also add a filter expression? > > Sybren sh-2.05b# pppd --version pppd version 2.4.2 I unmerged ppp and then emerged it back. At the start I see: -- Applying killaddr-smarter.patch.gz ... [ ok ] * Applying cflags.patch ... [ ok ] * Applying control_c.patch ... [ ok ] * Disabling active-filter <===Why did it disable active-filter * Enabling PAM The filter expression is copied from a slackware install on the same box that works fine. Terry |
| |||
| Terry wrote: > I am using pppd version 2.4.2 and kernel 2.6.11-r4. ppp filtering is > enabled in the kernel config. But when I put active-filter in > my /etc/ppp/options file I get " /etc/ppp/options: unrecognized option > 'active-filter' " Google has been no help... > Thanks, USE="activefilter" emerge ppp This was the answer. -- Terry |
| ||||
| Terry enlightened us with: > USE="activefilter" emerge ppp > > This was the answer. No it isn't. What about next time you emerge ppp? Don't use environment variables to alter emerge's behaviour. Instead, add net-dialup/ppp activefilter to /etc/portage/packages.use. That way, you'll always be sure it has the correct USE flags. Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? |