Hi, I’m trying to set up a internal static IP to my machine.
My /etc/init.d/interfaces is: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth1 # Static IP iface eth1 inet static address 192.168.1.10 netmask 255.255.255.0 network 192.168.1.255 gateway 192.168.1.1 I set the IP but when I restarted the machine to the changes make effect I loose internet connection. I already tried other final number to the ip such as 192.168.1.105. but it didn’t work out Is there anything I’m doing wrong? iuri No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.9.14/883 - Release Date: 7/1/2007 12:19 PM