> ==> hostname.pppoe0 <== > inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev vlan40 authproto pap \ > authname 'user' authkey 'password' \ > up try: inet 0.0.0.0 255.255.255.255 NONE mtu 1492 \ pppoedev vlan40 authproto pap \ authname 'user' authkey 'password' \ up
where the big difference is using "NONE" so that it figures out the right broadcast addr on its own. outside of that, try chap instead of pap. some isps work like that. From some light searching of ebox, you might be in this camp. > ==> hostname.vlan40 <== > vnetid 40 parent em0 > #llprio 0 > #txprio 0 fwiw I have an "up" in hostname.vlan40 (and my hostname.<physicalnic> file)