Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
cisco Access List challenge!!!
Name: Jatin Date: August 2, 2001 at 23:07:22 Pacific
Comment:
sh access-list Extended IP access list 101 deny tcp any eq 137 any deny tcp any eq 138 any deny tcp any eq 139 any (699 matches) deny udp any eq netbios-ns any (4869 matches) deny udp any eq netbios-dgm any (5580 matches) deny udp any eq netbios-ss any permit ip any any (257898 matches) permit tcp host 172.25.7.1 eq 137 any permit tcp host 172.25.7.1 eq 138 any permit tcp host 172.25.7.1 eq 139 any permit udp host 172.25.7.1 eq netbios-ns any permit udp host 172.25.7.1 eq netbios-dgm any permit udp host 172.25.7.1 eq netbios-ss any Extended IP access list 111 permit ip any any
Summary: Once you setup a gateway and everybody will have access to the internet. I have never done it with NT before but, you can try and doing a routing access-list which will allow those machine or IP (Sta...
Summary: if i understand, the problem is that you probably have hard coded the POP3 server IP.(Why an ISP would put a mail server on DHCP scope is beyond me,unless they have a serious spamming problem) On a Ci...
Summary: Hi, First are you trying to access the FTP site from your Lan,your WAN,or from the Net? From Lan = 192.168.x.x (private) From Net = 142.166.x.x (Public) your firewall must permit access to your FTP po...