Answer the question
In order to leave comments, you need to log in
2 wan cisco3845+NME-23ES 1G-P how to forward port for rdp?
the task is cisco 3845 v12.4
(24) + NME-23ES 1G-P module, that is, swich L3 "cisco 3750"
Configure
a router with 2 providers of simultaneous operation without BGP rdp?
each provider has a static white IP
192.168.0.10 -server
11.11.11.1- provider gw
22.22.22.1 -gw 2 providers
interface Gi0/0
description Wan-ISP1
ip address 11.11.11.2 255.255.255.252
ip nat outside
interface Gi0/1
description Wan- ISP2
ip address 22.22.22.2 255.255.255.252
ip nat outside
interface Gi3/0
description Lan
ip address 192.168.0.1 255.255.255.0
ip nat inside
Configure NAT
ip nat inside source route-map 111 interface Gi0/0 overload
ip nat inside source route-map 112 interface Gi0/1 overload Configure link
monitoring
track 123 ip sla 1 reachability
delay down 5 up 5
track 124 ip sla 2 reachability
delay down 5 up 5
ip sla 1
icmp-echo 8.8.4.4 source-interface GigabitEthernet0/0
threshold 1000
frequency 10
ip sla schedule 1 life forever start-time now
ip sla 2
icmp-echo 8.8.8.8 source-interface GigabitEthernet0 /1
threshold 1000
frequency 10
ip sla schedule 2 life forever start-time now
route-map tracking permit 10
set ip next-hop verify-availability 11.11.11.1 10 track 123
set ip next-hop 11.11.11.1
route-map tracking permit 20
set ip next-hop verify-availability 22.22.22.1 20 track 124
set ip next-hop 22.22.22.1
Well, we add routing
ip route 0.0.0.0 0.0.0.0 11.11.11.1 10 track 123
ip route 0.0.0.0 0.0.0.0 22.22.22.1 20 track 124
route-map 111 permit 10
match ip address 115
match interface Gi0 / 0
set ip next -hop 11.11.11.1
route-map 112 permit 10
match ip address 116
match interface Gi0/1
set ip next-hop 22.22.22.1
Answer the question
In order to leave comments, you need to log in
Sore subject, you need to invent. One might suggest using TCL to reset broadcasts. You can also do NAT on virtual Tun/Lo/BVI interfaces so that translations are not dropped
I understand you, see in the direction of inet Lo here is an example habrahabr.ru/post/117573
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question