- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Regarding the output of netstat -in command when v...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2005 03:41 PM
тАО01-17-2005 03:41 PM
Regarding the output of netstat -in command when virtual interface is added
I am using Red Hat Linux Advanced Server release 2.1AS os with kernel 2.4.9-e.3
my problem is tht when I add virtual interface & type netstat -in I get the following output
sh-2.05# netstat -in
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0 1500 0 9597077 0 0 0 712564 0 0 0 BNRU
eth0: 1500 0 - no statistics available - BNRU
lo 16436 0 617662 0 0 0 617662 0 0 0 LRU
lo:1 16436 0 - no statistics available -
Means I cant see the stats for my virtual interface .It say no statistics available.Why is it so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2005 04:04 PM
тАО01-17-2005 04:04 PM
Re: Regarding the output of netstat -in command when virtual interface is added
Rajan, Is urs interface configured properly?
Regards,
Asif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2005 05:19 PM
тАО01-17-2005 05:19 PM
Re: Regarding the output of netstat -in command when virtual interface is added
to configure virtual interface the way I used was
ifconfig le0:1 10.0.0.1 netmask 255.255.255.0 up
& I think so it works fine with it as I can communicate on that IP address.. If there is another way to do so plz show me how to go about as I am a newbee..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 12:32 AM
тАО01-18-2005 12:32 AM
Re: Regarding the output of netstat -in command when virtual interface is added
you have to give like following.
see your interface is eth0
ifconfig eth0:1 192.168.30.128 netmask 255.255.255.0 up
remove the entry lo:1 as lo is the Local Loopback.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 03:25 PM
тАО01-18-2005 03:25 PM
Re: Regarding the output of netstat -in command when virtual interface is added
U r right but even with eth0 or lo
But as u can see with the attachment both the loopback & ethernet interface configured as virtual interface gives me the same output.
Is it a bug .Do I have any solution for it .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 05:12 PM
тАО01-18-2005 05:12 PM
Re: Regarding the output of netstat -in command when virtual interface is added
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=102767
not the solution
regds,