Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tameika74

    NAT OVERLOAD

    interface FastEthernet0/0 no ip address ip nat inside ip virtual-reassembly duplex auto speed auto ! interface FastEthernet0/0.1 encapsulation dot1Q 1 native ! interface FastEthernet0/0.7 encapsulation dot1Q 7 ip address 192.168.7.3 255.255.255.0 ip nat inside ip virtual-reassembly ...
  2. tameika74

    NAT OVERLOAD

    Yes that is the goal but I take the acls out and I still don't connect. I leave just this line: ip nat inside source static tcp 192.168.7.20 4505 xx.xx.xx.42 4505 extendable That line did not work. I thought when you nat you have to have two way communication. Right now I see this: Pro...
  3. tameika74

    NAT OVERLOAD

    Thanks for your help burtbees. I tried what you suggested that didn't work for me. Here is my new configuration interface FastEthernet0/0 no ip address ip access-group 101 in ip nat inside ip virtual-reassembly duplex auto speed auto ! interface FastEthernet0/0.1 encapsulation dot1Q 1...
  4. tameika74

    NAT OVERLOAD

    I gave that a shot with the overload statement still in place and that did not work.
  5. tameika74

    NAT OVERLOAD

    Do I need to add this or take the overload away ?
  6. tameika74

    NAT OVERLOAD

    interface FastEthernet0/0 no ip address ip nat inside ip virtual-reassembly duplex auto speed auto ! interface FastEthernet0/0.1 encapsulation dot1Q 1 native ! interface FastEthernet0/0.7 encapsulation dot1Q 7 ip address 192.168.7.3 255.255.255.0 ip nat inside ip virtual-reassembly ...
  7. tameika74

    NAT OVERLOAD

    Background: I have a cisco 2600 with version 12.3(11) which is connected to a trunking port on a 2950. Basically I setup router on a stick. The internal networks are 192.168.7, 192.168.49, 192.168.99. I have this part working as well as nat overload. So I have accomplished the many to one. So...
  8. tameika74

    LDAP and Apache

    I have set up a WIN2K3 box with Apache. This was done porting purposes. Anyway I have ldap authentication setup on the root (/) part of the directory but I want disable this on certain subdirectories. Is there any way of this in Apache. I want the user to get to a certain portion without...

Part and Inventory Search

Back
Top