I have configured freebsd to use PPPoE but it does not work.
You can found some parameter files (rc.conf/ppp.conf) and the result of some commands 
such as netstat and ifconfig. The process break down at boot time.  If someone could 
give some help to configure properly the PPP network.
I have got another question, how could we test the PPPoE if we do not start it at boot 
time. It is say in the documentation to start it with the command 'ppp -ddial pppoe' 
but it seems it does not connect.  And finaly if we start it how could we stop it 
(disconnection).

              Thank you



Sylvain Lemasson

Attachment: rc.conf
Description: Binary data

sis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 10.33.20.2 netmask 0xffffff00 broadcast 10.33.20.255
        inet6 fe80::209:5bff:fe1d:9280%sis0 prefixlen 64 scopeid 0x1 
        ether 00:09:5b:1d:92:80
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
sis1: flags=88c3<UP,BROADCAST,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::209:5bff:fe22:37c3%sis1 prefixlen 64 scopeid 0x2 
        inet 10.33.20.1 netmask 0xffffffff broadcast 10.33.20.1
        ether 00:09:5b:22:37:c3
        media: Ethernet autoselect (none)
        status: no carrier
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128 
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 
        inet 127.0.0.1 netmask 0xff000000 
tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            10.33.20.1         UGSc        0        0   sis1
10.33.20/24        link#1             UC          1        0   sis0
10.33.20.1         00:09:5b:22:37:c3  UHLW        1        0    lo0 =>
10.33.20.1/32      link#2             UC          1        0   sis1
10.33.20.3         00:10:dc:85:d7:b4  UHLW       15    17848   sis0    907
localhost          localhost          UH          0      268    lo0

Internet6:
Destination        Gateway            Flags      Netif Expire
::1                ::1                UH          lo0
fe80::%sis0        link#1             UC         sis0
fe80::209:5bff:fe1 00:09:5b:1d:92:80  UHL         lo0
fe80::%sis1        link#2             UC         sis1
fe80::209:5bff:fe2 00:09:5b:22:37:c3  UHL         lo0
fe80::%lo0         fe80::1%lo0        Uc          lo0
fe80::1%lo0        link#4             UHL         lo0
ff01::             ::1                U           lo0
ff02::%sis0        link#1             UC         sis0
ff02::%sis1        link#2             UC         sis1
ff02::%lo0         ::1                UC          lo0

Attachment: ppp.conf
Description: Binary data

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to