- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Purpose of ifconfig
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
тАО10-23-2001 04:51 PM
тАО10-23-2001 04:51 PM
Purpose of ifconfig
For my information, ifconfig allows us to build the virtual lan. May I know what is the physical configuration on the v-lan?
In what situation we will make use of this ifconfig?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 04:58 PM
тАО10-23-2001 04:58 PM
Re: Purpose of ifconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 05:09 PM
тАО10-23-2001 05:09 PM
Re: Purpose of ifconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 05:16 PM
тАО10-23-2001 05:16 PM
Re: Purpose of ifconfig
ifconfig command is
used for enabling a LAN card,
by assigning IP address, subnet mask to it and bringing it up. Correspondingly , it can
used to change the IP address
or disable the lan port.
It can also be used to
assign more than one IP address to a LAN card, which
is IP aliasing.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2001 05:19 PM
тАО10-23-2001 05:19 PM
Re: Purpose of ifconfig
This is to add/delete IP addresses, change the interface state etc., to the network interfaces on the systems usually identified by the device names lan0,lan1 etc.,.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2001 12:35 PM
тАО10-24-2001 12:35 PM
Re: Purpose of ifconfig
HP AutoPortAggregation (APA) software can be used to combine multiple physical NICs into one "virtual NIC"
however, neither of the above is a virtual LAN in the context of VLANS. support for VLANS is a future thing - and what we'll do for names then is anyone's guess. (I have no data for timing of vlan support, that is best left to your friendly neighborhood sales contacts...)
it is conceivable that HP APA could be used to bind multiple VLANS on separate physical NIC together into one virtual vlan on top of which the transport places several logical interfaces. simple eh?-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2001 12:51 PM
тАО10-24-2001 12:51 PM
Re: Purpose of ifconfig
If you are, the reason you would want them is if you have a single server but need multiple IP addresses on a single network interface on the same network. A good example is for Web servers where you want mutiple web services running on the same box. If you want to run them all on port 80, you'd need multiple IPs.
TO do this with ipconfig:
ifconfig lan0:1 192.168.1.1 netmask 255.255.255.0 (add any other options you need)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2001 12:57 PM
тАО10-24-2001 12:57 PM
Re: Purpose of ifconfig
Take a look at the thread below.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&con=/hpux/onlinedocs/B2355-90681/00/01/135-con.html&toc=/hpux/onlinedocs/B2355-90681/00/01/135-toc.html&searchterms=ifconfig&queryid=20011024-140049
Hope this helps.
thanks