Talk:Deployment Team/FAQ
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