- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- trying to set up NAT/DHCP server
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-27-2008 09:17 PM
тАО05-27-2008 09:17 PM
I've got the outside connection set up, the dhcp server working, but i don't understand how to link the two ports (and have http traffic flow from the network to the outside world and back). Looks like a firewall or routing issue, but i can't figure out the right settings. Help? Config attached, many thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2008 11:46 PM
тАО05-27-2008 11:46 PM
Re: trying to set up NAT/DHCP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2008 06:09 AM
тАО05-28-2008 06:09 AM
Re: trying to set up NAT/DHCP server
ip route 0.0.0.0 0.0.0.0 X.X.182.40 20
Many thanks for your rapid reply!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2008 08:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2008 11:12 AM
тАО05-31-2008 11:12 AM
Re: trying to set up NAT/DHCP server
ip route 0.0.0.0 0.0.0.0 X.X.182.33 20
the "halfway" part is traceroutes to external ip addresses now work, but domain names do not resolve - added the ISPs DNS servers, added local DNS servers... no luck. is there a trick to that too?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2008 06:18 PM
тАО06-01-2008 06:18 PM
Re: trying to set up NAT/DHCP server
ip domain-proxy
ip domain-name "whatever.com"
ip name-server
I then have my clients set to use the 7102dl as their DNS server and it works well.
If you're not having luck, maybe try some of the debugging options:
ProCurveSR7102dl#debug ip dns-proxy
ProCurveSR7102dl#debug ip dns-client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2008 07:13 AM
тАО06-14-2008 07:13 AM
Re: trying to set up NAT/DHCP server
i think a number of things solved the problem:
1. correct route as suggested
2. dns server info in the right places (i put external dns server info in the dhcp config area and that really did the trick) - putting dns info in just the regular config area did not help.
3. correct firewall config - the wizard did just fine.
i've attached my final config for the perusal of others - thanks again to matt for the help!