HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Virtual IP address.
Operating System - Linux
1830180
Members
2608
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-04-2006 06:28 PM
06-04-2006 06:28 PM
Virtual IP address.
Hi,
How can I allocate Virtual IP address to Linux Redhat Advance server.
Thanks & Regards
Varian
How can I allocate Virtual IP address to Linux Redhat Advance server.
Thanks & Regards
Varian
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2006 10:12 PM
06-04-2006 10:12 PM
Re: Virtual IP address.
ifconfig interface:v1 netmask broacast
Example:
ifconfig eth0:v1 10.10.1.1 netmask 255.255.255.0 broadcast 10.10.1.255
-logu
Example:
ifconfig eth0:v1 10.10.1.1 netmask 255.255.255.0 broadcast 10.10.1.255
-logu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2006 11:46 PM
06-04-2006 11:46 PM
Re: Virtual IP address.
For permanent configuration you should create a file /etc/sysconfig/network-scripts/ifcfg-eth0:0 (:1 and so on) with the following context:
DEVICE=eth0:0
BOOTPROTO=none
ONBOOT=yes
NETWORK=10.0.1.0
NETMASK=255.255.255.0
IPADDR=10.0.1.27
In fact, you can copy ifcfg-eth0 file and edit "DEVICE" and "IPADDR" fields.
DEVICE=eth0:0
BOOTPROTO=none
ONBOOT=yes
NETWORK=10.0.1.0
NETMASK=255.255.255.0
IPADDR=10.0.1.27
In fact, you can copy ifcfg-eth0 file and edit "DEVICE" and "IPADDR" fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 10:37 PM
06-05-2006 10:37 PM
Re: Virtual IP address.
There is a virtual IP address in a clustered servers that is called virtual ip.
do you want to add a VIP to a clustered servers? Also you can ad another IP address to you NIC called alias. If you want to add an alias to your system go ahead with the procedure which the other guys sent, if you have a cluster and want to add a vip to it, please let us know about the cluster.
do you want to add a VIP to a clustered servers? Also you can ad another IP address to you NIC called alias. If you want to add an alias to your system go ahead with the procedure which the other guys sent, if you have a cluster and want to add a vip to it, please let us know about the cluster.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP