Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: can not conect to linksys router

  1. #1
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13

    can not conect to linksys router

    i have a Linksys wirelsee accesspoint router with 4 port switch all conectons talked about are wired in the switch. the model number of the router is befw11s4

    i am trying to my router with both a dell and an emachines computer both do not conect while using knoppix the dell is a dimension 8200 using a cnet pro 200wl fast ethernet adapter and the emachines uses an nvidian force networking controller

    i get no internet so i have no clue what to do while in linux any help would be great.

    I am vary new to linux just got it this week.

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    We need the output of ifconfig. Also, try running netcardconfig and say yes to the dhcp question and tell us what happens. Do this for each computer. And I'm assuming that you don't have dhcp disabled in the router or have any strange security feature like MAC address filtering turned on.
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  3. #3
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    here is the output from ifconfig
    Code:
    knoppix@1[knoppix]$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:16:17:79:D4:8F
              inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::216:17ff:fe79:d48f/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:5 errors:0 dropped:0 overruns:0 frame:0
              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:1890 (1.8 KiB)  TX bytes:1920 (1.8 KiB)
              Interrupt:5 Base address:0xa000
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:14 errors:0 dropped:0 overruns:0 frame:0
              TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:700 (700.0 b)  TX bytes:700 (700.0 b)
    
    knoppix@1[knoppix]$
    and the dhcp failed

  4. #4
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    my router's ip is 192.168.1.1 also

  5. #5
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by ranmaaaron
    and the dhcp failed
    Why do you say it failed? It looks like you have a good dhcp setup to me. Or did you manually make these settings?

    What does "I get no Internet" mean?

    What error messages do you get (exact words)?

    I'm wondering if you have an ip6/ip4 type problem as has recently been discussed in another thread. But there is still too little information to diagnose what is happening. Can you ping the router? Can you ping 72.36.188.40 ? Can you ping knoppix.net?

  6. #6
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    ok to clear things up a bit i was trying to state that i only have internet while in windows not i linux.
    now here is a ifconfig before i run the network card config
    Code:
    knoppix@1[knoppix]$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:16:17:79:D4:8F
              inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::216:17ff:fe79:d48f/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:7 errors:0 dropped:0 overruns:0 frame:0
              TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2201 (2.1 KiB)  TX bytes:1990 (1.9 KiB)
              Interrupt:5 Base address:0xa000
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:14 errors:0 dropped:0 overruns:0 frame:0
              TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:700 (700.0 b)  TX bytes:700 (700.0 b)
    
    knoppix@1[knoppix]$
    once i try to do the netcard config i get this message
    Code:
    Sending DHCP broadcast from device eth0 operation failed.
    failed.
    Hit return to exit.
    after the netcard config i try ifconfig again and get this
    Code:
    knoppix@1[knoppix]$ ifconfig
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:16 errors:0 dropped:0 overruns:0 frame:0
              TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:800 (800.0 b)  TX bytes:800 (800.0 b)
    
    knoppix@1[knoppix]$

  7. #7
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    oops for got to ping ill do that her in a min

  8. #8
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    ok here is the ping resolts for each on you sugested

    router
    Code:
    knoppix@1[knoppix]$ ping -c5 168.192.1.1
    PING 168.192.1.1 (168.192.1.1) 56(84) bytes of data.
    From 192.168.1.101 icmp_seq=2 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=3 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=4 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=5 Destination Host Unreachable
    
    --- 168.192.1.1 ping statistics ---
    5 packets transmitted, 0 received, +4 errors, 100% packet loss, time 4000ms
    , pipe 3
    knoppix@1[knoppix]$
    72.36.189.40
    Code:
    knoppix@1[knoppix]$ ping -c5 72.36.189.40
    PING 72.36.189.40 (72.36.189.40) 56(84) bytes of data.
    From 192.168.1.101 icmp_seq=2 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=3 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=4 Destination Host Unreachable
    From 192.168.1.101 icmp_seq=5 Destination Host Unreachable
    
    --- 72.36.189.40 ping statistics ---
    5 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3999ms
    , pipe 3
    knoppix@1[knoppix]$
    knoppix.net
    Code:
    knoppix@1[knoppix]$ ping -c5 knoppix.net
    ping: unknown host knoppix.net
    knoppix@1[knoppix]$

  9. #9
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    I'm at a huge loss to understand what is going on here. Normally what one sees when booting Knoppix on a computer attached to a router is that during the boot process Knoppix does a DCP discovery with the router and gets assigned a local IP address in the same IP range as the router, and has the broadcast address, Domain Name Sever and network mask set. From there they can access the Internet as soon as the boot process finsihes, no setup at all needed.

    The thing is, you show that your system (at least one of them) is assigned 192.168.1.101, the broadcast address and the network mask are right. This isn't something that Knoppix ever does on it's own, this information must be coming from the router by DHCP. I'm not at all clear on why you couldn't access the Internet at that point, although we had seem some setup issues that deal with DNS servers that apparently don't treat IP6 properly. But then you do another DHCP setup by running netcardconfig and somehow the system no longer can recognize it's ethernet connection. That's a huge mystery to me and I can't make any sense of it.

    Nor can I understand the ping to the router at 192.168.0.1 failing. I had expected the ping to knoppix.net to fail and the ping to the IP address here to work, but I didn't expect there would be any problem pinging the router, I just put that in because it's a logical first step in testing. Once that ping failed the others were sure to, but why it failed is strange.

    I'm guessing that you tried the pings after trying the manual netcardconfig. And at that point, for some strange reason, the system no longer thinks it has an ethernet interface. The first test I would suggest is, if I'm correct above, trying the ping to the router right after rebooting, before trying a netcardconfig. You can do an ifconfig first, and that should confirm that the eth0 interface is still functional and that the computer has been assigned an IP address from the Linksys, but don't force a DHCP setup before doing the ping.

    I also would suggest making sure that you try all of this from both systems and reporting the result from each.

    As I said before, I would also check all of the settings of the router to be sure that there were no "security" features enabled that might muck you up, such as MAC filtering or IP address filtering.

    We have on more than one occasion seen a router get into a strange state and do very unexpected things. I can't quite explain the eth0 vanishing from your ifconfig if that's what is happening, but it would be wise to try this:
    • Power down all computers, leave the CD in the disk drive.
      Cycle power on the Linksys, give it a minute to fully restart.
      Boot a computer directly into Knoppix without lettiing Windows boot first.
      Try the ping test again.

    And just to be sure, we are talking about Knoppix running from CD or DVD, right? You're not one of those who thinks it can be installed and then fails to mention that, are you?

  10. #10
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    no i am runing all test from the cd i have done a poor mans install on the dell but all test so far have been from the emachines
    i also tested to see if i can get a conection directly form the cable modem i was able to access web pages for about a min then i could get no pages to come up if that helps any i will try you others tests and post what i get.
    edit
    also i had to restart to do the ping test becase i forgot so that is from start up.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 01-11-2008, 05:46 AM
  2. Replies: 4
    Last Post: 12-26-2006, 08:03 AM
  3. How can I conect on internet?
    By mishu2007 in forum Networking
    Replies: 3
    Last Post: 01-18-2006, 01:25 PM
  4. Replies: 1
    Last Post: 03-08-2004, 10:20 PM
  5. Router
    By pnti in forum General Support
    Replies: 4
    Last Post: 07-21-2003, 05:15 AM

Posting Permissions

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


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



CSE-118 Supermicro 1U 3x GPU Server  2.6Ghz 20-C 128GB CX353A 2x1600W PSU Rails picture

CSE-118 Supermicro 1U 3x GPU Server 2.6Ghz 20-C 128GB CX353A 2x1600W PSU Rails

$454.03



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$39.99



Intel Xeon Gold 6126 2.6 GHz LGA 3647 Server CPU Processor SR3B3 picture

Intel Xeon Gold 6126 2.6 GHz LGA 3647 Server CPU Processor SR3B3

$17.99



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



Rare WaterCooled HP Z800 Workstation Dual Xeon X5680 16GB RAM 120GB SSD Nvidia picture

Rare WaterCooled HP Z800 Workstation Dual Xeon X5680 16GB RAM 120GB SSD Nvidia

$279.56