Re: how do i configure network settings?
On Sat, Feb 10, 2001 at 09:55:35PM -0500, BizarroBum@netscape.net wrote:
> the kernel in the potato install didn't detect my 3com mini pci(3c556B) ethernet card on my T20, so i compiled the 2.4.1 kernel and now it detects it. but the problem is i still can't get on the net because i didn't configure networking during install... so what program can i run to configure networking? and how do i configure the network when the network gives my dynamic ips?
>
Please set your mail client to wrap at 72 characters.
Just edit -
/etc/network/interfaces
Take a look at "man interfaces"
It should look something like -
iface eth0 inet static
address 192.168.10.7
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255
gateway 192.168.10.1
depending on your configuration.
Then run -
# /etc/init.d/networking restart
That should do it.
hth,
kent
--
>From seeing and seeing the seeing has become so exhausted
First line of "The Panther" - R. M. Rilke
Reply to: