Hi there,
I've been using OepnBSD for a while (10yr now, basically as router/server
at home and small office).
Right now, I have 2 OpenBSD servers:
1) OpenBSD 4.9 running on amd64 (Sun Fire v20z - old and noisy)
2) OpenBSD 5.4 running on i386 (Dell Optiplex DualCore)
I want to disable the old one, staying only with the "newer". I have 2
internet connections (one DHCP and other PPPoE).
The DHCP connection migration were fine. But I'm having problem with the
PPPoE connection.
On the old server it runs fine, but in the new one, when I enable debug on
ifconfig
(ifconfig pppoe0 debug) I get this:
Jul 22 16:47:16 BSD /bsd: pppoe0 (8863) state=1, session=0x0 output ->
ff:ff:ff:ff:ff:ff, len=18
Jul 22 16:48:16 BSD /bsd: pppoe0: timeout
And:
# ifconfig pppoe0
pppoe0: flags=28855<UP,DEBUG,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST,NOINET6>
mtu 1492
priority: 0
dev: bge0 state: PADI sent
sid: 0x0 PADI retries: 7 PADR retries: 0
sppp: phase establish authproto pap authname "[email protected]"
groups: pppoe
status: no carrier
inet 0.0.0.0 --> 0.0.0.1 netmask 0xffffffff
I've seen some messages discussing this, like this one:
http://comments.gmane.org/gmane.os.openbsd.misc/212649
But couldn't find a definitive solution (if this is actually a general
problem).
When I send UP and DOWN commands to the interface, this happen:
# ifconfig pppoe0 down
Jul 22 17:24:17 BSD /bsd: pppoe0 (8863) state=1, session=0x0 output ->
ff:ff:ff:ff:ff:ff, len=18
Jul 22 17:24:18 BSD /bsd: pppoe0: lcp close(starting)
Jul 22 17:24:18 BSD /bsd: pppoe0: lcp starting->initial
Jul 22 17:24:18 BSD /bsd: pppoe0: phase dead
# ifconfig pppoe0 up
Jul 22 17:25:28 BSD /bsd: pppoe0: lcp close(initial)
Jul 22 17:25:28 BSD /bsd: pppoe0: lcp open(initial)
Jul 22 17:25:28 BSD /bsd: pppoe0: lcp initial->starting
Jul 22 17:25:28 BSD /bsd: pppoe0: phase establish
Jul 22 17:25:28 BSD /bsd: pppoe0 (8863) state=1, session=0x0 output ->
ff:ff:ff:ff:ff:ff, len=18
Jul 22 17:25:33 BSD /bsd: pppoe0: timeout
And keeps repeating the last two lines...
Anyone has dealed with something like this on version upgrade? Any solution?
Thanks,
Felipe
Sp/Brazil