Re: HELP_NEWBIE! Dns under kde
Hi,
firstly, please send your emails to the list only, not to
individuals (unless they specifically request it).
* PaoloAlbanesi <paolo.albanesi@katamail.com> [030224 09:17]:
>
> let me ask you something more:
> I've read the manual but something is not clear to me. I need to give a
> gateway address and search for a DNS server (hostname and 2 IPs number)
> under a DHCP session.
> How can I do?
Using dhcp should be easy. Put something like the following in your
/etc/network/interfaces
auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp
The dhcp server should set your nameserver for you. If not, you can
explicitly specify name servers in /etc/resolve.conf, with lines like:
nameserver xxx.xxx.xxx.xxx
nameserver yyy.yyy.yyy.yyy
Cheers,
Nick.
--
Debian testing/unstable
Linux onefish 2.4.20-lavienx #1 Mon Jan 6 17:03:01 JST 2003
i686 unknown unknown GNU/Linux
Reply to: