Why is it that we tech people like to complicate our lives?
Is it to find
the solution to a problem, and feel good about our
problem solving
skills?
How long those it actually take you? I’m sitting here after
2 days of
reading and scratching my head over my stupidity. I have
wasted
precious time with my family, reading and researching,
trying to find
the solution to this problem that I have once again created
fo myself.
Maybe you can help…
Replaced a Cisco PIX 501, which we we’re using as a
router for a CIDR
bloack we got from the ISP. Needless to say it was working
fine, but
we anted to try a real router, so we got a 2611xm.
Now we got everything to work, with the exception of the
ACL’s. Why
I don’t know.
Here are the simple statements:
FA0/0
ip address 70.1.1.132 255.255.255.240
access-group 101 in
access-group 102 out
FA0/1
ip address 70.1.2.129 255.255.255.240
access-list 101 permit tcp any any established
access-list 101 permit tcp any host 70.1.2.130 eq
www
access-list 101 deny ip any any
access-list 102 permit ip 70.1.2.128 0.0.0.15 any
That’s It! For some reason after I enter just one statement
for ACL
101, the connection to the outside world drops! Even
more, I can’t
even ping FA0/1!
I ask of your help. I’m in misery, and my family needs me
back.
Thanks.