Hi all,
I'm in the process of setting up my new firewall. It's running OpenBSD
4.3 GENERIC.
I have two PPPoA/PPPoE bridge modems attached to two NIC's (fxp0/1)
and am struggling to get them connected to my ADSL.
For now, I am just trying one (pppoe1) :-
# cat /etc/hostname.pppoe1
inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev fxp2 authproto pap
authname 'xxx' authkey 'xxx' up
!/sbin/route add default 0.0.0.1
# cat /etc/hostname.fxp2
up
# ifconfig fxp2
fxp2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:02:b3:13:fc:0d
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet6 fe80::202:b3ff:fe13:fc0d%fxp2 prefixlen 64 scopeid 0x5
# ifconfig pppoe1
pppoe1: flags=8850<POINTOPOINT,RUNNING,SIMPLEX,MULTICAST> mtu 1492
dev: fxp2 state: session
sid: 0x6 PADI retries: 0 PADR retries: 0 time: 00:00:36
sppp: phase establish authproto pap authname "REMOVED"
groups: pppoe
inet6 fe80::204:23ff:fecb:1cde%pppoe1 -> prefixlen 64 scopeid 0x9
inet 0.0.0.0 --> 0.0.0.1 netmask 0xffffffff
How can I debug this connection? Is there any tools I can use to see
what's going on?
One thing to mention, if I set pppoe1 to UP, it stays 'UP' for approx
1 minute then goes down. Does this log anywhere?
Thanks in advance.