Results 1 to 8 of 8

Thread: Knoppix can't get to the Internet

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jun 2005
    Posts
    7
    Sorry, but I have another question.... Why can't I get onto the internet while using Knoppix. I tried searching for the answer, but none really helped. I know that you, Harry Kuhman, have said to get a router in many threads, but I already have a router... I am a complete noobie, so please help out.

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by username11
    I know that you, Harry Kuhman, have said to get a router....
    Perhaps you could give us a little information?

    You're using a wired connection, right?

    What happens? Do you get any error? Can you tell us anything about your NIC? Tell us what ifconfig says. Tell us what happend when you so a netcardconfig.

    What brand router? Does it have a feature that only lets certain MAC addresses access it, and do you have that enabled? If so turn it off and do anpther test.

    I doubt if anyone will be able to offer more help unless you give a few details.

    I'll give you time to reply, but I'm planning on splitting this off into it's own thread and moving it to the networking forum.

  3. #3
    Junior Member
    Join Date
    Jun 2005
    Posts
    7
    I'll try to be as specific as possible, but I don't know the answers to a lot of the questions you are asking.

    I have a 2wire Home Portal 1000hg, which is wired. Usually a green light is on above the "local network" text, but when I use knoppix, that light isn't green or any other color. I don't get any error or anything, but when I try to use firefox or any other browser, it says it is unable to find any page.....

    I don't know what "ifconfig", "netcardconfig", or "NIC" is, and I don't know if it my router has a feature that only lets certain MAC addresses access it.

    This is my first day with Knoppix, so I really don't know anything, so thanks for being patient.

    username11

  4. #4
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    OK, a little Google searching told me this about the 2wire Home Portal 1000hg. So we at least know what you're working with.

    It does have wireless capability but you say that you are trying to get a wired connection working. Good.

    I haven't found the manual for it yet, but I'll assume that even if it does have a feature to limit access to only certain MAC addresses that you have not enabled it. So unless there is something that you're not saying (like Daddy might have enabled it), then we should assume that is not the issue.

    A NIC is a Network Interface Card. The thing in you computer that the Ethernet cable plugs into. Do you know the brand? Do you know the speed? Can you get any information about it from the System Manager in Windows? Knowing what hardware you're dealing with would help a lot here.

    ifconfig and netcardconfig are commands that you can run in Knoppix. ifconfig is similar to the windows command ipconfig (run from a DOS command prompt). In Linux you would open a shell (a command prompt in windows speak) and type in ifconfig. There are also some options on ifconfig you can try. To see more information on ifconfig type man ifconfig at the shell prompt. You can open a shell with one of the little icons on the bottom of the Linux screen or from options in the menu (there are other ways too, better left unmentioned for now).

    netcardconfig is another command. You can find it right in the Knoppix menu or you can just type netcardconfig in as a shell prompt. And for more information on netcardconfig type man netcardconfig at a shell prompt.

  5. #5
    Junior Member
    Join Date
    Jun 2005
    Posts
    7
    OK, I went into Knoppix, and into the 'Terminal, and typed the following things, and got the following answers: (words in bold are what I typed, the code is what I recieved.) The spacing of the code might be off, because I had to re-type it in order to send it to you.

    MAN IFCONFIG

    Code:
    IFCONFIG(8)		Linux PROGRAMMER’S manual		IFCONFIG(8)
    
    NAME 
           ifconfig – configure a network interface 
    
    SYNOPSIS 
           Ifconfig [interface]
           Ifconfig interface [aftype] options | address … 
    
    DESCRIPTION 
    Ifconfig is used to configure the kernel-resident network interfaces. 
    It is used at boot time to set up interfaces as necessary.  After 
    that, it is usually only needed when debugging or when system tuning 
    is needed.
    
    If no arguments are gives, ifconfig displays the status of the cur-
    rently active interfaces.  If a single interface argument is given, it 
    Displays the status of the given interface only; if a single –a argu-
    ment is given, it displays the status of all interfaces, even those 
    that are down.  Otherwise, it configures an interface.       
    
    Address Families 
           If the fist argument after the interface name is recognized as the Manual page 
    ifconfig(8) line 1

    IFCONFIG

    Code:
    lo        Linkencap:Local Loopback 
              Inet addr:127.0.0.1 Mask:255.0.0.0 
              UP LOOPBACK RUNNING MTU:16436 Metric:1 
              RX packets:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 frame:0
              Collision:0 txqueuelen:0 
              RX bytes:600 (600.0b) TX bytes:600 (600.0b)
    NETCARDCONFIG

    Code:
    Sending DHCP broadcast from device eth0Operation failed.
    Failed. 
    Hit return to exit.
    MAN NETCARDCONFIG

    Code:
    No manual entry for netcardconfig 
    See ‘man 7 undocumented’ for help when manual pages are not available.
    Also, I do not have a Network Interface Card, because the ethernet cable is plugged into the motherboard, not into any PCI card...'

  6. #6
    Senior Member registered user
    Join Date
    May 2003
    Location
    Belgrade, YU
    Posts
    334
    Also, I do not have a Network Interface Card, because the ethernet cable is plugged into the motherboard, not into any PCI card...
    Yes, you do, but this is integrated NIC. Functionaly, it is the same thing if it is a separate card.

  7. #7
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by username11
    Also, I do not have a Network Interface Card, because the ethernet cable is plugged into the motherboard, not into any PCI card...'
    There is no need to type in the results of a man command, they are just help files that we all have, I mentioned them so you could learn more about the commands you were using.

    As already said, you have a NIC integrated onto your motherboard. It might help if we new the motherboard so somone with the same board could tell you about Knoppix support for it.

  8. #8
    Junior Member
    Join Date
    Jun 2005
    Posts
    7

