Find the answer to your Linux question:
Results 1 to 3 of 3
I have tried to play with ifconfig to be able to ping gateway. Have tried to configure resolv.conf but no chance to get it works. I am not sure how ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    6

    [Sarge] Newbie: Could not get Network work

    I have tried to play with ifconfig to be able to ping gateway. Have tried to configure resolv.conf but no chance to get it works. I am not sure how to configure /etc/network/interface
    Could anyone please guide me to the right direction? below is my /etc/network/interfaces

    auto lo
    ifcae lo inet loopback

    #The primary network interface
    auto eth0
    iface eth0 inet dhcp

    iface dsl-provider inet ppp
    provider dsl-provider
    #please do not modify the following line
    pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf

  2. #2
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    try from gui
    applications -> system ->network

  3. #3
    Just Joined!
    Join Date
    Dec 2006
    Posts
    6
    I am using KDE and yet install knetworkconf ... which means i cant configure via GUI.. neway, i have resolved my problem by using route
    route eth0 default gw <gateway>
    appreciate for your reply

Posting Permissions

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