Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: can not conect to linksys router

  1. #11
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    did the ping test this time from the dell after powercycling the router and shuting down all computer and still got this for the ping
    Code:
    knoppix@1[knoppix]$ ping -c5 192.168.1.1
    PING 192.168.1.1 (192.168.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
    
    --- 192.168.1.1 ping statistics ---
    5 packets transmitted, 0 received, +4 errors, 100% packet loss, time 4003ms
    , pipe 3
    knoppix@1[knoppix]$
    will test the the network card config again on the dell now after restart.

  2. #12
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    doing what i did before with the net card config i got the same thing this time with the dell. i get this
    Code:
    knoppix@1[knoppix]$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:80:AD:77:F8:7C
              inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::280:adff:fe77:f87c/64 Scope:Link
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:5 errors:0 dropped:0 overruns:0 frame:0
              TX packets:4 errors:5 dropped:0 overruns:0 carrier:5
              collisions:0 txqueuelen:1000
              RX bytes:1890 (1.8 KiB)  TX bytes:300 (300.0 b)
              Interrupt:18 Base address:0xe800
    
    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]$
    then the failed message from the dhcp broadcast and ifconfig give me 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: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]$

  3. #13
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    it seem the knoppix does not like my networkcards because if i conect direct to the router i can conect for about one webpage then if i do an ifconfig i drops my eth0 for some reason if any knows why this is and how to bypass it it would be great if there is none then thanks all for your help.

  4. #14
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by ranmaaaron
    it seem the knoppix does not like my networkcards.....
    No, I don't believe that's it, I'm using a CNET PRO200WC PCI FastEthernet Adapter and have no problems with it. Of course, card makers are famous for slip-streaming different chipsets into cards so I can't say with 100% certainty that it's not your NICs, but to see this with two different brand of NICs, both presumably simple 10/100 basic NICs, makes this extremely unlikely to be the issue.

    I'm at a real loss to explain why the DHCP setup at first works though and then later you don't show an eth0 interface in ifconfig. This is completely in conflict with no only my experience but with everything else I've seem people here report about networking under Knoppix in the last three years.

  5. #15
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    is there any way to change the mac address that knoppix uses because i know that my isp will only alow one mac address out and i read in another post that it is posible but not common for knoppix to change the mac address by it self.

  6. #16
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by ranmaaaron
    is there any way to change the mac address that knoppix uses because i know that my isp will only alow one mac address out and i read in another post that it is posible but not common for knoppix to change the mac address by it self.
    The MAC address is dtermined by a EEROM on the NIC, all NICs are made with a unique MAC addres. Knoppix should be using the exact same MAC address as when the same NIC is used under windows. There was one report a couple of years ago where this was said to not happen, but I've never seen it fail to work properly myself, particularly on my CNet NIC.

    To answer your question, yes, Linux (and Knoppix) can tell the stack to use a different MAC address than what is assigned to the NIC by the EEROM. I'm not sure of the exact command to use to do it though, but you should be able to find it with a little searching on Google faster than waiting for someone to give it to you here.

    But if, as I have speculated, there is a router built into your modem, then the ISP only sees the MAC address of the router, not of any of your computers. MAC addresses are not routable across the Internet, they apply only to the local network and are stopped at the first router. If you have determined that the modem does not include a router then something really nasty is going on. Maybe you ISP is doing NAT on his end and giving you a non-routable IP address. That would not be good, it would greatly limit what you could do with your Internet connection. But it really doesn't look like that is happening in your case.

  7. #17
    Junior Member registered user
    Join Date
    Oct 2006
    Posts
    13
    Update Ok I finaly got the time to download knoppix 4.0.2 i am able to conect to the internet and my router with this verson i have no idea what would make a diference but obvisly some thing is diffrent some one may want to look in to this. i am fine for now using the older verson as it works about the same.

  8. #18
    Junior Member
    Join Date
    Oct 2006
    Posts
    2
    It seems I am having the same problem as you (see me post of a couple of days ago) - same symptons exactly. I can reach the internet from Knoppix 4.0.2 Live CD but not from Knoppix 5.0.1 Live DVD. Doesn't it bug you?

Page 2 of 2 FirstFirst 12

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
  •  


Seagate Exos X16 ST14000NM001G 14TB 512E SATA 6Gb/s 3.5

Seagate Exos X16 ST14000NM001G 14TB 512E SATA 6Gb/s 3.5" Enterprise Hard Drive

$169.99



WD 2TB Certified Refurbished Elements, External Hard Drive - RWDBU6Y0020BBK-WESN picture

WD 2TB Certified Refurbished Elements, External Hard Drive - RWDBU6Y0020BBK-WESN

$49.99



WD Green SATA HDD - 3TB picture

WD Green SATA HDD - 3TB

$59.99



Seagate Exos X22 ST20000NM004E 20TB 512E SATA 6Gb/s 3.5

Seagate Exos X22 ST20000NM004E 20TB 512E SATA 6Gb/s 3.5" Enterprise Hard Drive

$268.99



HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5

HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5" Enterprise HDD- HUH721212ALE601

$99.99



Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5

Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5" Internal Hard Drive

$29.99



HGST Ultrastar HE10 HUH721010ALE600 10TB SATA 6Gb/s 7200RPM 3.5

HGST Ultrastar HE10 HUH721010ALE600 10TB SATA 6Gb/s 7200RPM 3.5" Enterprise HDD

$69.99



HGST HUS724040ALS640 4TB 7200RPM 64MB Cache 6Gbps SAS 3.5

HGST HUS724040ALS640 4TB 7200RPM 64MB Cache 6Gbps SAS 3.5" Hard Drive HDD SERVER

$19.99



Seagate ST12000NM0538 Exos X14 12TB 3.5

Seagate ST12000NM0538 Exos X14 12TB 3.5" SATA 6Gbps 3.5" Enterprise Hard Drive

$45.79



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$26.89