Tuesday, February 12, 2008

Configuring an Elisabuntu Client

Networking

/etc/fstab
//10.1.1.100/ActiveData /mnt/ActiveData smbfs credentials=/home/sgoggin/.smbcredentials,dmask=775,gid=1001 0 0
//10.1.1.100/nzb /mnt/NZB smbfs credentials=/home/sgoggin/.smbcredentials,dmask=775,gid=1001 0 0

/etc/network/interfaces /interfaces
auto lo
iface lo inet loopback


iface wlan0 inet static
address 10.1.1.67
netmask 255.0.0.0
gateway 10.1.1.1
wireless-essid GOGGS

No comments: