Talk:Deployment Team/FAQ

From Sugar Labs
Revision as of 21:23, 15 April 2009 by Walter (talk | contribs) (New page: ==Static IP== 1. Open the Terminal Activity 2. Click on the Tab tab 3. Click on the Root icon (upper right) to start a root process 4. Type: ifconfig take note of the eth device: it ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Static IP

1. Open the Terminal Activity

2. Click on the Tab tab

3. Click on the Root icon (upper right) to start a root process

4. Type:

ifconfig

take note of the eth device: it will eth0 or eth1 or something similar

5. Type:

/etc/init.d/NetworkManager stop

6. Type:

ifconfig eth0 static-ip-address

(or the eth device seen at Step 4)

7. Type:

route add default gw gateway-ip-address

8. Edit:

/etc/resolve.conf

and add your DNS server as per:

nameserver DNS-ip-address