SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Thomas A Watson who wrote (397)4/11/2014 3:20:04 PM
From: Greg from Edmonton  Read Replies (1) of 484
 
For static IP configuration, I would try commenting out the network and broadcast lines as below (I do not use them in my static IP configuration):

auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
# network 192.168.1.0
# broadcast 192.168.1.255
gateway 192.168.1.1

sudo /etc/init.d/networking restart
(or reboot)
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext