- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DSL and Router
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
02-16-2002 09:01 AM
02-16-2002 09:01 AM
DSL and Router
So what is the best way to handle DNS on the HP 11 server behind the router???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 10:27 AM
02-16-2002 10:27 AM
Re: DSL and Router
netconf file
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.1.125
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=192.168.1.255
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=192.168.1.1
ROUTE_COUNT[0]="0"
ROUTE_ARGS[0]=""
GATED=0
GATED_ARGS=""
# netstat -rn
Routing tables
Destination Gateway
127.0.0.1 127.0.0.1 192.168.1.125 192.168.1.125
192.168.1.0 192.168.1.125
127.0.0.0 127.0.0.1
When I add the default with the route add default 192.168.1.1 1
Everything works until I reboot. Using 11i.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 12:01 PM
02-16-2002 12:01 PM
Re: DSL and Router
Unfortunately I don't have my systems available at this moment (being at home), but have you tried to change:
ROUTE_COUNT[0]="0"
to
ROUTE_COUNT[0]="1"
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 12:30 PM
02-16-2002 12:30 PM
Re: DSL and Router
have you kept a backup copy of the original /etc/rc.config.d/netconf file in the /etc/rc.config.d directory? This could be the more obvious cause of the problem you are seeing; since all the files in that directory are source before running the network configuration script and the backup copy could have been source after the newer version you have created, this will overwrite your changes.
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 12:39 PM
02-16-2002 12:39 PM
Re: DSL and Router
ROUTE_COUNT[0]=1 will solve the problem.......
AR