Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,A little part of my conf :interface GigabitEthernet0/1.101 description Public network ip address 11.22.33.44 255.255.255.0interface GigabitEthernet0/1.110 description Private network encapsulation dot1Q 110 ip address 192.168.0.1 255.255.0.0rou...
Hello,A VPN is used to link two sites. Each site have a router. Each router have a DSL link. Like this :DSL - Router1 ---- VPN --- Router2 - DSLUsers from the second site use the DHCP and DNS server on the first site.Since I have added a second link ...
Hello,Hello this the night, probably simple but I dont find how to do it... My topology is this like this : /----- Switch 1 --- R1 --- ISP1 | | |Server | | | | ...
Hello,I have small topology like this : /--(Ge0/0.10)-- ISP 1(Ge0/1) Router A --- \--(Ge0/0.20)-- ISP 2
I want to redundant router A with another router. A current pratice is to use HSRP vith an iBGP session like...
The host have two interfaces. One with 11.22.33.55/24, a second with 192.168.1.128/24. 11.22.33.44 is use as default route. If I ping 192.168.0.1 no problem. If I try to connect on 192.168.0.100 : No route to host.
Rick,I have modify my ACL but that doesn't work...access-list 120 remark Capture 10.10.10.1-59/24access-list 120 permit ip 10.10.10.0 0.0.0.31 anyaccess-list 120 permit ip 10.10.10.32 0.0.0.15 anyaccess-list 120 permit ip 10.10.10.48 0.0.0.7 anyacces...
Richard,Yep, I have understand, it's missing some deny in my ACLs like this ? :access-list 120 remark Capture 10.10.10.1-59/24access-list 120 deny ip any 10.10.11.0 0.0.0.255access-list 120 deny ip any 10.10.12.0 0.0.0.255access-list 120 permit ip 10...