Go to Cisco's Site and use the Software Configurator. Once you determine and purchase the correct version of IOS, We should be able to supply you with help with the config.
Do you want to Nat this to a specific device or do you just want the router to just allow the traffic.
If you wantto NAT, just use the ip nat command like so:
ip nat inside source static tcp 192.168.2.196 25 23.104.19 25 extendable
if you just want to allow traffic Create an Access Class and...
You can't nat outside traffic and VPN traffic on the same interface.
For example if you're natting traffic for smtp on a external interface to 192.168.2.100 You can't have the VPN tunnel access that accesses 192.168.2.100:25 from the tunnel. You need to create a another interface on the smtp...
Here is a config for nat that has been working like a champ.
aaa new-model
!
!
aaa authentication login userauthen local
aaa authorization network groupauthor local
aaa session-id common
ip subnet-zero
ip name-server 192.168.2.196
--More-- ip name-server...
tt could be something in your line vty config. Try building an access class
line vty 0 4
access-class 12 in
exec-timeout 120 0
length 0
!
Your nat statements may also need to contain the extended param.
I've had the same problem with a logitech webcam. It's a problem the the USB controller and Windows XP. My viedo was very choppy and the camera would lock up after about 5 sec. Try and find updated drivers/ or BIOS for your desktop. And see if that fixes he issue.
I have AD at home and a Domain at work. Is it possible to join both, so that when I join the AD at home, it doesn't lose my info from the domain at work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.