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

    Port Forwarding,RRAS, and multiple IPs..

    More information: - After enabing the "Basic Firewall" in RRAS, and then configuring each port to either route to an IP Address locally or to another computer, the forwarding of ports was rectified and the firwall was working as well. - Once I enable the "Basic Firewall" now NAT is not...
  2. kcostain

    View All ips in a workgroup

    scotaru, You can all try the free utilty IconIP: http://www.calwell.ca/iconip/ it includes the ability to save/update a file on your server that contains IPS of all computers on your network... Thanks, Kevin
  3. kcostain

    port forwarding

    nmorker, I noticed in your discription that you were using these IP addreses: lan ip address 192.168.2.1 no gateway usb ip address 192.168.1.2 gateway 192.168.1.1 From this it seems that your attempting to use the user's PC as a router? If the computer (user) is running Windows XP, yoour not...
  4. kcostain

    Error Initializing SMTP services

    transparent, Although I don't know all the details of your configuration.. i think a good start is to look at the user permissions that have been set to the mdeamon service... But, my guess is you have already been down that ovbious road.. there is a possibility that something is using port...
  5. kcostain

    Reimaging w/ random names?

    Cervantes, i know that one of Symantec's products covers this.. I think it might be a part of the GhostCast server or something similar. Its definitley a part of the GhostWalker utility (als o from Symantec). More infor can be found here...
  6. kcostain

    Port Forwarding,RRAS, and multiple IPs..

    Hi All, I'm hoping one of you have worked on this or had to deal with this in the past.. I've had decent success with Windows 2000 Server (and its derivatives) but on Windows Server 2003 I just can't get it to work. Let me preface all this by saying I've tried it configuration on most of the...
  7. kcostain

    Queue Reports and log archiving questions...

    Hi All, I wonder if anyone has done this or thought about these things? I would like to be able to create reports of email messages inside of queues. More specifically, creating a report (even a text report or listing) of messages in the Bad Queue before I go and delete the messages. This...
  8. kcostain

    Mdaemon and WAP ?

    Hi caroe, You might find your answer in Alt-N's Knowledge base: http://www.altn.com/support/knowledge_base_article.asp?product%5Fid=MDaemon&txtKeywords=wap&txtNumber=&Number=KBA%2D01535&iPageNumber=1 I did a bit if a search and there does not seem to be extensive info on Mdeamon and WAP...
  9. kcostain

    Mdaemon newbie Config Question

    Hi fergalflannery, THis can definitely be done with Mdeamon... you can do this in a number of ways.. i can give you a basic way to do it with Mdemon.. the problem you have really is that when the mail gets to the reception, how does she send it out to all of the users? With 9 users this may...
  10. kcostain

    "Warning: No addresses survived parsing process!"

    8873, Can you copy/paste the log )probably SMTP) before and after this message occurs.. there may be more information the would be helpful in understanding this problem.
  11. kcostain

    MDaemon to Exchange 2000 conversion

    Hi mtartaglia, This kind of conversion has got to be the rarest thing you'll find out there. You'll be going from something "useful" to an admin to something "painful" to an admin.. :) But, if you need to move to Exchange Server, your best bet is to build up your Active Directory before...
  12. kcostain

    Audio device missing

    CobStardust, You might require an update for Windows, maybe Service Pack 1 will sort this out more you. I found more info on this here: http://www.experts-exchange.com/Operating_Systems/WinXP/Q_20792562.html Heope this helps, Kevin
  13. kcostain

    Insert statement with Ado

    Regarding Parameterized commands.. I went throught hat problem and talked about it in this post: http://www.tek-tips.com/viewthread.cfm?SQID=793947&SPID=102&newpid=102&page=1 Hope it helps, Kevin Costain
  14. kcostain

    Removing Telnet Services

    andrewpagano, Windows 2000 indeed comes with a Telnet Server. The telnet server is a service (%windir%\system32\tlntsvr.exe) that can be loaded automatically. I'm not sure of the default state of this service in the different flavors of Windows 2000, but you probably want to set the service to...
  15. kcostain

    really worried of being hcked

    Wow Murugs, There is little information, but still some in the message you posted. I would not say from what you have posted that your being "hacked" exactly - but maybe that someone has been war-driving and testing out/ connecting to your wireless network. I think you ought to make sure your...
  16. kcostain

    A question regarding SQL Statements, ADO, and Text

    I found the solution to this. You need to use parmeters and the special charaters will be taken care of. My SQL statement went from this: ADOCommand1.CommandText := 'UPDATE [report] SET [customer]="'+Edit5.Text+'",'+ ' [invoicenum] = "'+Edit1.Text+'"...
  17. kcostain

    A question regarding SQL Statements, ADO, and Text

    That seems to take care of the ' characters, but when the " and the : characters are in the memo text I get the error "Parameter object is imporperly defined" I see for the ', the QuotedStr function is adding an extra ' - but it does not do this for the other two. Any Ideas? Thanks, Kevin
  18. kcostain

    Hidden attachments sent by Outlook

    You might want to use the Fentun utility to help: http://www.fentun.com/ Thanks, Kevin
  19. kcostain

    A question regarding SQL Statements, ADO, and Text

    who ha! You guys are rockin today on this one.. :)
  20. kcostain

    A question regarding SQL Statements, ADO, and Text

    whosrdaddy, I'm just using an Access file (mdb) and ADO. I will try your suggestion, thanks for the help. Kevin

Part and Inventory Search

Back
Top