Go Back   TechArena Community > Technology > Networking & Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



Routing duplication Problems

Networking & Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 26-02-2010
Member
 
Join Date: Feb 2010
Posts: 633
Routing duplication Problems

Hi all,

I am working in a office. I setup a two routers in my office that handle 30 computers, but it today it give a Routing duplication error. First i restored until the switch back, can not wait to switch configured data, the client opens a Web page testing a moment, everything normal, kinda fast speed. but not normal, and oagain it will give a error. Please suggest. Thanks in advance.
Reply With Quote
  #2  
Old 26-02-2010
Milton.J's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,422
Re: Routing duplication Problems

First, look at the switch and check. If you found no problem, the data configured correctly. Also looked at the export NAT server, suddenly thought of the inspection route is definitely the question of overlapping routes. Check that a NAT service to do the export server, a division of the center of VLAN switches, central switches directly connected to external networks, the switch connected between the external network interface and NAT server's external network card within a VLAN. Check and reply.
Reply With Quote
  #3  
Old 26-02-2010
Snake08's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,328
Re: Routing duplication Problems

You need to check the cross-machine configuration is as follows:

Code:
vlan 10 name link INTERNET by port
# # On the Internet VLAN 
untagged ethe 8 / 1 to 8 / 2
router-interface ve 10
!
vlan 20 name neiwang by port
# # NAT devices within the VLAN network connection
untagged ethe 6 / 1 to 6 / 2
router-interface ve 20
!
vlan 30 name user1 by port # # user-VLAN
untagged ethe 6 / 3 to 6 / 24
router-interface ve 30
!
system-max vlan 4099
system-max virtual-interface 4095
!
enable telnet password
enable super-user-password .....
ip route 0.0.0.0 0.0.0.0 192. 168.0.254
# # Point to the default static route NAT device
!
no web-management
!
interface ve 10
ip address 218.200.200.193 255.255.255.224
# # Public network IP segment (with the NAT server, the static route duplication)
!
interface ve 20
ip address 192.168.0.253 255.255.255.252
# # NAT devices within the network and Internet IP
!
Reply With Quote
  #4  
Old 26-02-2010
Zachary's Avatar
Member
 
Join Date: Jan 2006
Posts: 3,932
Re: Routing duplication Problems

You need to also NAT server set up a static route that is as follows:
Connection within the network card set: ip route 192.168.0.0 255.255.254.0 192.168.0.253.
The connection outside the network card set: ip route 0.0.0.0 0.0.0.0 218.200.200.193 (with the switch interface ve 10 Routing repeat)
Determine the routing to repeat after giving ve 10 removed and everything is normal. Check and reply.
__________________
90% of everything is crap...except for crap, because crap is 100% crap
Reply With Quote
  #5  
Old 26-02-2010
Steve123's Avatar
Member
 
Join Date: Feb 2008
Posts: 2,619
Routing duplication Problems

As the route duplication, when a client requests a packet of external return, in addition to the normal request for the client outside the arrival interface ve 10 years will also keep a packet of "copy." This "copy" of the destination address is the interface ve 10 years of the IP segment, so the switch will no longer be forwarded. Over time the accumulation of the switch can not forward packets within a more and more, eventually leading to the switch memory, all the occupied to stop forwarding all data packets, when the data packet after a survival time, then automatically discarded, switches, memory release, switches, once again began to forward data packets, and so the cycle of repetition, there emerged the phenomenon of intermittent users online. Check and reply.
Reply With Quote
Reply

  TechArena Community > Technology > Networking & Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Routing duplication Problems"
Thread Thread Starter Forum Replies Last Post
Yamaha AW16 can do CD duplication ? Mick$Tyler Portable Devices 4 02-10-2010 07:28 AM
Hard Drive Duplication Bhuvan Hardware Peripherals 3 12-03-2009 06:02 PM
KB957097 routing problems J. M. De Moor Small Business Server 5 19-11-2008 01:46 PM
Windows xP computer SID duplication anonymous Windows Security 2 08-02-2008 05:52 AM
Windows XP computer SID duplication anonymous Window 2000 Help 1 07-02-2008 06:07 PM


All times are GMT +5.5. The time now is 08:13 AM.