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 TouchToneTommy 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. havanajoe

    ArcServe r11.1, Win 2K3, DLT 7000 Performance

    What type of card did you end up putting in your system? Thanks
  2. havanajoe

    network config

    It sounds as if you need a router rather than a pix firewall.
  3. havanajoe

    Internet - Linksys - Pix 501 connection problem

    I would agree with chicocouk, it doesn't make sense to make the outside of the pix a dhcp client if you don't have to. You will have to put static routes in the linksys wap for the networks that live behind the pix. If you need to use DHCP, then check to make sure that you are running the...
  4. havanajoe

    syslog server for pix

    I use Kiwi and it takes care of any logging that I need. Plus as themut said, it's free.
  5. havanajoe

    Newbe Pix configuration question

    By default ALL traffic originating from outside of the PIX is blocked from coming into the network. Only connections created by an internal host to an external host can come back through.
  6. havanajoe

    Rookie trying to configure a PIX 515E for the 1st time.

    If I were in your shoes, I would configure it this way. Internet -- netopia modem -- pix -- internal network You don't need the PIX and the Linksys router. They are both pretty much capable of doing the same things. As far as the VPN goes, I would use the Cisco client to connect to the PIX...
  7. havanajoe

    Frustrating PIX

    The line that you need to enter on the pix to allow you to ping and get responses back to the pix console is... ICMP permit any echo-reply outside
  8. havanajoe

    Newbie - Need Help Configuring Pix 501 with Linksys "router"

    I would start by checking the status of my e0 interface. Check to make sure that it is in fact getting an ip address from the linksys. I have done a setup like this before and I had to enter a static route in the linksys for the private network behind the pix. Next add these lines into the...
  9. havanajoe

    Ping from PIX

    Remember, the ICMP packets are not being blocked going out, the echo-reply packets are being dropped upon their return. So you are in fact pinging out and getting a reply but this statement is doing its job and dropping them. If you remove the deny icmp any outside statement then the pix...
  10. havanajoe

    New PIX config. Everything seems fine but no access to the internet?

    I believe that all you are missing is the route statements. Try adding... route inside 192.168.1.0 255.255.255.0 route dmz 192.168.2.0 255.255.255.0 Since the connections are going through everything is setup fine, however the packets are being dropped because the PIX doesn't know what to do...
  11. havanajoe

    Ping from PIX

    Can you ping this address from inside the firewall? Can you ping ANY site (www.cisco.com) from within the firewall? If you can ping www.cisco.com from within your firewall then try that site from your firewall. After these basic steps and if you can't ping www.cisco.com then post your config...
  12. havanajoe

    Proliant 2500R Help

    If you have a SmartStart CD boot with that and run the system erase utility and it will wipe the server clean and you can start to rebuild then entire thing from scratch. I ran into some wacky problems recently when I tried to remove linux and install W2K, I had to wipe the entire server clean...
  13. havanajoe

    PIX firewall - Opening NTP Port for Public time server

    From my experiences I have never had to allow NTP back into the network through the PIX.
  14. havanajoe

    PIX firewall - Opening NTP Port for Public time server

    The way that I confirm that the NTP is actually happening is to use the syslog logging of the PIX. Then on my workstation I run kiwi syslog to trap the syslog messages. Depending on the version of PIX os you are running you can set up logging on individual ACLs, so when a packet fires off an...
  15. havanajoe

    PIX firewall - Opening NTP Port for Public time server

    Ok let's give this a try. In the diagram you have the time server coming into the pix (unless the arrows weren't meant to mean anything i.e. push time) then this is wrong. Your clients pull time from the time sync server. time server <-- pix <-- isa server <-- dc <-- workstations so the...
  16. havanajoe

    PIX firewall - Opening NTP Port for Public time server

    post your access-lists and access-groups here and i can give you the exact lines to enter.
  17. havanajoe

    pix 520 brakes dns for some reason

    Hi there, I agree with yizhar, the problem is the perimeter router. The ARP cache is looking for the MAC address of the previous PIX not the new one. I ran into the same problem when I moved from one pix to another. Once I rebooted the perimeter router all of the traffic flowed as it should.
  18. havanajoe

    PIX firewall - Opening NTP Port for Public time server

    By default any internal traffic can go outbound. So unless you are restricting what traffic goes out by using access-lists then you don't need anything special for NTP. But to answer your direct question, below is the access-list to allow any internal client to hit any external NTP server...
  19. havanajoe

    External range on wireless access

    Depending if you have line of sight to their place. If you do you can use wireless bridges to span. I have been looking at some and there are some that can reach 10 miles. I am researching installing a wireless network for a client who is going to do the same type of thing with his neighbor...
  20. havanajoe

    PIX 515 - 4.4 to 6.3 upgrade

    You'll need to allow for the echo-reply to come back through the PIX. access-list in permit icmp any any echo-reply

Part and Inventory Search

Back
Top