Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 149277

Summary: ppp module fails with baselayout-1.12.5
Product: Gentoo Linux Reporter: k0001 <gnuk0001>
Component: [OLD] baselayoutAssignee: Gentoo Dialup Developers <net-dialup>
Status: RESOLVED INVALID    
Severity: normal CC: base-system, gnuk0001
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description k0001 2006-09-27 03:25:24 UTC
using module ppp to bring up a pppoe connection does not work properly...
description at: 

http://forums.gentoo.org/viewtopic-t-502169.html
http://forums.gentoo.org/viewtopic-t-502140.html

can be solved using rp-pppoe instead of ppp, by modifying /etc/conf.d/net:

example:

config_eth1=( "adsl" )
adsl_user_eth1=( "username" )
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2006-09-27 04:05:38 UTC
I suppose you speak about SNAT rules set on your server.
I hope you are aware of the fact that, in general, PPP links have dynamic IPs which means you should have MASQUERADE rules instead SNAT... unless you add/replace SNAT rule after you know the IP assigned to your ppp interface (hints: /etc/ppp/ip-up.local, postup() function in /etc/conf.d/net, ...).

What rules does your nat table have?
Comment 2 k0001 2006-09-27 05:07:26 UTC
read those threads please... the problem is not in NAT or iptables...
the problem is in baselayout-1.12.5...

http://forums.gentoo.org/viewtopic-t-502169.html
http://forums.gentoo.org/viewtopic-t-502140.html
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2006-09-27 06:09:06 UTC
fine. marked as INVALID.