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 bkrike 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: *

  • Users: ixleplix
  • Content: Threads
  • Order by date
  1. ixleplix

    How do I add a subinterface to a VLAN on c805 running 12.3(16)?

    Hi All, Is this possible with the C805? from enable mode I type: config t int e0.1 ip address x.x.x.x 255.255.255.0 and get this response: % Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or ISL...
  2. ixleplix

    PIX 7.x Command Reference Link

    Here is the link to the Command Reference for version 7.x OS. http://www.cisco.com/en/US/customer/products/sw/secursw/ps2120/products_command_reference_book09186a0080484fe1.html ***************** What's ADD again?
  3. ixleplix

    nat 0 and PIX 501 with 10 connection license.

    Does anyone know weather the PIX 501 can support more than one outside IP address? I need to "nat 0" two internal addresses and am wondering if the 501 can handle this? Sorry for posting such a, seemingly, simple question here, but I have been banging my head against a wall trying to find the...
  4. ixleplix

    How do I Configure a VWIC 2MFT-T1 controller on a cisco 1700 router???

    I have two identical Cisco 1700 routers IOS 12.3(5b)and 2 T1's. I need to configure them to use both T1's simultaniously. At the moment I have them set up so that I can reach one (it is connected by a single T1 to the other which is a dead end [to keep from confusing the other routers])...
  5. ixleplix

    nameif command not working?????

    Here is my problem/scenario: I'm trying to set up a new DMZ on my PIX 515 running 6.3(1) and I have a 4 port expansion card in the PIX. I allready have one DMZ running. It is interface ethernet2 auto nameif ethernet2 DMZ security50 ip address DMZ X.X.X.1 255.255.255.0...
  6. ixleplix

    Can you restrict the IP addresses allowed to connect to PIX??

    I'm not sure if this is possible...... Using the Cisco VPN client 4.0: can you (on the PIX) restrict the IP's that are allowed to initiate a VPN connection? 1) A robot may not injure a human being or, through inaction, allow a human being to come to harm. 2) A robot must obey orders given it...
  7. ixleplix

    Trouble accessing DMZ through VPN.

    Here is my problem. I have a client based vpngroup named xxxxxxxxx. This works great except that I can’t access any of the machines I have on my DMZ through the VPN. I have a feeling it’s an access-list issue, but for the life of me I can’t seem to find it. Maybe my brain has finally melted...
  8. ixleplix

    Help With Port Redirection And NAT

    We recently added a spam server and therefore had to split the traffic comming in so that the smtp went to the spam server and www went to the exchange (For OWA). This has apparently had the effect that all traffic outbound from the exchange server (upon leaving the PIX) shows that it is comming...
  9. ixleplix

    Using PIX 501 inside to isolate segment & still allow them Internet??

    This is the network layout 10.40.1.0/24 <-------> Switch <------->(outside interface) PIX 501 (inside interface) <-------> 172.21.0.0/16 <-------> Switch <-------> Router <-------> (inside interface) PIX 515 (outside interface) <-------> Internet. What we are trying to do is allow only WWW...
  10. ixleplix

    PIX 501 VPN, Able to access LAN through vpn but can't browse?

    I can open the VPN session using the 3.6.3 client set for pre-shared secret. Once it's open however weird things happen. Most of the time I can ping a host on my LAN by Netbios name, FQDN or by IP address. When I try to map a drive though, it only works if I use the IP of the host...
  11. ixleplix

    Access-list. How can I block only one computer from the LAN to WWW

    We have a Pix515 and need to block one problem users inside ip from accessing the internet. I thought I had the syntax correct when I entered the following; access-list 150 deny tcp host 172.16.1.17 0.0.0.0 eq www access-list 150 permit ip any any access-group 150 in interface inside and...

Part and Inventory Search

Back
Top