Hi Misc, 

I' think this is not fully OpenBSD issue but want to learn the reason of 
problem. 


Here it is: 
I have two adsl modems which are in bridge mode. Here is my configs: 

# cat /etc/hostname.em1 
up 

# cat /etc/hostname.em2 
up 


# cat /etc/hostname.pppoe0 
inet 0.0.0.0 255.255.255.255 NONE \ 
pppoedev em1 authproto pap \ 
authname 'username1@service' authkey 'password2' up 
dest 0.0.0.1 
!/sbin/route add default -ifp hostname.pppoe0 0.0.0.1 

# cat /etc/hostname.pppoe1 
inet 0.0.0.0 255.255.255.255 NONE \ 
pppoedev em2 authproto pap \ 
authname 'username2@service' authkey 'password2' up 
dest 0.0.0.1 
!/sbin/route add default -ifp hostname.pppoe1 0.0.0.1 


My public ip addreses are static. (I get them with these configs above.) 

pppoe0 has no problems but pppoe1 somehow redialing all the time. (Works for 
some minutes after that redials...) 
After thousands of PADI retries pf hangs and rules of pppoe1 do not work. When 
i reload pf with pfctl -f /etc/pf.conf everything goes on... 

Also there are lots of "pppoe1: LCP keepalive timeout" messages on dmesg. 


I use generic 5.5 amd64 kernel with all errata patches. 

My first suspect is the telecom guys. I'll want the change my port at their 
side. 
Also wanted to inform this second issue which may be releated with pf. 

So, what do you think about this problem? Am i missing something? Any proper or 
temporary solution at OpenBSD side? Is it an "option 
PPPOE_TERM_UNKNOWN_SESSIONS" releated issue which told in manpage of pppoe? 

-- 
Thanks 
Theron

Reply via email to