Ich schon wieder *sichduck*
Also ich habs immer noch nicht gesschafft mit FreeBSD online zu gehen.
Ich zähle noch mal auf:
in /usr/src/sys/i386/conf/GENERIC folgendes unten angefügt:
options NETGRAPH
options NETGRAPH_ETHER
options NETGRAPH_SOCKET
options NETGRAPH_PPPOE
Dann habe ich den Kernel neu gebaut, und zwar wie folgt:
cd /usr/src/sys/i386/conf
cp GENERIC MYKERNEL
/usr/sbin/config MYKERNEL
cd ../../compile/MYKERNEL
make depend
make
make install
Danach Neustart
Hier meine /etc/ppp/ppp.conf:
default:
# PPP over Ethernet
set device PPPoE:wb0
set MTU 1492
set MRU 1492
set dial
set crtscts off
set speed sync
accept lqr
disable deflate
disable pred1
disable vjcomp
disable acfcomp
disable protocomp
enable dns
set log All Phase LCP IPCP CCP Warning Error Alert
set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
add default HISADDR
set login
set authname "xxxxxxxxxxxxxxxxxxxxxxxxxxx#0001(at)t-online.de"
set authkey xxxxxxxxxxxxx
Hier die /var/log/ppp.log während des Aufbauversuchs:
May 8 16:25:24 home ppp[259]: Phase: Using interface: tun0
May 8 16:25:24 home ppp[259]: Phase: deflink: Created in closed state
May 8 16:25:24 home ppp[259]: Phase: PPP Started (interactive mode).
May 8 16:25:26 home ppp[259]: Phase: bundle: Establish
May 8 16:25:26 home ppp[259]: Phase: deflink: closed -> opening
May 8 16:25:26 home ppp[259]: Phase: deflink: Connected!
May 8 16:25:26 home ppp[259]: Phase: deflink: opening -> dial
May 8 16:25:26 home ppp[259]: Phase: deflink: dial -> carrier
May 8 16:25:31 home ppp[259]: Phase: deflink: Disconnected!
May 8 16:25:31 home ppp[259]: Phase: deflink: carrier -> hangup
May 8 16:25:31 home ppp[259]: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
May 8 16:25:31 home ppp[259]: Phase: deflink: 0 packets in, 0 packets out
May 8 16:25:31 home ppp[259]: Phase: total 0 bytes/sec, peak 0 bytes/sec on Thu May 8 16:25:26 2003
May 8 16:25:31 home ppp[259]: Phase: deflink: hangup -> closed
May 8 16:25:31 home ppp[259]: Phase: bundle: Dead
May 8 16:25:32 home ppp[259]: Phase: PPP Terminated (normal).
May 8 16:31:41 home ppp[298]: Phase: Using interface: tun0
Die Ausgabe von tcpdump -n -i wb0 (während dessen)
16:34:57.599522 PPPoE PADI [Host-Uniq UTF8]
16:34:59.595027 PPPoE PADI [Host-Uniq UTF8]
Und hier Infos zur Netzwerkkarte:
home# ifconfig wb0
wb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.0.210 netmask 0xffffff00 broadcast 192.168.0.255
inet6 fe80::200:e8ff:fe21:97ac%wb0 prefixlen 64 scopeid 0x1
ether 00:00:e8:21:97:ac
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
home#
Ich habe der Netzwerkkarte eine feste IP zugewiesen. Ist das
vielleicht der Fehler? (wenn ja, dürft ihr mich erschiessen)
Vielleicht hat ja noch einer ne Idee.
Und nochmals besten Dank für die Hilfe bis hier her.
Gruß,
Andy
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 08 May 2003 - 20:07:08 CEST