Announcement

Collapse
No announcement yet.

Reseting Network/inertnet to settings made at install

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Reseting Network/inertnet to settings made at install

    Well I was trying to get rid of ipv6 and i went into network settings and deleted 2 options that had ip6 in it. It didn't work and then i finally found out what to do and my internet is still extremely. Any ideas ?

    Thanks

    #2
    Re: Reseting Network/inertnet to settings made at install

    my network is an ipv4 network, and I have never disabled ipv6. My connection has never been hampered by ipv6 either.

    However, if your Konqueror internet is slow, you can try:

    COMMAND LINE: replace editor with your favorite command line editor (i.e., nano, vim, emacs)
    Code:
    sudo editor /ect/environment
    GRAPHICALLY: Alt+F2, type kdesu kwrite /etc/environment and then press Enter.

    You want to add the following line after the last line of the file:
    Code:
    KDE_NO_IPV6=TRUE
    Save, and restart Konqueror. This should speed that up a little bit.
    Richard Johnson (nixternal)<br />Core Developer :: MOTU :: MOTU Council :: Community Council<br />https://launchpad.net/~nixternal<br />http://www.nixternal.com

    Comment

    Working...
    X