On Fri, Sep 15, 2006 at 01:49:57PM -0400, Marty Landman wrote:
> How can I avoid having to go through this?

Easy. Go to /etc/network/interfaces (which is a file) and put your
data there like this:

# This file describes the network interfaces available on your
# system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.101
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1

Concerning the Nic, put the driver name into /etc/modules (which is,
again, a file) so that the kernel can load it at boot time.

Hope that helps.

Cheers,
Roman

> Thanks in advance,
> 
> Marty
> 
> 
> -- 
> Marty Landman, Face 2 Interface Inc. 845-679-9387
> Free Database Search App: 
> http://face2interface.com/Products/FormATable.shtml
> Web Installed Formmail: http://face2interface.com/formINSTal  
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]

        

        
                
___________________________________________________________ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to