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.
Why are the, established, permits in OUT3 getting no matches? The 207.190.2.96 network is for a NAT pool that works. Is there something wrong with the, established, rule format and how can I change the rules to get matches for the established traffic...
Why is the IN3 ACL getting no hits? Even the, deny ip any any, statement is getting no matches. ip access-list extended IN3permit icmp any host 199.9.9.9 echopermit tcp 207.190.2.96 0.0.0.15 any eq wwwdeny tcp 207.190.2.96 0.0.0.15 host 195.5.5.254 e...
The below ACL is blocking telnet access when it is supposed to be permitting it. Why is this happening? access-list 102 permit tcp any host 208.190.2.2 eq telnetaccess-list 102 deny ip any anyinterface Serial0/0/0 ip address 208.190.2.1 255.255.255...
I have a PPPoE link between 2 routers that passes through 2 switches that does not connect. The link without PPPoE works through the switches. Below, I copied key configs of both routers for them to be looked at. Why is the link not working? R1:host...
What are the commands for port forwarding as per the below specifications? R4 should implement port forwarding.a.telnet connections to 207.U.2.98 port 23 should be forwarded to S2.b.http connections to 207.U.2.98 port 80 should be forwarded to S2.c.s...
Here is a diagram of the topology in the attached file. The same type of ACL permitting telnet to another router worked. Only this one blocks all traffic. Any help would be good.
Attached to this message is a text file with the configs of all 3 routers. I need to know what port forwarding statements need to put in so port forwarding can work. Please get back to me as soon as possible.
Attached to this message is my NAT script and the troubleshooting commands I used. I am still getting no output. What needs to be changed in the script?