PPPoE : User can't access while root can!
Benedict Plante
erythro73 at SexMagnet.com
Sat Apr 5 12:37:39 PST 2003
Hello all!
Well, let get straight to the point. I use Bell Canada Sympatico Internet Service Provider, with a DSL connection, and I'm using FreeBSD-4.8-release.
I've used FreeBSD-4.7 for a while, and sometime, when I installed, ppp wasn't working for user... unless one time, when I completely wipe my FreeBSD-4.7 partition and reinstalling it, it worked. Later, I deinstalled it and reinstalled it completely and it wasn't working.
Now, I've move to FreeBSD-4.8-release and its still not working! I mean... it does work as root but not as a user.
If I use internet with a user from the wheel group, it gives me that message:
$ ping www.google.ca
ping: cannot resolve www.google.ca: Host name lookup failure
In order to make my connection work, I need to configure my /etc/ppp/ppp.conf along with rp-pppoe-3.5.
-----Here is my /etc/ppp/ppp.conf:
default:
set log Phase tun command
set ifaddr 10.0.0.1/0 10.0.0.2/0
sympatico.ca:
set device PPPoE:vr0
set authname *
set authkey *
set dial
set login
add default HISADDR
-----Here is my /etc/rc.conf:
hostname="FreeBSD"
kern_securelevel_enable="NO"
linux_enable="YES"
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"
nfs_reserved_port_only="YES"
sendmail_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
ppp_enable="YES"
ppp_mode="ddial"
ppp_profile="sympatico.ca"
ppp_nat="YES" #I tried with it turned to "NO" also
inetd_enable="YES"
-----Here is my /var/log/ppp.log:
15:24:53 FreeBSD ppp[53]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "62031100098933-")
Apr 5 15:24:53 FreeBSD ppp[53]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Apr 5 15:24:53 FreeBSD ppp[53]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Apr 5 15:24:53 FreeBSD ppp[53]: tun0: Phase: deflink: carrier -> login
Apr 5 15:24:53 FreeBSD ppp[53]: tun0: Phase: deflink: login -> lcp
Apr 5 15:24:53 FreeBSD ppp[53]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Apr 5 15:24:53 FreeBSD ppp[53]: tun0: Phase: bundle: Authenticate
Apr 5 15:24:53 FreeBSD ppp[53]: tun0: Phase: deflink: his = PAP, mine = none
Apr 5 15:24:53 FreeBSD ppp[53]: tun0: Phase: Pap Output: *** ********
Apr 5 15:24:54 FreeBSD ppp[53]: tun0: Phase: Pap Input: SUCCESS ()
Apr 5 15:24:54 FreeBSD ppp[53]: tun0: Phase: deflink: lcp -> open
Apr 5 15:24:54 FreeBSD ppp[53]: tun0: Phase: bundle: Network
Apr 5 15:24:54 FreeBSD ppp[53]: tun0: Phase: deflink: IPV6CP protocol reject closes IPV6CP !
Apr 5 15:25:06 FreeBSD last message repeated 5 times
-----My ifconfig as root (working)
FreeBSD# ifconfig
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::250:baff:fee5:bdb0%vr0 prefixlen 64 scopeid 0x1
ether 00:50:ba:e5:bd:b0
media: Ethernet autoselect (10baseT/UTP)
status: active
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
faith0: flags=8002<BROADCAST,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
inet 127.0.0.1 netmask 0xff000000
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
inet 64.228.205.31 --> 64.228.205.1 netmask 0xffffffff
Opened by PID 53
-----My ifconfig as user (wheel):
$ ifconfig
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::250:baff:fee5:bdb0%vr0 prefixlen 64 scopeid 0x1
ether 00:50:ba:e5:bd:b0
media: Ethernet autoselect (10baseT/UTP)
status: active
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
faith0: flags=8002<BROADCAST,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
inet 127.0.0.1 netmask 0xff000000
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
inet 64.228.205.31 --> 64.228.205.1 netmask 0xffffffff
Opened by PID 53
----- Do you need some more info??? Thank you to all the people who will help me :).
Erythro73
More information about the freebsd-questions
mailing list