Unsolved

This post is more than 5 years old

2 Posts

4605

May 12th, 2012 09:00

Direct routing on 7048R

Hi.

I have many VLANs on my LAN. More 20 VLANS.

Vlans 1 - management, servers IP 10.56.11.0 255.255.255.0

............

Vlans 3 - central office. IP 192.168.10.0 255.255.255.0

..........

On VLAN 1 working TMG (proxy server) witch 20 VLANs interface :emotion-9:.

I have change LAN topology, but without breaking the network topology and IP addressing on workplace. On TMG (proxy server) will be only 1 LAN.

TMG - work in VLAN 1, IP 10.56.11.254

DNS1-AD1 - work in VLAN 1, IP 10.56.11.1 

DNS2-AD2 - work in VLAN 1, IP 10.56.11.2

Work-place in VLAN 3 (for example) - IP 192.168.10.87 Mask 255.255.255.0 DG 192.168.10.254 DNS1 192.168.10.253 DNS2 192.168.10.248

Target - to save IP addresses and DNS to redirect the request to the IP address 10.56.11.1-2 DNS-AD servers. 

In theory, I did all the documentation, but it does not work. Ping of VLAN3 in VLAN1passes, but DNS is not redirected.

Here is my config.

console#show run
!Current Configuration:
!System Description "PowerConnect 7048R-RA, 4.1.1.9, VxWorks 6.6"
!System Software Version 4.1.1.9
!System Operational Mode "Normal"
!
configure
vlan database
vlan 3
vlan routing 1 1
vlan routing 3 2
exit
slot 1/0 7 ! PowerConnect 7048R
slot 1/1 9 ! CX4 Card
slot 1/2 11 ! SFP+ Card
stack
member 1 8 ! PCT7048R-RA
exit
ip name-server "10.56.11.1"
ip name-server "10.56.11.2"
ip host "mail" 10.56.11.3
ip host "pdc" 10.56.11.1
ip host "proxy" 10.56.11.254
ip host "sdc" 10.56.11.2
ip routing
ip route 0.0.0.0 0.0.0.0 10.56.11.254
ip helper-address 10.56.11.1 nameserver
ip helper-address 10.56.11.2 nameserver
ip helper-address 10.56.11.1 domain
ip helper-address 10.56.11.2 domain
ip helper-address 10.56.11.1 ntp
ip helper-address 10.56.11.2 ntp
ip helper-address 10.56.11.1 netbios-ns
ip helper-address 10.56.11.2 netbios-ns
ip helper-address 10.56.11.1 netbios-dgm
ip helper-address 10.56.11.2 netbios-dgm
interface vlan 1
ip address 10.56.11.100 255.255.255.0
ip local-proxy-arp
exit
interface vlan 3
ip address 192.168.10.254 255.255.255.0
ip helper-address 10.56.11.1 time
ip helper-address 10.56.11.2 time
ip helper-address 10.56.11.1 nameserver
ip helper-address 10.56.11.2 nameserver
ip helper-address 10.56.11.1 domain
ip helper-address 10.56.11.2 domain
ip helper-address 10.56.11.1 dhcp
ip helper-address 10.56.11.2 dhcp
ip helper-address 10.56.11.1 ntp
ip helper-address 10.56.11.2 ntp
ip helper-address 10.56.11.1 netbios-ns
ip helper-address 10.56.11.2 netbios-ns
ip helper-address 10.56.11.1 netbios-dgm
ip helper-address 10.56.11.2 netbios-dgm
ip local-proxy-arp
exit
username "admin" password
!
interface Gi1/0/43
switchport access vlan 3
exit
!
interface Gi1/0/48
switchport mode trunk
switchport trunk allowed vlan except 2,4-4093

exit

2 Posts

May 15th, 2012 04:00

Sorry, but i entered this command. Nothing has changed.

It surprises me that the ip helper enable not displayed when you type the command sh run.

Maybe it's flashing a curve?

0 events found

No Events found!

Top