Skip to Content.
Sympa Menu

baslinux - Re: [BL] BL3 under NAT

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] BL3 under NAT
  • Date: Tue, 03 Mar 2009 12:47:40 +1300

Message from Steven
===================
Marcelo Campos wrote:
>
> Yes, my computer has a network card RTl8139,
> I done the insmod/ifconfig and it's "up", it´s
> capable of ping others machines in my network
> but Links don´t navigate

Do you mean that links doesn't navigate the internet?
To navigate the internet, you need to do two things:
(1) tell Linux the location to your internet gateway
(2) tell Linux where to go to convert alphanumeric
internet addresses to numerical IP addresses

If the address of your internet gateway
is 192.168.1.1, enter the following:
--------------------------------
route add default gw 192.168.1.1
--------------------------------
Then edit /etc/resolv.conf and put in
the address of your Domain Name Server.

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page