Unfortunately, this is not as easy in Linux as it is in Solaris. Look
here or
here for a short overview.
10 More Discussions You Might Find Interesting
1. IP Networking
Hi there guys!
I have a small task that I have to accomplish, but I don't seem to be able to do that.
I have a server that I don't have physical access to, and I mostly control it with webmin. The server is running 2 websites. Both of these websites have their own domains that are linked to... (1 Reply)
Discussion started by: D-Lexy
1 Replies
2. UNIX for Dummies Questions & Answers
if i have the command ifconfig eth0, what will the output be and how can i use either awk or grep to isolate and display the IP address, subnet mask and physical address of my host (1 Reply)
Discussion started by: carlvernon
1 Replies
3. IP Networking
I saw an example on the web, it is an HP-UX command:
ifconfig lan0 unplumb
ifconfig lan0 plumb
so what is plumb actually, I check HP-UX man page and still no idea.
What is the difference if I do in this way?
ifconfig lan0 down
ifconfig lan0 up
:confused: (1 Reply)
Discussion started by: tommy_cs
1 Replies
4. Red Hat
when i finish installed rhel 4.4 to my hp dl585 box, ifcfg-eth0 and ifcfg-eth1 is not available.when i ifconfig -a,i can not see the eth0 and eth1, only lo0 and si0. Unlike to the other server i found eth0 and eth1 files in
/etc/sysconfig/network-scripts/.
what will i do? (2 Replies)
Discussion started by: kenshinhimura
2 Replies
5. UNIX for Dummies Questions & Answers
Hi,
Just installed Centos 5.1 on HP DL360, on this system I have to close to ten nic's. How can I find which one is eth0? When I do " ifconfig -a" I see all of them, but I can't tell which is eth0?
Please advice. (2 Replies)
Discussion started by: samnyc
2 Replies
6. Red Hat
Hi,
I have just installed RHEL 5.4 on a BL430c-class server and I am attempting to connect to the network only when I try and start eth0, I get the following error?
"Bringing up Interface eth0: hp device eth0 does not seem to be present, delaying initialization."
I am using a HP... (18 Replies)
Discussion started by: Duffs22
18 Replies
7. Red Hat
Hello,
I re-installed my laptop and installed a new copy of VMBOX, I created a VM Machine with my Rhel5 and a CEntos copy as well.
I am using a laptop HP DV4, I use wireless on the laptop.
Usually when I boot up in to either machine I would get eht0 and lo as usual now I just don't get... (4 Replies)
Discussion started by: NelsonC
4 Replies
8. Red Hat
Hi,
I have noticed some performance issues on my RHEL5 server but the memory and CPU utilization on the box is fine.
I have a 1G full duplexed eth0 card and I am suspicious that this may be causing the problem. My eth0 settings are as follows:
Settings for eth0:
Supported ports: ... (12 Replies)
Discussion started by: Duffs22
12 Replies
9. IP Networking
Hi all,
I am running a CentOS 6.4 box as an IDS and I need to configure one interface as the management interface which will require a firewall. However other ports (in promisc mode without IP) will have to be configured such that IPtables allows all traffic.
I need to achieve this by editing... (4 Replies)
Discussion started by: landossa
4 Replies
10. Red Hat
Hi guys,
I really need your help with this.
My network interface eth0 is up but not running. I checked udev rules and ifcfg-eth0 files to make sure the mac address are the same.
It just would not come up. Please please I will really appreciate the help here.
Thank you in advance. (3 Replies)
Discussion started by: cjashu
3 Replies
LEARN ABOUT DEBIAN
netload
netload(1) General Commands Manual netload(1)
NAME
netload - Network device load monitor
SYNOPSIS
netload device [-t <secs>]
DESCRIPTION
netload displays the load on an interface without using the interface. netload simply accesses kernel statistics.
netload uses ncurses to display the information, and the use of a gauge to show the network load. It shows the absolute load, relative
load, and other statistics, as well as the maximum load on the system so far.
Interface is the name of your NIC, ppp, etc.. as shown in ifconfig. Typical names are "ppp0" "eth0" or "lo" (the latter is for local-
host).
CONFIGURATION
Netload file $HOME/.netloadrc allows you to add any number of network interfaces, modify the alarm settings and your email preferences.
The first time that netload is run it generates $HOME/.netloadrc , which should be changed to fit your preferences.
OPTIONS
-t refresh-interval
The -t flag reprensents the refresh rate of the application. The default is 1 second
EXAMPLES
netload eth0
FILES
~/.netloadrc Per user configuration file
LICENSE
You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>
AUTHOR
Luis Falcon (lfalcon@thymbra.com)
USER COMMANDS
November 1996 netload(1)