> My setup is exactly like this. The physical interface do not have an ip > address and the pppoe also do not have an ip address until the > concentrator provides one: > > inet 0.0.0.0 255.255.255.255 NONE \ > pppoedev <physical_dev> authproto pap \ > authname 'user' authkey 'pass' up > dest 0.0.0.1 > !/sbin/route add default -ifp pppoe0 0.0.0.1
The difference is that in the setup that I needed the concentrator doesn't provide an IP. The ISP will route the traffic to the IP on the internal interface, so both the PPPoE physical device and the PPPoE device don't have an IP and won't get one either (that's probably why it is called unnumbered). Anyway my ISP has changed the setup so now I've got a static route without PPPoE and that works just fine. Kind regards, Martijn Rijkeboer