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!

Search results for query: *

  1. jgiacobbe

    Offline files sync error

    This is probably a bit late but can you copy the files from the offline folder into a local folder before you delete the offline files folder. Of course you are then stuck trying to merge the directories but you atleast have not lost that data. You might be able to use the modified date to...
  2. jgiacobbe

    Remote Access Ideas

    I have to ask why the static IP on the remote user end for RDP? (I know the so you can restrict via remote IP answer) As far as remote access is it that you are more interested in people running applications on your servers or are you more interested in file access? Are both a requirement? As...
  3. jgiacobbe

    Transfer files from xp to imac

    Good luck with the flash drive. My linux boxes read my flsh drive just fine so i don't think a mac will have any issue with it. Earlier in the post the idea of networking the two computers with a crossover cable was mentioned. If both conmputers were windows you would not need to assign IP...
  4. jgiacobbe

    Windows Xp Backup Scheduler won't run

    In the XP task schedular there is a little box that says Run only of logged on. I know it is kind of obvious but make sure it isn't checked. Also make sure the computer is not in standby at the time scheduled. I have noticed a few computers that have problems running scheduled tasks and the...
  5. jgiacobbe

    Block Lists Filter Everything

    When you configured the blacklists did you configure the return status codes? Also have you tried disabling one or the other blocklists? Did you change any other settings under message delivery? Jeremy Giacobbe MCSE, CCNA
  6. jgiacobbe

    Connect to exchange over VPN

    It isn't too bad to get RPC over HTTP (Outlook Anywhere) working but it only works with the Outlook 2003 clients. Since it has been configured on my server there has been no extra administration required by me. It does require some extra configuration on the client but that too isn't bad. I...
  7. jgiacobbe

    Connect to exchange over VPN

    I don't have any experience with the netpilot firewall and vpn clients. Do your vpn clinets pull a dns/wins server address when they connect? My cisco VPN clients use our internal DNS servers when they connect to the network. What fiddling with DNS/Wins did you do to get it to connect? You...
  8. jgiacobbe

    Connect to exchange over VPN

    What version of Exchange and Outlook are you using? If both Exchange and Outlook are 2003 then configure the RPC over HTTP features and forget the VPN. Works very good once your get it up and going. Outlook just works everywhere now. Only Outlook 03 and better and Exchange 03 support the rpc...
  9. jgiacobbe

    Exchange 2003 and Server 2003 becomes unavailable for a few minutes at

    I have an Exchange server 2003 on Windows Server 2003 both enterprise editions. The server becomes unreachable for a minute or two at a time. All connectivity to the server is lost. Shares, RDP and Outlook all cannot connect. The only thing that sticks out in the event logs is Event ID 8021...
  10. jgiacobbe

    Cisco VPN 4.0.5 ports?

    If the firewall uses standard IPSec then it probably uses udp 500 for encrypted ipsec traffic and ip port 50 for isakmp. Some vpns use udp 4500 instead of ip port 50 to deal with NAT. Jeremy Giacobbe MCSE, CCNA
  11. jgiacobbe

    alias versus outside nat?

    I finaly (finally googled that java error) figured out how to get to PDM but get an error about the alias commands not being supported. The warning dialog suggests I use outside nat to replace the alias commands. After looking at various posts and cisco.com I just want some clarification as to...
  12. jgiacobbe

    Inbound Access with NAT Problem

    Sounds like you just need a static nat with an acces list on your outside interface to allow traffic in. static (inside,outside) 10.X.X.26 192.168.10.12 netmask 255.255.255.255 0 0 Creates a staic NAT from 10.x.x.26 to 192.168.10.12 access-list example permit tcp any host 10.X.X.26 eq http...
  13. jgiacobbe

    How do I see if email is passing through PIX

    Does the outside of your pix use the public IPs from your provider? You made need to update your NAT. Jeremy Giacobbe MCSE, CCNA
  14. jgiacobbe

    Baffled...

    I havn't messed with a vpn concentrator but if it works like the vpn client on the pix then are you assigning IPs from a pool on the concentrator? I am not entirely sure on what your setup is here. Assuming: AP-->VPN Concentrator--->Pix If the VPN concentrator hands out IP addresses to it's...
  15. jgiacobbe

    Site to Site VPN

    I have yet to upgrade mine to 7.X software but I have been told that configuring them is getting much easier. A year ago when I started messing with my firewall I only had experience on cisco routers. Bought a book, looked at a lot of examples on cisco's site. Find an example similar to what you...
  16. jgiacobbe

    Active directory user accounts not visible.

    Thanks for the feedback. I'll look through the atributes with adsiutil and see if I can figure out what atributes those might be. Jeremy Giacobbe MCSE, CCNA
  17. jgiacobbe

    Active directory user accounts not visible.

    I have about 5 user accounts in my AD domain that are not normaly shown when using the AD users and computers mmc. If I right click on the OU and select find I can access the accounts. If I go to view and select advanced features the accounts appear in the OU. I am not sure what has caused this...
  18. jgiacobbe

    No IE browsing from Windows 2003 SBS

    If you want to determin if it is a DNS issue versus an IE issue try browsing a website via IP address. If you can browse by IP then it most likely is a DNS problem. I havn't dealt with SBS ever so i am not exactly sure what is different about it other than it has exchange bundled. Does it have...
  19. jgiacobbe

    OWA Issue

    The whole front end, back end through me a little bit. I only have experience with single server deployments. I was researching a different issue with OWA when I came across this thread and had those KB articles in my search list in the other browser window. Glad the articles helped you. Jeremy...
  20. jgiacobbe

    reverse dns

    You are correct in your assumption about the smarthost box. If it is empty then your mail server is sending mail directly to the smtp servers of the other domains. If your isp will allow you to relay through their smtp server (use their server as a smarthost) then you should not need a reverse...

Part and Inventory Search

Back
Top