- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- netstat -rn output
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
08-15-2005 09:28 PM
08-15-2005 09:28 PM
Destination Gateway
default 192.151.52.8
Can anyone tell what does it mean ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 09:32 PM
08-15-2005 09:32 PM
Re: netstat -rn output
This referes to the default gateway of the system. All the IP's which are not listed anywhere else in the output will be tried to reach out through this IP.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 09:32 PM
08-15-2005 09:32 PM
Re: netstat -rn output
do u mean the IP address, 192.151.52.8 next to default? if so, that will be your gateway which is inserted to /etc/rc.config.d/netconf under ROUTE_GATEWAY.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 09:39 PM
08-15-2005 09:39 PM
Re: netstat -rn output
The gateway of your system is 192.151.52.8
Double check with /etc/rc.config.d/netconf, you should see something like below :
ROUTE_GATEWAY[x]=192.151.52.8
Hope this information can help.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 10:52 PM
08-15-2005 10:52 PM
Re: netstat -rn output
Default in front of the IP address here means that this is the default route for your system. Which means that when your application tries to access IP address outside the subnet of your server then they are all forwarded to this default route (could be a router or a system acting as router)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 11:11 PM
08-15-2005 11:11 PM
Re: netstat -rn output
default 192.151.52.8 indicates your default gateway.
in your /etc/rc.config.d/netconf, you should be having something like:
...
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="192.151.52.8"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
...
NB. One piece of advice, is "Don't post your private information like you have done here." This is very dangerous in the world of hackers and crual social engineers.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 11:17 PM
08-15-2005 11:17 PM
SolutionFor every IP address there should be a gateway defined. This gateway is the interface to the output world for all its data excahnge, where it recieves the data and transmits the data to/from the gateway.
As an example to the practical scenerio, we have two interfaces (IP) defined on our system and both the interfaces are been used for different purposes, where one is the gigabit lan which is used in case of backup to the backup tsm server and the other is the normal ethernet connection for its day to day connection activities.Bothe the interfaces have their own IP addresses and own gateways.
Hope this clears your concept.
Regards,
Himanshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 07:50 PM
08-16-2005 07:50 PM
Re: netstat -rn output
Default 192.151.52.8 is configured ip address of default gateway in the systems. You may see the same information with complete details of network configuration in /etc/rc.confid.d/netconf file
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 03:36 AM
08-17-2005 03:36 AM
Re: netstat -rn output
default 192.151.52.8 shows your default gateway and as Himanshu's told "For every IP address there should be a gateway defined"
you can also see this ip address on your;
/etc/rc.config.d/netconf
Finally,i am fully agree with Rogeeraj as
he told ""Don't post your private information like you have done here..This is very dangerous in the world of hackers and crual social engineers" unless
i also sometimes give my private address.
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:21 PM
08-17-2005 08:21 PM