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

Thread: netcardconfig?

  1. #1
    Junior Member registered user
    Join Date
    Aug 2003
    Posts
    11

    netcardconfig?

    KNOPPIX v32 Release: 2003-07-26

    I'm trying to get connected manually and netcardconfig needs 5 settings

    1.IP address (ok)
    2.Default Gateway (ok)
    3.Network Mask (In windows I can only find subset mask is this the same thing)
    4.Name Server (In Windows I have dns server is this the same thing)
    5.Broadcast Address ( I don't know what this is or where to find it)


    These are the settings I have on my windows connection.

    ip address
    default gateway
    subsetmask
    dns servers (X3)
    dhcp server
    mac address

    any help much appreciated from an absolute beginner, thanks.

  2. #2
    Junior Member
    Join Date
    Aug 2003
    Posts
    5
    I think I can answer this for you, but please confrim with research
    or if other here more experience would like to confrim please do


    Quote:
    *1.IP address (ok)
    *2.Default Gateway (ok)

    *3.Network Mask (In windows I can only find subset mask is this the same thing)

    Netmask would be the same as your subsetmask from windows, normally something
    like 255.255.255.0

    *4.Name Server (In Windows I have dns server is this the same thing)

    Yes DNS is the name server normally you just need the 1st DNS but you can also
    put in the second DNS's IP as a backup

    *5.Broadcast Address ( I don't know what this is or where to find it)

    Broadcast is the actual network IP. ie. if your ip address is 192.168.1.100
    your broadcast or network is 192.168.1.0


    These are the settings I have on my windows connection.

    ip address
    default gateway
    subsetmask
    dns servers (X3)
    dhcp server
    mac address

    any help much appreciated from an absolute beginner, thanks.

    Hope that helps at least a little.

    Tonka

  3. #3
    Junior Member registered user
    Join Date
    Aug 2003
    Posts
    11
    OK Tonka I will Input these settings and try again, I should add that I'm running the program directly from the CD, If I can get connected I will install it to the hard drive, will post back on the results, thanks.

  4. #4
    Junior Member registered user
    Join Date
    Aug 2003
    Posts
    11
    Still can't connect.

    I boot from the CD and the auto-config screen says network device detected eth0.

    Then I try to get a connection using DHCP broadcast but I get "operation failed" so I open shell konsole and input the internet settings which work with windows, but I still cannot get online, I get "error occured while loading page"" for all websites. These are the settings I put into the konsole.

    IP address 82.35.xxx.208

    default gateway 82.35.xxx.1

    network mask 255.255.xxx.0

    nameserver 62.30.xxx.39 (the first dns server listed in windows, but also tried others)

    broadcast address = 82.35.xxx.0 also tried 82.35.xxx.208

    Well I've been at this all day now without a result so if anyone knows wassup please let me know, cheers.

  5. #5
    Junior Member
    Join Date
    Aug 2003
    Posts
    5
    I did I little checking and as far as I can tell the only thing I was incorrect about was the bcast which should end with xxx.xxx.xxx.255 not xxx.xxx.xxx.0

    I also boot and run From the CD, my setup has a router with DHCP tho and
    I didn't have any problem at all with the net setup, I didn't have to do any
    setup for it at all, it was all auto config'd.

    I also have mandrake running dual-boot with win98 on another sys and it also
    was no problem with the net config. This system's HD crashed and I decided to
    just run from the CD intill I can get a new HD (time and money stop me so far)
    It was XP till I lost the HD, But I like this OS so well I will more then likly set it
    up for a dual boot with WinXP and Debian (Knoppix).

    Good Luck with everything. and stick with it you'll get it going sooner or later
    and then you'll know alot more when you do.

    Tonka

  6. #6
    Member registered user
    Join Date
    Jul 2003
    Posts
    37
    I've seen this before, found out that you have to add some stuff to /etc/network/intefaces.

    add

    auto eth0
    iface eth0 inet dhcp

    at the bottom of this file, save it. Then type /etc/init.d/networking restart

    Cheers.

  7. #7
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Iowa U.S.A.
    Posts
    226
    Hi Zac,

    Do you connect to a fixed IP address?
    Or is you address assigned automatically
    or by a firewall?

    Do you boot from a floppy, the CD, or what kind of
    hard drive install do you have?

    I have a fixed address and work from the CD,
    ( actually the DVD) and no hard drive. I boot
    from a KNOPPIX boot floppy with the configuration
    files on it.

    I use a script to start up the internet connection
    each time I start up.

    Place a script in /home/knoppix/.kde/Autostart after you have tested
    it to make it automatic. Make it executable. It will be loaded from the floppy each time you boot.

    Code:
    #!/bin/sh
    sudo ifconfig eth0 ###.##.###.### netmask 255.255.254.0
    sudo route add default gw ###.###.###.###
    sudo cp -fp /mnt/floppy/resolv.conf /etc/resolv.conf
    The file
    /etc/resolv.conf
    needs to be changed to have one line in it and this
    is automated with the cp copy command above
    but for test purposes you can just edit it.
    Code:
    nameserver ###.###.###.###
    Try this with your values. Later you can
    automate it by booting with KNOPPIX-->Configure-->
    Save KNOPPIX configuration.


    If you are assigned an new address by your IP
    each time you log on -- then netcardconfig
    shoulb work automatically with a YES click.

    Best Wishes
    paradocs

  8. #8
    Member registered user
    Join Date
    Jul 2003
    Posts
    37
    I know that there is an easier (more debian) way to do the automatic eth configuring on boot. I'd really look into that interfaces file as it allows for many different scenerios including pump, dhcp, and manual configuration.

  9. #9
    Junior Member registered user
    Join Date
    Aug 2003
    Posts
    11
    sorry guys, this is now getting way over my head, thanks for the responses, I did try your suggestion ferreter but when I tried to edit /etc/network/intefaces. It said I didn't have permission to write to the file, (I'm working from the cd not the hard drive.) I could try installing knoppix to the hard drive but I can't see how that's gonna solve my connection problem. this is all about the TCP/IP settings, the numbers I input work in windows but not in Linux and it's not just knoppix, I tried the Demo Linux ISO earlier today, same result no internet connection. To add insult to injury, I e-mailed my ISP to get confirmation that these TCP/IP settings were correct, and they flat-out refused any help, saying that they
    (Blueyonder.co.uk) did not support Linux, and that I use it at my own risk, time to call it a day methinks! (anyone know how to un-cap a blueyonder modem, thanks again to all who responded in this thread)

  10. #10
    Member registered user
    Join Date
    Jul 2003
    Posts
    37
    do this:

    Select a konsole in the lower left corner. At the prompt type in:

    sudo ifconfig

    and give use the results.

    Also, do you know what kind of network card you are using? Does your cable/DSL modem connect to your computer via a usb connector or a larger version of the phone connector (called RJ-45)? In windows if you go to the device manager you should be able to find out what kind of ethernet controller you have.

    Don't give up yet

    Edit: Most ISPs don't support linux, that's why there are so many online boards to goto for help.

Page 1 of 2 12 LastLast

Similar Threads

  1. netcardconfig doesn't work after apt-get install
    By dobell in forum Networking
    Replies: 0
    Last Post: 08-19-2004, 10:09 PM
  2. Netcardconfig not keeping settings
    By koselan in forum Networking
    Replies: 7
    Last Post: 08-19-2004, 05:01 PM
  3. efficient idsl netcardconfig?
    By drakon34 in forum Networking
    Replies: 1
    Last Post: 03-17-2004, 12:30 AM
  4. quarrel with Netcardconfig
    By arthag in forum Networking
    Replies: 1
    Last Post: 01-31-2004, 10:31 PM
  5. netcardconfig doesn't work
    By JNeuhoff in forum Networking
    Replies: 3
    Last Post: 08-23-2003, 04:43 PM

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 R630 8SFF Server 2x E5-2680v4 2.4GHz =28 Cores 128GB H730 4xRJ45 picture

DELL PowerEdge R630 8SFF Server 2x E5-2680v4 2.4GHz =28 Cores 128GB H730 4xRJ45

$339.00



Dell PowerEdge R630 Server 2x E5-2640v3 2.60Ghz 16-Core 64GB H330 picture

Dell PowerEdge R630 Server 2x E5-2640v3 2.60Ghz 16-Core 64GB H330

$182.65



Dell PowerEdge R630 Server 2x E5-2680 V4 = 28 Cores S130 32GB RAM NEW 480GB SSD picture

Dell PowerEdge R630 Server 2x E5-2680 V4 = 28 Cores S130 32GB RAM NEW 480GB SSD

$256.99



Dell Poweredge R630 Server 2x E5-2620 V4 =16 Cores | S130 | 32GB RAM | 2x trays picture

Dell Poweredge R630 Server 2x E5-2620 V4 =16 Cores | S130 | 32GB RAM | 2x trays

$171.99



Dell PowerEdge R730XD Server 2x E5-2680 V3 2.50GHz = 24 Core 256GB DDR4 H730 picture

Dell PowerEdge R730XD Server 2x E5-2680 V3 2.50GHz = 24 Core 256GB DDR4 H730

$519.00



DELL POWEREDGE R630 8 x 2.5'' 2X E5-2680V4 32GB RAM IDRAC ENT & NDC 2X 495W PSU picture

DELL POWEREDGE R630 8 x 2.5'' 2X E5-2680V4 32GB RAM IDRAC ENT & NDC 2X 495W PSU

$179.95



Dell PowerEdge R620 Server - 256GB RAM, 2x8cCPU, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R620 Server - 256GB RAM, 2x8cCPU, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Dell PowerEdge R320 Single Intel Xeon E5-2430 2.20GHz 32GB ECC DDR3 RAM No HDD picture

Dell PowerEdge R320 Single Intel Xeon E5-2430 2.20GHz 32GB ECC DDR3 RAM No HDD

$149.99



DELL PowerEdge R730 Server 2x E5-2680v3 2.5GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v3 2.5GHz =24 Cores 32GB H730 4xRJ45

$247.00



Dell PowerEdge R720 2U Server 2x Xeon E5-2670 2.60GHz 256GB RAM NO HDD NO OS picture

Dell PowerEdge R720 2U Server 2x Xeon E5-2670 2.60GHz 256GB RAM NO HDD NO OS

$219.99