illegalistnichtlegal
Ist oft hier
- Registriert
- 14. März 2009
- Beiträge
- 174
- Reaktionspunkte
- 23
- Punkte
- 38
Hey Leute,
ich habe ein Problem mit meinem IPC im IP-Netz. Er ist von außen nicht zu erreichen und ich schaffe es auch nicht einen Ping zu senden. Ich vermute es ist was am Nameserver oder anderen Settings. Ports von Außen sind entsprechend freigegeben.
IP-Adresse des IPC: 172.16.0.42
Subnetmask: 255.255.0.0
IP-Adresse Router: 172.16.0.6
/etc/network/interfaces:
/etc/resolv.conf
Ein Ping bringt folgendes:
ich habe ein Problem mit meinem IPC im IP-Netz. Er ist von außen nicht zu erreichen und ich schaffe es auch nicht einen Ping zu senden. Ich vermute es ist was am Nameserver oder anderen Settings. Ports von Außen sind entsprechend freigegeben.
IP-Adresse des IPC: 172.16.0.42
Subnetmask: 255.255.0.0
IP-Adresse Router: 172.16.0.6
/etc/network/interfaces:
Code:
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]
[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]#The loopback network interface[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]auto lo[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]iface lo inet loopback[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]
[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]#The primary network Interface0[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]iface eth0 inet static[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]address 172.16.0.42[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]netmask 255.255.0.0[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]gateway 172.16.0.6[/COLOR][/FONT][/COLOR]
Code:
[COLOR=#000000][FONT=Andale Mono]nameserver 172.16.0.6 #eth0[/FONT][/COLOR]
Code:
[COLOR=#000000][FONT=Andale Mono]root[/FONT][FONT=Andale Mono]@[/FONT][FONT=Andale Mono]debian[/FONT][FONT=Andale Mono]~ [/FONT][FONT=Andale Mono]> [/FONT][FONT=Andale Mono]ping -c 4 172.16.0.6
[/FONT][FONT=Andale Mono]Do you want to ping broadcast? Then -b[/FONT][/COLOR]
Code:
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]root@debian ~ > ping -c 4 172.16.0.6 -b[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]WARNING: pinging broadcast address[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]PING 172.16.0.6 (172.16.0.6) 56(84) bytes of data.[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]^C[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]--- 172.16.0.6 ping statistics ---[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]3 packets transmitted, 0 received, 100% packet loss, time 2006ms[/COLOR][/FONT][/COLOR]
Code:
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]root@debian ~ > ping www.web.de[/COLOR][/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono][COLOR=#000000]ping: unknown host www.web.de[/COLOR][/FONT][/COLOR]
Zuletzt bearbeitet von einem Moderator: