# ifconfig ethx 62.173.x.x netmask 255.255.252.0
# route add default gw 62.173.x.x

poi in /etc/resolv.conf inserisci

nameserver 212.97.32.2
nameserver 212.97.32.7

(Sull'ultima non sono sicurissimo).

Per avere questi valori impostati al boot modifica il file /etc/network/interfaces:

auto eth0
iface eth0 inet static
address 62.173.x.x
netmask 255.255.252.0
gateway 62.173.x.x
dns-nameservers 212.97.32.2

(anche su questa non sono proprio sicurissimo. comunque puoi provare )