In <ecfa260c0904201510tfeae634t2c35a0b97d5e...@mail.gmail.com>, Zach Uram wrote: >Can someone please tell me how I can setup my new DSL from Speakeasy >[...] using just static IP (no DHCP) and entering the info >manually? > >This is the technical information you will need to set up your >computer when your DSL circuit is installed. > >Your ip address(es) will be: >66.93.172.48 >Your gateway will be: ("Router Address" on Macintosh) >66.93.172.1 >Your DNS servers will be (in order): >66.92.159.2 >216.231.41.2 >Your subnet mask is: 255.255.255.0 > >So what files do I enter this info into and what commands will I type >to get the service working? I am running Debian lenny.
man 5 interfaces /The static Method Something like this: auto eth0 iface eth0 inet static address 66.93.172.48 netmask 255.255.255.0 gateway 66.93.172.1 in /etc/network/interfaces. man 5 resolv.conf /nameserver Something like this: nameserver 66.92.159.2 nameserver 216.231.41.2 in /etc/resolv.conf. -- Boyd Stephen Smith Jr. ,= ,-_-. =. b...@iguanasuicide.net ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.