root@proliant:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.13
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
auto eth1
iface eth1 inet dhcp
root@proliant:~# apt-get install aptitude
root@proliant:~# aptitude install openssh-server
Now I can sit in something comfortable and o the rest remotely
No comments:
Post a Comment