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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kbing

  1. kbing

    PIX ACL question on ICMP

    burtsbees: Thank goodness that wasn't for production. ;-) Open ACL's are security risk regardless of CBAC or any other process.
  2. kbing

    First-time Router Upgrade - is this procedure correct?

    if you go to the 7200 series router section on the cisco support website - they tell you how to do this...just a few clicks away. Worse case you screw it up and have the router down without following cisco's documentation.
  3. kbing

    PIX ACL question on ICMP

    yes..for all services. see cisco's website to understand how ACL's work. You may as well remove the firewall from the network with this ACL.
  4. kbing

    T1 provider issue-whose fault is it....?

    Need to break down the testing at the customer location. a.1) Is this a T1? If so, make a T1 loopback plug and put in DSU - does the interface go UP/UP? It should if the hardware isn't having any problems. a.2) Test the extended dmarc from the smart jack to the CSU to ensure pin-outs are...
  5. kbing

    reverse dns question

    mail.simpsons.com...
  6. kbing

    How to view log of reboots?

    download tftpd (search google) and setup the syslog feature. Then configure your "trap host" and then "log trap debug" will send all messages to the syslog system. You can then review the log file at your leisure when it crashes.
  7. kbing

    Setup Home Networking

    looks good. to get the firewall working just need to setup "ip inspect" commands and assign it to the outside interface. int fa0/0 ip inspect FW out also create an access-list to deny outside traffic to enter the outside interface, IE: access-list 101 deny ip 192.168.1.0 0.0.0.255 any...
  8. kbing

    Setup Home Networking

    So if you don't have internet access...how did you post this question?
  9. kbing

    Need help changing my static command maybe using a different nat?

    Check out the email server configuration example from Cisco. It doesn't NAT inside to DMZ traffic - it uses the actual IP. http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00800941c8.shtml Otherwise the default way of doing this WILL nat traffic from...
  10. kbing

    Out of office reply to the internet per user?

    The out of office "allow" setting in Exchange is global. It's all or nothing. Outlook rules can respond to incoming emails but is meager....
  11. kbing

    Strange Message Routing - How Did This Happen?

    Do either user1 or user2 have user3's email alias setup on the email tab of their userID?
  12. kbing

    Slow emails on backend when frontend server is down

    Does this happen when sending to a distribution list or sending a single email to another user? If it happens to be a distribution list - your expansion server settings are probably pointing to the server that is no longer online. Change the expansion server setting to a server that is still...
  13. kbing

    Suggestion about antispam and antivirus for exchange

    Also MXLogic.com (hosted solution which is excellent) - generally cheaper than Postini. Let me know if you need a referall and hopefully better pricing. HOWEVER..that can't be the only solution. We have to run AV inside exchange to protect the store - we use McAfee GroupShield for exchange...
  14. kbing

    DMVPN?

    No...not all routers support DMVPN. You need to find a version of the IOS that supports DMVPN which will also tell you the router/parameters needed to run it. You can find this out on http://www.cisco.com/public/sw-center/index.shtml You will need a logon from Cisco to find the features/IOS...
  15. kbing

    Basic Vlans

    even though you have this working I'm confused as to why you need an access-list and nat going outside on the vlan2 interface. Seems like you are trying to prevent access in reverse? If you want two way access - your configuration is too complicated. Get rid of the ACL and change nat outside to...

Part and Inventory Search

Back
Top