Shawn writes:
> And this will assign the IP address.  However, it's only good
> temporarily until the box is rebooted.  What files/commands to I need
> to issue or modify to make this a permanent change?  

Edit /etc/network/interfaces:

auto eth0
iface eth0 inet static
    address 192.168.1.50
    netmask 255.255.255.0
    gateway 192.168.1.1

See interfaces(5) for more details.

-- 
David Phillips <david at acz.org>
http://david.acz.org/


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list