Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2000 19:18:16 +0200
From:      Andre Oppermann <oppermann@pipeline.ch>
To:        freebsd-net@freebsd.org
Subject:   Problem with pppoed->ppp
Message-ID:  <39F5C458.D77E62A0@pipeline.ch>

next in thread | raw e-mail | index | archive | help
There seems to be a problem with ppp running in an server pppoe
environment.

The first pppoe connection comes in fine but with the second it looks
like ppp wants to use the tun0 interface again which obviously doesn't
work since it is occupied already.

Any hints on this problem? How to make ppp use the next tun interface?

My config is this:

 pppoed -Fd -a vaio -p test fxp0

ppp.conf:
 default:
  allow mode direct
  set mru 1492
  set mtu 1492
  set speed sync
  set cd 5!
  set timeout 1800
  enable lqr
  enable chap
  accept dns
 test:
  set ifaddr 192.168.0.2 192.168.1.32/27

The log says this:

Oct 25 19:13:47 vaio ppp[364]: Error: iface_inAdd: ioctl(SIOCAIFADDR):
192.168.0.2:
 File exists
Oct 25 19:13:47 vaio ppp[364]: Error: ipcp_InterfaceUp: unable to set ip
address
Oct 25 19:13:51 vaio ppp[364]: Warning: ip_Input: IPCP not open - packet
dropped

-- 
Andre


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39F5C458.D77E62A0>