› Foros › PC › Software libre
Newton escribió:¿Cómo están configuradas las tarjetas de red?
Newton escribió:¿Has probado a ver el fichero /etc/network/interfaces?
Newton escribió:¿Obtienen los datos mediante dhcp de manera automática?
Newton escribió:Recuerda reiniciar el servicio (sudo /etc/init.d/networking restart) para que los cambios tengan efecto.
auto eth0
iface eth0 inet static
address 150.214.103.109
netmask 255.255.254.0
broadcast 150.214.103.255
gateway 150.214.102.222
auto eth1
iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
~$ sudo ufw status
Estado: activo
Hasta Acción Desde
----- ------ -----
192.168.0.8 5908/tcp ALLOW 192.168.0.8 5908/tcp (log)
xxx.xxx.xxx.xxx:5908 port is closed