Na mosca
você pode configurar o ip da seguinte forma
ifconfig eth0 10.0.10.10 netmask 255.255.255.0 up
ou estático
edite o arquivo / etc / network / interfaces
auto eth0
iface eth0 inet static
address 10.0.10.10
netmask 255.255.255.0
gateway 10.10.0.1
então
/etc/init.d/networking restart