Find the answer to your Linux question:
Results 1 to 3 of 3
The internet was running great until recently. It takes a long time to 'find' a website. Once it finds it, it is quick. It also seems to run alright when ...
  1. #1
    Just Joined! oneadvent's Avatar
    Join Date
    Feb 2007
    Location
    Pensacola, Fl
    Posts
    16

    Internet Running SLOW

    The internet was running great until recently. It takes a long time to 'find' a website. Once it finds it, it is quick. It also seems to run alright when I have a few pages running. Is there anyway to reset the IP or something?

  2. #2
    Just Joined! oneadvent's Avatar
    Join Date
    Feb 2007
    Location
    Pensacola, Fl
    Posts
    16

    These should help out

    These should help

    hosts:
    Code:
    127.0.0.1 localhost TheWelchsComputer
    127.0.1.1 TheWelchsComputer.pn.at.cox.net TheWelchsComputer
    
    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    resolv.conf:
    Code:
    # generated by NetworkManager, do not edit!
    
    search pn.at.cox.net
    
    
    nameserver 68.105.161.20
    nameserver 68.1.18.25
    nameserver 68.10.16.30
    nsswitch.conf:
    Code:
    # /etc/nsswitch.conf
    #
    # Example configuration of GNU Name Service Switch functionality.
    # If you have the `glibc-doc-reference' and `info' packages installed, try:
    # `info libc "Name Service Switch"' for information about this file.
    
    passwd:         compat
    group:          compat
    shadow:         compat
    
    hosts:          files dns dns4_minimal [NOTFOUND=return] mdns4
    networks:       files
    
    protocols:      db files
    services:       db files
    ethers:         db files
    rpc:            db files
    
    netgroup:       nis
    ip addr show
    Code:
    1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
        inet6 ::1/128 scope host
           valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000
        link/ether 00:48:54:63:68:e8 brd ff:ff:ff:ff:ff:ff
        inet 70.191.206.36/22 brd 70.191.207.255 scope global eth0
        inet6 fe80::248:54ff:fe63:68e8/64 scope link
           valid_lft forever preferred_lft forever
    3: sit0: <NOARP> mtu 1480 qdisc noop
        link/sit 0.0.0.0 brd 0.0.0.0

  3. #3
    Just Joined! oneadvent's Avatar
    Join Date
    Feb 2007
    Location
    Pensacola, Fl
    Posts
    16

    Fixed Problem...I think?

    It seems to have fixed itself....? Any ideas there?

    I sent a copy of my question to my cable provider, and they sent me back how to set up email!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •