Hi, I do not know how to config the entire network, but you can configure the files: /etc/resolve.conf: domain yourdomain.com search yourdomain.com other_much_used_domain.org etc.nl nameserver 1.2.3.4 nameserver 1.2.3.5
For networkinterfaces: /etc/network/options ip_forward=no (set to yes for ip-masquerade) spoofprotect=yes syncookies=no /etc/network/interfaces # /etc/network/interfaces -- configuration file for ipup(8), ifdown(8) # The loopback interface iface lo inet loopback # The first network card iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 //standard gateway 10.0.0.138 //my internet gateway. Do not set this when using ppp dialup connections (I belive) Now to a ifup eth0 and all should work. Greetz, Sebastiaan On Thu, 30 Nov 2000 [EMAIL PROTECTED] wrote: > Hi folks, > > I got a new laptop hard drive yesterday so I'm reinstalling Debian 2.2. > The install sequence didn't recognize my PCMCIA card, so networking > didn't get configured. Long story short, I rebuilt the kernel and > pcmcia and the card now works. That is, I can bring it up by hand > using ifconfig. > > But things are still a bit underconfigured (there's no /etc/resolv.conf, > etc.). > > What do I have to run to get Debian to redo the network config now > that it can see the card? > > Thanks. > > --norm > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >