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.
I am pretty new to Cisco gear and a newbie at ACLs but here goes...here is the ouput from #sh ip access-listsStandard IP access list 1 10 permit 192.168.1.0, wildcard bits 0.0.0.255 (1993 matches)Extended IP access list FILTERNET 10 permit tcp...
I have been trying for two days to get SDM 2.5 to work, I have tried various versions of Java, searched Google until my eyes are about to bleed... I get up to the point where the second page loads and says "Loading Cisco SDM . Please wait..." the hou...
I'm pretty much a newbie, but here is my situation...I want to backup the IOS on my switches, all three are 2950s, two have c2950-i6q4l2-mz.121-22.EA4.bin and one has c2950-i6q4l2-mz.121-22.EA8.binThe ones with the ...EA4.bin I can do this:enconf tin...
OK, I got it sorted out, it wasn't as much a problem with NAT as it was with my ACL...ip nat inside source list 1 interface FastEthernet4 overloadip nat inside source static tcp 192.168.1.42 22 interface FastEthernet4 22 <-- using ONLY port 22 of t...
In that case you should probably take one of the public IP addresses that is not in use and configure Static NAT for it. Then you should allow the traffic you need on the ACL that is attached to the WAN port of the router.yes, that is what I did, I l...
I remember reading about this now that I read your post again...I put in this command:ip nat inside source static tcp extendedbut have now lost contact with the router, perhaps the "extended" option messed it up? I'll have to go in through the co...
Yes, the NAT config works fine, that is what I meant byaccess list 1 is of course for nat... and all of the clients can access the WAN just fineI just can't get in on port 22, at least not to the Bitvise server, but I can telnet in... and I can get i...
John,I finally figured out Oracle's goofy version designation... 6u6 = 1.6.something (I'm not at home right now to check the exact version...) but that did the trick. I sure don't undrstand why Oracle chose to depart from the previous designators.Onc...