Hallo!
Ich verzweifle nun schon seit Wochen an diesem Problem.
Bin kurz davor alles platt zu machen ;-)
Also. Situation ist folgende: Linux hängt am DSL-Modem und soll sich einwählen. Habe rp-pppoe installiert. Nun, er wählt sich auch ein, scheinbar:
(/etc) # adsl-status
adsl-status: Link is up and running on interface ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:217.235.103.29 P-t-P:217.5.98.35 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:118 (118.0 b) TX bytes:30 (30.0 b)
Bekommt auch eine Ip zugewiesen. Soweit alles grün. Aber online ist er trotzdem nicht! Pings gehen nicht.
Hier zu google. Mit anderen dasselbe Ergebnis.
ping 216.239.59.104 (google)
PING 216.239.59.104 (216.239.59.104): 56 data bytes
ping: sendto: Operation not permitted
ping: wrote 216.239.59.104 64 chars, ret=-1
ping: sendto: Operation not permitted
ping: wrote 216.239.59.104 64 chars, ret=-1
ping: sendto: Operation not permitted
ping: wrote 216.239.59.104 64 chars, ret=-1
ping: sendto: Operation not permitted
ping: wrote 216.239.59.104 64 chars, ret=-1
ping: sendto: Operation not permitted
ping: wrote 216.239.59.104 64 chars, ret=-1
ping: sendto: Operation not permitted
ping: wrote 216.239.59.104 64 chars, ret=-1
--- 216.239.59.104 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss
TEST-PING ZUR ppp0-IP:
(/etc/ppp) # ping 217.235.103.29 (ppp0-ip)
PING 217.235.103.29 (217.235.103.29): 56 data bytes
64 bytes from 217.235.103.29: icmp_seq=0 ttl=64 time=0.2 ms
64 bytes from 217.235.103.29: icmp_seq=1 ttl=64 time=0.0 ms
64 bytes from 217.235.103.29: icmp_seq=2 ttl=64 time=0.0 ms
64 bytes from 217.235.103.29: icmp_seq=3 ttl=64 time=0.0 ms
64 bytes from 217.235.103.29: icmp_seq=4 ttl=64 time=0.0 ms
--- 217.235.103.29 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.0/0.0/0.2 ms
TEST-PING ZU ETH1:
(/etc/ppp) # ping 192.168.10.1 (eth1-ip. am modem)
PING 192.168.10.1 (192.168.10.1): 56 data bytes
64 bytes from 192.168.10.1: icmp_seq=0 ttl=64 time=0.2 ms
64 bytes from 192.168.10.1: icmp_seq=1 ttl=64 time=0.0 ms
64 bytes from 192.168.10.1: icmp_seq=2 ttl=64 time=0.0 ms
64 bytes from 192.168.10.1: icmp_seq=3 ttl=64 time=0.0 ms
64 bytes from 192.168.10.1: icmp_seq=4 ttl=64 time=0.0 ms
--- 192.168.10.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.0/0.0/0.2 ms
Alles sehr merkwürdig. Die Einwahldaten stimmen mit Sicherheit. Hier noch ein Auszug aus syslog zu pppd:
pppd[1185]: pppd 2.4.1 started by root, uid 0
pppd[1185]: Using interface ppp0
pppd[1185]: Connect: ppp0 <--> /dev/pts/2
pppoe[1187]: PADS: Service-Name: ''
pppoe[1187]: PPP session is 482
pppd[1185]: Cannot determine ethernet address for proxy ARP
pppd[1185]: local IP address 217.235.103.29
pppd[1185]: remote IP address 217.5.98.35
Hat vielleicht jemand eine Idee, warum ich nicht online bin obwohl er es behauptet?
Kernel ist 2.4.28. Die NIC am Modem eine normale Realtek.
Vielen vielen Dank im Voraus!
Gruß, Drogo
Probleme bei Adsl-Einwahl
Hallo,
[schuss ins blaue]
Läuft iptables? Kenne die Meldung eigentlich nur wenn icmp geblockt wird...
[/schuss ins blaue]
PS.: Um ausgehende Pings von der linux box weg zu erlauben am Anfang des Scripts...
[schuss ins blaue]
Läuft iptables? Kenne die Meldung eigentlich nur wenn icmp geblockt wird...
[/schuss ins blaue]
PS.: Um ausgehende Pings von der linux box weg zu erlauben am Anfang des Scripts...
Code: Alles auswählen
iptables -A OUTPUT -p icmp --icmp-type echo-request -j ACCEPT
iptables -A INPUT -p icmp --icmp-type echo-reply -j ACCEPT
Ciao, Hendri
Hallo Hendri!
Also es hat wohl irgendwas mit Firewall und/oder iptables zu tun.
Nachdem ich mal meine firewall aus /etc/ppp/ip-up.d/ rausgenommen hab, und iptables -L nichts mehr anzeigte, konnte ich sogar pingen. Aber ich konnte nur IPs pingen, nicht die Hostnamen. Aber das Problem liegt dann wohl an den eingetragenen DNS Servern in der pppoe.conf? Aber eigentlich stimmen die :( verwende am WinPC dieselben..
Also es hat wohl irgendwas mit Firewall und/oder iptables zu tun.
Nachdem ich mal meine firewall aus /etc/ppp/ip-up.d/ rausgenommen hab, und iptables -L nichts mehr anzeigte, konnte ich sogar pingen. Aber ich konnte nur IPs pingen, nicht die Hostnamen. Aber das Problem liegt dann wohl an den eingetragenen DNS Servern in der pppoe.conf? Aber eigentlich stimmen die :( verwende am WinPC dieselben..