Network Connection
I setup the laptop to connect via DHCP.
This means I had to edit /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
## This entry denotes the loopback (127.0.0.1) interface.
auto lo
iface lo inet loopback
## This entry was created during the Debian installation
## And is used for a DHCP Connection which is my default
##
auto eth0
iface eth0 inet dhcp
## This entry is for use on the LAN at work
## Uncomment the 5 lines below to enable this.
#auto eth0
#iface eth0 inet static
# address 172.16.27.253
# gateway 172.16.27.129
# netmask 255.255.255.128
My DNS settings which are found in /etc/resolv.conf:
search suffolk.lib.ny.us
nameserver 209.139.6.10
nameserver 129.250.35.250
Wireless connection setup coming soon.
Acknowledgments
Anything I may have gotten wrong or did in a round about way, is by no means a reflection on those who helped me.
- First I want to thank Tim Sailor of Coastal Internet and LILUG for my excellent Internet service and for being a debian expert I look up to for help and support.
- Everyone at LILUG has been, is, and will continue to be a great help to anyone who comes to them/us for help
- The kind people on the DEBIAN-Laptop-mailinglist. Well worth subscribing to if you have a laptop and want debian running smoothly on it.
- and of course I want to thank all the debian developers for a great Linux distribution
I am open to comments or suggestions: