Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Help setting up a network card in slackware

  • 26-08-2005 12:10pm
    #1
    Closed Accounts Posts: 6,151 ✭✭✭


    I was just wondering if anyone could help me setup mynetwork card in Slackware10.1
    The cardis a PCI 3COM Etherlink XL 3C9008-TPC

    Ican seeit listed in /proc/pci, but i cant seem to be able to connect to my router with it

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 1,419 ✭✭✭nadir


    ifconfig eth0 192.168.1.1 netmask 255.255.255.0
    or such,
    or jsut man ifconfig.
    been so long since I used slack. they should have a service soemwhere in /etc
    /etc/init.d/net. something.


  • Closed Accounts Posts: 6,151 ✭✭✭Thomas_S_Hunterson


    Justtried that, didn't seem to work.


  • Closed Accounts Posts: 96 ✭✭krinDar


    Justtried that, didn't seem to work.

    *sigh*.
    This might help you help us help you ...
    http://www.catb.org/~esr/faqs/smart-questions.html

    In short, tell us more.


  • Closed Accounts Posts: 6,151 ✭✭✭Thomas_S_Hunterson


    Ok, and sorry about the double post, the post was moved in from the computer forum (feel free to merge/deletewhichever)

    Basically i'm trying to get a connection to the internet via my adsl router. When Idothe following commands, i am able to ping the router, but not go any further:

    ifconfig eth0 192.168.1.3 netmask 255.255.255.0
    route add default gw 192.168.1.1 (my router)

    so i'm able to access myrouters configuration by HTML, telnet and so on, but i cant get onto the internet


  • Registered Users, Registered Users 2 Posts: 1,419 ✭✭✭nadir


    what does 'route' say?

    default DN04-fe-1-3-1-1 0.0.0.0 UG 1 0 0 eth1

    i have a line like that for example but u may have it like

    default 192.168.1.1 0.0.0.0 UG 1 0 0 eth1

    anyway, if that looks ok, its basically up to the router to sort the rest out.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,880 ✭✭✭nosmo


    Ok, and sorry about the double post, the post was moved in from the computer forum (feel free to merge/deletewhichever)

    Basically i'm trying to get a connection to the internet via my adsl router. When Idothe following commands, i am able to ping the router, but not go any further:

    ifconfig eth0 192.168.1.3 netmask 255.255.255.0
    route add default gw 192.168.1.1 (my router)

    so i'm able to access myrouters configuration by HTML, telnet and so on, but i cant get onto the internet
    That's a nameserver problem. You're not specifying a DNS server. I guess doing
    "echo "192.168.1.1" > /etc/resolv.conf"
    
    will fix things up


  • Closed Accounts Posts: 6,151 ✭✭✭Thomas_S_Hunterson


    OK thanks for all the help guys. I got it working. I just deleted the static IP in the rc.inetd1.conf file (or whichever one it was) and presto it worked. I'm even making this post from it!

    CHeers


Advertisement