Ubuntu Enterprise 6 seems to install as DHCP out-of-the-box. To change to a static ip, open the file /etc/network/interfaces. It should contain some lines like :
1 2 |
|
Change this to something like :
1 2 3 4 5 6 7 |
|
where xxx.xxx.xxx.xxx are the appropriate IP addresses for your network. To restart the networking service, run :
1
|
|