- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IP_forwarding
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
06-17-2009 08:38 PM
06-17-2009 08:38 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 08:46 PM
06-17-2009 08:46 PM
Re: IP_forwarding
Check these threads:
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300102228+28353475&threadId=1094610
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300236744+28353475&threadId=97305
Check these also on your machine:
ndd -h supported
ndd -h unsupported
Cheers!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 08:47 PM
06-17-2009 08:47 PM
Re: IP_forwarding
To get the current value of the tunable parameter of ip_forwarding
# ndd -get /dev/ip ip_forwarding
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2009 01:48 AM
06-18-2009 01:48 AM
SolutionRun the below command to verify weather IP forwarding is enabled or not?
# ndd -get /dev/ip ip_forwarding
If forwarding is enabled, then output wiil be "2".
If not, then execute the below command:
#ndd -set /dev/ip ip_forwarding 2
For making this change permanant edit /etc/rc.config.d/nddconf file and add the following lines
TRANSPORT_NAME[X]=ip
NDD_NAME[X]=ip_forwarding
NDD_VALUE[X]=2
Regards
Vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2009 06:50 AM
06-18-2009 06:50 AM
Re: IP_forwarding
Thx for your timely and valuable replies
Expecting the same in future also....
Thanks & regards
RAGESH