- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- DNS problem with 7750
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
03-02-2010 02:09 PM
03-02-2010 02:09 PM
DNS problem with 7750
i have configure 7750 with new VLAN to get DHCP from a new ADONIS box. the DHCP relay is work fine but my pc which in new VLAN cannot go to the internet. Currently the old DNS server using WIndows Server still working in the network.
my partial config:
#
local-server nas-ip 127.0.0.1 key 3com
#
domain default enable system
#
dhcp-server 1 ip 10.1.1.22 ----old DNS server
dhcp-server 2 ip 10.1.1.40 ----this is new ADONIS box
#
vlan 50
description Level5_VLAN_50
vlan 204
description Level4_VLAN
interface Vlan-interface50
ip address 10.1.150.2 255.255.255.0
dhcp-server 2
vrrp vrid 50 virtual-ip 10.1.150.1
vrrp vrid 50 priority 110
#
interface Vlan-interface204
ip address 10.1.104.2 255.255.255.0
dhcp-server 1
vrrp vrid 204 virtual-ip 10.1.104.1
vrrp vrid 204 priority 90
-------
1.currently old VLAN 204 using 10.1.1.22 for DHCP relay and user can go to the internet.
2. new VLAN 50 using 10.1.1.40 for DHCP relay and user can get the IP address but can't go to the internet
3. i have try to use static IP using VLAN 204 and point to 10.1.1.40(Adonis) and can go to internet
4.i also try to use static IP using VLAN50 and point to 10.1.1.22(old DNSserver) and can't go to the internet
5. user from VLAN 204 can ping user in VLAN 50
6.VLAN 50 can ping adonis (10.1.1.40) but adonis cannot ping VLAN 50
anyone have idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2010 06:54 AM
03-03-2010 06:54 AM
Re: DNS problem with 7750
It seems that you have a misconfigured route back from your Adonis box to your network (VLAN 50) or vice versa. This makes any sense? Did you trace the route in both ways? The DHCP relay settings are correct in the switch; if there's some configuration problem this will be in the server, not in the switch. Perform a trace route in both ways and post it here.
HTH
Fred Mancen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2010 09:18 AM
03-07-2010 09:18 AM
Re: DNS problem with 7750
seem i have settle that problem. actually i forgot to tell you guys that the situation isactually 2 unit of redundant 7750.
- i tried to trace from new vlan to internet and it stopped at firewall.
- i ping to adonis and success
- then i ping from adonis to new vlan interface,it turn time out
- so i assumed firewall has blocked the traffic from adonis to the new vlan
- i check the firewall and add new static route from adonis to new vlaninterface..but still face the same problem
- after i check firewall , proxy & adonis..so i assume it must be something with the core switch.
- so i configure the 2nd core switch with the new vlan then my pc can go to the internet
is it we must configure the 2nd core switch with the same config to let new vlan user to go to the internet? but before configure the 2nd core switch..i can grab the IP address and DNS setting. whats your idea?