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. tpulley

    Emails getting rejected by wrong recieving server, when resent they go fine

    There are several domains this is happening to not just one or two. Maybe 20? It makes me think its on our side but I cannot find out what it is. I can telnet to the mx record fine with everyone I have tried.
  2. tpulley

    Emails getting rejected by wrong recieving server, when resent they go fine

    No smarthost being used. The rejections are for example: Email sent to two@123.com the rejection states that fat.com domain doesn't know of a user on this mailbox. Others are the 5.7.1 email address failure to send. Internal nslookup (dns) does resolve to the correct mailserver. The...
  3. tpulley

    Attachments not being received by one user (but get through fine to other recipients)

    Is this user whitelisted? So here is another test. Did you try this: Can you have the sender send you the email, then you can try forwarding to the one who cannot receive it. Another suggestion, create a mapi profile on another computer for the user having the issue (preferrably one who...
  4. tpulley

    Attachments not being received by one user (but get through fine to other recipients)

    Is there any antivirus program running on the local client? It sounds like it is stripping away the attachment. Usually it adds a notice. Can you have the sender send you the email, then you can try sending to the one who cannot receive it. It almost has to be something on the users machine...
  5. tpulley

    Emails getting rejected by wrong recieving server, when resent they go fine

    This is a strange issue. This started a couple of months ago. Users send emails/reply to emails and the emails are rejected by remote side, the remote side has a tottaly different dns name. Users can resend and sometimes they go through the first time sometimes they have to do it twice. They...
  6. tpulley

    Site to site vpn on ASA 5505

    I always only use the actual outside IP of the ASA. Never seen it done any other way. You are only limited to how many Concurrent VPN's your license allows.
  7. tpulley

    HELP, I cant access exchange server behind Cisco PIX 506e

    Looks like to me you need a static translation rule to get to the exchange server via port http or whatever you are going to use.
  8. tpulley

    ASA EOS

    The archectiture of the asa is a lot different than the pix series was. The asa is more modular and allows the ability to snap in other pieces (like the botnet filter they released not that long ago, for a fee of course). So it should be a while before it goes away.
  9. tpulley

    Active FTP NAT source translation, ASA5520

    Your static is backwards> nat (outside,dmz) source static any interface destination static external-ftp-test 172.16.200.21 no-proxy-arp Should be nat (dmz,outside) source static any interface destination static external-ftp-test 172.16.200.21 no-proxy-arp
  10. tpulley

    VPN-tunnel between 2 ASA5505 boxes

    You may also be able to telnet (if you have allowed this) to the device and capture the config from that.
  11. tpulley

    asa 5510 not allowing traffic inside

    You need a nat exceptions rule and allowance for the same. Also I didn't see a local ip pool to give users an IP address. For example. access-list 100 permit ip 10.1.100.0 255.255.255.0 172.16.252.0 255.255.255.0 ip local pool Remote_Users 172.16.252.1-172.16.252.25 mask 255.255.255.0 nat...
  12. tpulley

    ASA 8.2 DMZ on Fast Ethernet

    Looks to me that what you are trying to accomplish isn't possible. You only show a single IP to the outside interface. Yet you want to allow all traffic to that ip. You can allow certain ports into various devices without a problem just not all. The fw has some ports for itself in routed...
  13. tpulley

    ASA5505 problem- Users from inside cannot access outside network

    Me thinks you have more wrong than that. I see not nat or global statements.
  14. tpulley

    VPN from internal network to ASA

    I can't imagine why you would do it this way but... If you get connected to the vpn and cannot touch the addresses in that range you most likely have an acl problem. Without a config its anyones guess.
  15. tpulley

    Trouble with port fowarding on ASA 5505

    Actually this static will better match your current acl: static (inside,outside) tcp interface 3389 AMCSERVER 3389 netmask 255.255.255.255
  16. tpulley

    Trouble with port fowarding on ASA 5505

    you are missing the static translation for it: static (inside,outside) x.x.x.19 AMCSERVER netmask 255.255.255.255
  17. tpulley

    Multiple site to site vpn routing

    Alternately you could establish a lan to lan tunnel between all sites.
  18. tpulley

    Incoming email must be a reply, cannot initiate new email

    A couple of things to check. Do you have a mail filter in place? Check the events/logs and settings there to see if there are any restrictions on there blocking it. If you have a mail filter try putting them on the whitelist and see if that fixes it. Make sure the limit size is correct. If...
  19. tpulley

    Cannot completely remove deleted mail from mailbox

    Thanks a lot sunnyc7. I am going to try this. I hadn't heard of this. I am going to try this. Will let you know. Again, thanks. It looks like I should be able to find what i need in there.

Part and Inventory Search

Back
Top