- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot add 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
01-19-2006 10:06 PM
01-19-2006 10:06 PM
I wanted to add IP address on my system
existing is 192.168.125.7, 255.255.255.0
default gateway is 192.168.125.1
I wanted to add 10.10.10.7, 255.0.0.0
The addition is on different NIC
everytime I add the second IP all network is not accessible from everywhere but if I changed the subnet of the NEW IP to class C it works just fine
any idea??
regards,
Chen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 10:10 PM
01-19-2006 10:10 PM
Re: cannot add IP address
This could be a routing problem since you added another IP to your host(NIC). What is your /etc/resolv.conf ? and /etc/nsswitch.conf ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 10:10 PM
01-19-2006 10:10 PM
Re: cannot add IP address
After adding another IP and different subnet are you defining any gateway between the two networks configured on the same host or the routing part taken care by something else?
Is your original IP also not available or only new one? If only new one is not available I would doubt the subnet of other devices in your network. It should be matching with the one you are setting on for the devices to communicate.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 10:30 PM
01-19-2006 10:30 PM
Re: cannot add IP address
After adding the second IP with subnet class A, all IP is not accessible, including the first IP.
For the second IP actually I don't have any gateway cause I meant it to connect only to a few servers through a dedicated switch.
regards,
Chen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 11:15 PM
01-19-2006 11:15 PM
Re: cannot add IP address
netstat -nr
netstat -ni
You can post the results in the two situations, when you use Class A mask and Class C mask.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 01:21 AM
01-23-2006 01:21 AM
Re: cannot add IP address
Routing 10.xxx numbers can be handled without a statically mapped gateway on the server but defining a supernet on the routers..
Contact your Router guy, or check with your vendor.
10.xxx numbers are private numbers and cannot be broadcast, to the "I"nternet. You will need a NAT (network address translation) address as well defined on the router if you wish the 10.xxx address to see the outside world.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 01:35 AM
01-27-2006 01:35 AM
SolutionIt is because of default gateway. u no need to make any changes in ur hp unix box. u just need to enter one more route in ur router (cisco , etc). if cisco router, u need to made an entry ..
#config t
#router rip
#network 10.0.0.0
Ctrl Z
#copy run start
Now machine will accessible from other network.
Hope this will help u to resolve ur issue
cheers
indrajit