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 SkipVought 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. penguin69

    Strip hostname from field

    Works perfectly. Thanks so much!
  2. penguin69

    Strip hostname from field

    Here is my code, <% Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open Application("SourceFile_ConnectionString") Set RS = Conn.Execute ("SELECT * From input.csv") Dim iCnt Do Until RS.EOF iCnt = iCnt + 1 message = RS("message") author = RS("author") phone = RS("phone") email =...
  3. penguin69

    SNAT DNAT (duplicate subnets)

    I was able to resolve the issue. Here are the lines of code I used to accomplish this, and allow me to establish a VPN connection to a remote site that used a duplicate address scheme/range. This line is to create a new adapter, or new interface. I am using the lo, which is the loopback...
  4. penguin69

    SNAT DNAT (duplicate subnets)

    bump
  5. penguin69

    SNAT DNAT (duplicate subnets)

    I probably could have done a better job to explain all of this. I was in a bit of a hurry to explain all of this. Firewall address - 10.1.20.27 Local LANs - 10.1.0.0/16 & 10.188.136.0/22 Current VPN tunnel is established to remote network. Tunnel - Local 172.30.6.33/32 ---> Remote...
  6. penguin69

    windows 2003 dc's and user authentication

    Why do you have two DHCP servers? Can you not setup DHCP relay agents? You need to spread your FSMO roles out. Read this... http://oreilly.com/pub/a/windows/2004/06/15/fsmo.html
  7. penguin69

    Demote DC

    You will want to transfer all FSMO roles prior to demoting it. If not, you could wind yourself into a slight pickle. If all else fails and you have to take it down without properly removing it, you can seize the roles. Does this help?
  8. penguin69

    SNAT DNAT (duplicate subnets)

    I have spun my wheels all I can on this, and I really need some help. I am not even going to bother typing where I am, because I think I am so lost it is not even funny. Here is what I have... 10.1.0.0/16 10.188.136.0/22 Both are internal vlans that are routable to each other. My Linux box...
  9. penguin69

    amavis-new requires Digest::MD5 v2.22

    Annihilannic, I think you are on the money, but I am still getting, [root@spamfilter ~]# rpm -U perl-Digest-MD5-2.25-8.i386.rpm file /usr/share/man/man3/Digest::MD5.3pm.gz from install of perl-Digest-MD5-2.25-8 conflicts with file from package perl-5.8.6-15 file...
  10. penguin69

    amavis-new requires Digest::MD5 v2.22

    I am very new to Linux. I have been installing SpamAssassin along with Razor and Amavis-new. I am installing on a FC4 box. When I try to issue any commands to amavisd, it tells, Digest::MD5 version 2.22 required--this is only version 2.20 at /usr/local/sbin/amavisd line 1359. I have...
  11. penguin69

    Mandrake Linux 10.1 and Cisco Wireless 4500

    So your idea is it's related to a driver issue? If this be the case, couldn't I just try a different Wireless card? I have an extra one there to try. I just figured that it was me being stupid with Linux as opposed to a driver related issue. I will try both options out. Thanks,
  12. penguin69

    Mandrake Linux 10.1 and Cisco Wireless 4500

    I actually am using the GUI under System Manager. I go to setup a new connection. I select Wireless connection. Then it asks me which adapter. I have several options, I choose wifi0. Then it brings me to the screen for my wireless settings. For this test environment, the setup is pretty...
  13. penguin69

    Mandrake Linux 10.1 and Cisco Wireless 4500

    Take it easy on me, as I am tinkering with Linux. I have typically been a Novell and MS junkie. Mandrake 10.1 and Cisco 4500. It sees the wireless card, and it calls it wifi0. I try to set the settings on it and it never connects. It is using DHCP. I have rebooted and restarted the network...
  14. penguin69

    FreeSwan VPN

    Hi Segment, IPCop is Local and the Cisco Pix is remote. You are correct that I could build the access control from the PIX side, but I don't own the PIX, I own the FreeSwan side. I would like to be able to build the access control from the Freeswan, but I don't know how. Can you explain how...
  15. penguin69

    FreeSwan VPN

    I currently have a IPCop firewall 1.6 running successfully and everything is swell. I am using it for a VPN connection to a Cisco PIX, which is working correctly as well. IPcop actually uses FreeSwan and I am becoming more and more familiar with the command line version of it. My question...
  16. penguin69

    log onto domain for 1st time via wireless client

    jatkinson, I seem to be having similar issues, though our environments are a bit different. We are using XP Tablets with SP2 loaded. I am also using a Windows Server 2003 Radius server using IAS. If you already have an account that has logged in once, everything is fine. If your password...
  17. penguin69

    Block messages to a certain email address

    PSC, That was a slick idea! I set it and waited for the RUS service to pick up the changes and tried it on my personal account and it came right back into my Exchange mailbox. Great idea. I will set it for her today and her web access is already disabled, but I do see your point on that as...
  18. penguin69

    Block messages to a certain email address

    Nope, just tried it. From what I can gather, that is for blocking people from the outside emailing stuff inside. Anyone else have any ideas?? Ken
  19. penguin69

    DHCP and Internet Access

    Your problem is that your client is asking the outside DNS server for DNS queries. You need to change your DHCP Server to hand out the 192.168.1.202 as the ONLY DNS server. Once you do this, then your workstations will be able to query info about the clinical.local domain, and not any time...
  20. penguin69

    Caching in terminal services

    You are correct, there is an option for bitmap chaching under the experience tab of the RDP client. If you turn this off it may be a little bit slower but might solve your issue. Good Luck!

Part and Inventory Search

Back
Top