- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: subnetting or routing problem
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-04-2003 04:44 AM
06-04-2003 04:44 AM
I had to configure subnetting on my HP 11. In netconf I have:
INTERFACE_NAME[1]=lan101
IP_ADDRESS[1]=192.168.235.25
SUBNET_MASK[1]=255.255.255.192
ROUTE_DESTINATION[0]=default
ROUTE_GATEWAY[0]=192.168.235.3
ROUTE_COUNT[0]=1
Of course I have configured nddconf to support subnetting.
My problem is that I can reach devices outside my subnet only after I flash my routing table (route -f). But unfortunatelly it works for a while (30-180 pings). Needlees to say that I cannot see any errors in syslog.
I would be very grateful for any suggestions what can be wrong.
Regards,
sebastian.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 04:52 AM
06-04-2003 04:52 AM
Re: subnetting or routing problem
Please send us a netstat -rn output working and not working, also a :
for i in `lanscan | awk '{print $5}' | grep lan`
do
ifconfig $i
done
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 05:14 AM
06-04-2003 05:14 AM
Re: subnetting or routing problem
route -f deletes any entries that specify a remote host as a gateway. That will remove your default gateway entry, according to your posting above. I wonder if you have the correct gateway for your subnet.
Also, verify that your subnet mask is correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 05:27 AM
06-04-2003 05:27 AM
Re: subnetting or routing problem
See what happens if you elminate the router by connecting a cross over cable between subnet nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 05:31 AM
06-04-2003 05:31 AM
Re: subnetting or routing problem
tscpa # netstat -rn
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 1066 lo0 4136
192.168.235.25 192.168.235.25 UH 0 696 lan0 4136
192.168.235.0 192.168.235.25 U 2 0 lan0 1500
default 192.168.235.2 UG 0 0 lan0 1500
tscpa # lan0: flags=843
inet 192.168.235.20 netmask ffffffc0 broadcast 192.168.235.63
When it is working:
tscpa # netstat -rn
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 1066 lo0 4136
192.168.235.25 192.168.235.25 UH 0 696 lan0 4136
192.168.235.0 192.168.235.25 U 2 0 lan0 1500
default 192.168.235.3 UG 0 0 lan0 1500
lan0: flags=843
inet 192.168.235.25 netmask ffffffc0 broadcast 192.168.235.63
My netconf looks like:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 05:41 AM
06-04-2003 05:41 AM
Re: subnetting or routing problem
When it is working ro when it isn't working my inconfig lan0 shows exactly the same.
Onse again sorry.
Regards,
sebastian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:18 AM
06-04-2003 06:18 AM
SolutionHere have some usefull links:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xae765220af9bd5118ff10090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa75d37f45ef7d4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcd529c196a4bd71190080090279cd0f9,00.html
If it's not enough try search on:
'dead gateway detection'
Powodzenia.
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:33 AM
06-04-2003 06:33 AM
Re: subnetting or routing problem
may be you are using dynami routing.
Did you check if gated is active ?
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 07:22 AM
06-04-2003 07:22 AM
Re: subnetting or routing problem
Regards,
sebastian.