Returned 5 Results for "network" Ordered By Relevance
relevance: [3.64]
2007-08-31
ifconfig is the linux equivilent of ipconfig and will give you your ipaddress and network details :)
to edit it in red hat go into /etc/sysconfig/network-scripts/ifcfg-eth0 (where 0 is the interface u want to change) and append as desired. then from the command line:
service network [start,stop,re...
relevance: [2.85]
2007-09-04
Linux Redhat - when the network comes up it will try to execute all of the ifcfg* files in ### etc/sysconfig/network-scripts so create a new file ifcfg-eth01 for arguments sake and add:
### /etc/sysconfig/network-scripts/ifcfg-eth0:1
DEVICE=eth0:1
BOOTPROTO=static
IPADDR=192.168.0.1
NETMA...
relevance: [2.75]
2008-06-16
If you wish to search for DHCP servers on a network just type:
dhclient [interface]
and it will bring back information on all running DHCP servers on your subnet...
relevance: [2.73]
2008-02-13
caused by: java.lang.RuntimeException: Exception creating identity: domainName
Solution
your computer can't find itself
go to:
etc/hosts
make sure the loopback address refers to the name of the box you are running on ie
127.0.0.1 documentationServerBox localhost.localdomain loc...
relevance: [2.51]
2010-08-05
If you are currently using BT as your ISP and you have the misfortune of using a BT Home Hub 2.0 do be aware that this device has a potential security flaw allowing BT to update/change firmware settings on it without your consent.
This gives BT the potential to track your internet usage from insi...