- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: logical IP address
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
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
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
03-10-2006 09:31 PM
03-10-2006 09:31 PM
How to configure an logical IP address for a NIC?
Thanks and Regards,
Bond.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 11:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 11:41 PM
03-10-2006 11:41 PM
Re: logical IP address
http://www.tldp.org/HOWTO/NET3-4-HOWTO-6.html
Hope this helps,
Sivakumar T S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 11:50 PM
03-10-2006 11:50 PM
Re: logical IP address
Hello SIva,
Thank you for the quick information.
Is it possible to configure the alias IP addrss in different Subnet.
With Regards,
Bond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2006 03:15 AM
03-11-2006 03:15 AM
Re: logical IP address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2006 03:19 AM
03-11-2006 03:19 AM
Re: logical IP address
copy the file of adapter (ifcfg-eth0 for example) to ifcfg-eth0:1
edit the new file (i.e. ifcfg-eth0:1).
Change the DEVICE=eth0 to DEVICE=eth0:1
and also change to IPADDR= field so that it'll have the desired address (in the same subnet).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 07:03 PM
03-12-2006 07:03 PM
Re: logical IP address
Configuring logical IP basically defined by your hardware.
So, what is your hardware. And also IP alias is the one used to configure logical IPs.
HTH
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 07:07 PM
03-12-2006 07:07 PM
Re: logical IP address
Answering your second question, configuring IP alais address in different subnet is possible.
Refer this link to configure it;
http://www.opendarwin.org/en/articles/network_config/ar01s03.html
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 07:27 PM
03-12-2006 07:27 PM
Re: logical IP address
to configure IP-alias address in different subnet,
step 1:
#ifconfig eth3:1 10.10.22.33 broadcast 10.10.22.255 netmask 255.255.0.0 up
snippet of ifconfig -a output;
eth3 Link encap:Ethernet HWaddr 00:0A:E4:80:2F:F7
inet addr:10.10.3.12 Bcast:10.10.3.255 Mask:255.255.0.0
inet6 addr: fe80::20a:e4ff:fe80:2ff7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2712566 errors:0 dropped:0 overruns:0 frame:0
TX packets:2712547 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:268856055 (256.4 Mb) TX bytes:268831610 (256.3 Mb)
Base address:0x24c0 Memory:dd2c0000-dd2e0000
eth3:1 Link encap:Ethernet HWaddr 00:0A:E4:80:2F:F7
inet addr:10.10.22.33 Bcast:10.10.22.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Base address:0x24c0 Memory:dd2c0000-dd2e0000
HTH,
Prabu.S