On 22/05/05, Jason Ackley <[EMAIL PROTECTED]> wrote:
>
>
> > I forgot to mention one thing, pppoe0 absolutely refuses to connect (I
> > dont' even get it telling me it's not working) if fxp1 doesn't have an
> > ip. Just marking it up doesn't seem to work.
>
> Can you send an 'ifconfig -a' ? (sanitizing anything you want to of
> course)
ifconfig -a shows no difference to ifconfig (I checked with diff),
which isn't a suprise considering " -a Causes ifconfig to print
information on all interfaces. The pro-
tocol family may be specified as well. This is the default, if
no parameters are given to ifconfig." I'll give it anyway.
>
> > authentication fails the first time round, but fine on the second. But
> > theres another weirdness to it, in the first authentication the name
> > is "RASC3NRP4" (no, no idea why), the second time its "GLOBIXHG0". Now
> > that means something to me, it's (one of) my ISP's line supplier.
>
> RASC3NRP4 could be something like:
> RAS == Remote Access Server?
> C3 == ? Chassis 3? Colo 3? Card 3 ?
> NRP4 == Cisco 6400 controller cards are called 'NRP' (Node Route
> Processor), this is most likely the broadband aggregator that the provider
> is using. They are up to hardware rev 4 now, so 'NRP4' makes sense.
Good to know
>
> Are the remote MAC addresses the same between the two authentication
> attempts? Do they require CHAP or PAP? Could be multiple access servers,
> also, are you setting a PPPoE Service-Name ? ('pppoesvc') ? If you ask for
> any, you could be getting multiple access-servers replying.
>
The MAC addresses are the same (should have though of checking that).
pppoesvc is not set.
> > Might have to just live with this, hate not knowing why but if it's
> > something with my ISP, then who knows.
>
> Should be easy to fix..
>
> > And no, I don't have access to the other side unfortunately.
>
> Looks like a cisco box. I have working in kernel pppoe0 between
> openbsd/i386,amd64,sparc64 and cisco boxes no problem..
>
> > connect, when the options not enabled it connects again. Can't see
> > anything about that in the man page)
>
> I have seen some quirks with not having the IP 0.0.0.0 set properly as
> the man page states..
>
That's just for the pppoe interface though? Tried setting fxp1 to
0.0.0.0 just incase, no change.
> There are also some races in getting the pppoe interface to start
> properly if the parent interface is alphabetically after 'p' since the
> interfaces are started in alphabetic order in /etc/netstart. (Todd M. has
> a patch for this that will be applied shortly). See
> http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=4197
>
> But since you are using an 'fxp', that should not both you.
>
I already checked that ;)
> Can you run -current? You may want to take a look at this as well:
>
Rather not, but I suppose I could.
Thanks
--- START: ifconfig ---
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33224
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x8
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
address: 00:d0:b7:db:04:1f
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet 10.3.1.1 netmask 0xffffff00 broadcast 10.3.1.255
inet6 fe80::2d0:b7ff:fedb:41f%fxp0 prefixlen 64 scopeid 0x1
fxp1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
address: 00:30:05:11:eb:8b
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255
inet6 fe80::230:5ff:fe11:eb8b%fxp1 prefixlen 64 scopeid 0x2
fxp2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
address: 00:d0:b7:84:47:13
media: Ethernet autoselect (none)
status: no carrier
fxp3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
address: 00:d0:b7:9d:16:ca
media: Ethernet autoselect (none)
status: no carrier
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33224
pfsync0: flags=0<> mtu 2020
enc0: flags=0<> mtu 1536
pppoe0: flags=a851<UP,POINTOPOINT,RUNNING,SIMPLEX,LINK1,MULTICAST> mtu 1492
dev: fxp1 state: session
sid: 0xf636 PADI retries: 0 PADR retries: 0 time: 0:4:21
inet 83.245.46.101 --> 0.0.0.1 netmask 0xffffffff
inet6 fe80::2d0:b7ff:fedb:41f%pppoe0 -> prefixlen 64 scopeid 0x9
--- END: ifconfig ---