linux Problem mit Internetverbindung gelöst

Neue Plugins usw. Also alles was kein Problem/Verbesserungsvorschlag ist ;).
Antworten
Atty
Junior Member
Beiträge: 24
Registriert: 30 Dez 2003, 22:41

linux Problem mit Internetverbindung gelöst

Beitrag von Atty »

linux k/ubuntu 12.04 LTS64 Java SE Runtime Environment (build 1.7.0_45-b18) tvbrowser 3.xxxx

Ich hatte heute das Problem, das ich keine Daten herunterladen konnte, weil angeblich keine Interverbindung bestände. Alles andere außer den Daten konnte ich herunterladen, bzw den Browser aus tvbrowser ins Internet starten. Habe lange geknobelt,
jetzt habe ich mit Hilfe eines Tips aus diesem Forum und einer anderen hilfreichen Webseite das Problem lösen können.

Irgendein neu installierter Browser o.ä. ermöglicht ipv6. Auf http://www.noobslab.com/2012/05/disable ... netis.html habe ich die Lösung dafür gefunden:
Follow this to Disable IPv6, So we have to edit the sysctl.conf file.

To do this open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
Terminal Command:
sudo gedit /etc/sysctl.conf

Now add these lines at the end of file:
# IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Now Save sysctl.conf file and close.

Enter following command to restart sysctrl settings:
Terminal Command:
sudo sysctl -p

Gruß Atty
Antworten