Similar Threads

  1. Slow internet on Knoppix 5
    By grus in forum Networking
    Replies: 0
    Last Post: 05-20-2006, 09:56 PM
  2. Replies: 4
    Last Post: 03-10-2006, 03:11 AM
  3. Internet on Knoppix 4.0?
    By admart35 in forum Networking
    Replies: 2
    Last Post: 10-06-2005, 08:58 AM
  4. internet with knoppix
    By Julia in forum General Support
    Replies: 3
    Last Post: 03-30-2004, 06:35 PM
  5. Internet With Knoppix
    By Julia in forum Networking
    Replies: 1
    Last Post: 03-30-2004, 01:55 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
  •  


PfSense/OPNsense 6x1Gb, Quad Core, 8GB, 128GB SSD, AES-NI, QAT (Lanner FW-7525D) picture

PfSense/OPNsense 6x1Gb, Quad Core, 8GB, 128GB SSD, AES-NI, QAT (Lanner FW-7525D)

$85.00



OPNsense pfSense 16-Core Atom C3958 16GB ECC RAM 512GB SSD 8-Port QAT AES-NI VPN picture

OPNsense pfSense 16-Core Atom C3958 16GB ECC RAM 512GB SSD 8-Port QAT AES-NI VPN

$298.00



Cisco ASA 5506-X Network Security Firewall Appliance with FirePOWER Services picture

Cisco ASA 5506-X Network Security Firewall Appliance with FirePOWER Services

$49.99



Cisco ASA 5506-X Network Security Firewall Appliance- No Adapter picture

Cisco ASA 5506-X Network Security Firewall Appliance- No Adapter

$50.00



Fortinet FortiGate FortiWiFi 80F Network Security Firewall (FG-80F) picture

Fortinet FortiGate FortiWiFi 80F Network Security Firewall (FG-80F)

$73.49



OPNsense pfSense 8-Core Atom C3758 2.2GHz 8GB DDR4 64GB SSD 8x NIC QAT AES VPN picture

OPNsense pfSense 8-Core Atom C3758 2.2GHz 8GB DDR4 64GB SSD 8x NIC QAT AES VPN

$145.00



10GbE OPNsense Firewall VPN AES QAT 4-Core Atom C3558 2.20GHz 8GB DDR4 128GB SSD picture

10GbE OPNsense Firewall VPN AES QAT 4-Core Atom C3558 2.20GHz 8GB DDR4 128GB SSD

$165.00



PfSense/OPNsense - 2x1Gb, 4x2.5Gb, 2x10Gb, C3558, 4GB, 128GB NVMe, AES-NI, QAT picture

PfSense/OPNsense - 2x1Gb, 4x2.5Gb, 2x10Gb, C3558, 4GB, 128GB NVMe, AES-NI, QAT

$259.00



Zero Trace Pen: All-in-one Tor Network Anonymous Drive + Cryptocurrency Wallet picture

Zero Trace Pen: All-in-one Tor Network Anonymous Drive + Cryptocurrency Wallet

$147.00



SonicWall SOHO Wireless Network Security Appliance 01-SSC-0218 picture

SonicWall SOHO Wireless Network Security Appliance 01-SSC-0218

$199.00