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 Wanet Telecoms Ltd 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 MelvinM

  1. MelvinM

    Username password regread and dropin

    Thanks! I got it working via PHVs way and I cleaned up my code till it also worked. Have a good weekend.
  2. MelvinM

    Username password regread and dropin

    Sorry - I didn't know it was that bad.. I am new to .vbs Thanks for the tips and all the help. I will see if I can get this working for me today.. Thanks alot again
  3. MelvinM

    Username password regread and dropin

    The real command: C:\myprogram\foo.exe -tnet -proxyproxy.txt -uusr.lem.upt:demo "includes parameters and username password. Dim objShell Dim objWsh Dim wshshell Set objWsh = CreateObject("Wscript.Shell") Set objShell = CreateObject ("WScript.Shell") Const username =...
  4. MelvinM

    VBS formatting question "cmdline = "

    I just tried tsuji suggestion - It worked! "Such a simple solution, but it was killing me..." I will try PHV method later on today. Thanks so much!!! You realy helped me out.
  5. MelvinM

    VBS formatting question "cmdline = "

    I can get foo.exe to launch, but I need to add these two words on the end to have the program run corectly. cmdline = """c:\program files\myprogram\foo.exe""" -rite -proxy.txt WScript.echo cmdline objWsh.run cmdline,1,False Will not run unless I remove "-rite -proxy.txt" I need to have them...
  6. MelvinM

    Use a Nameserver to point to another Nameserver overseas?

    I have two domains listed that are controlled by the same name servers overseas, NS1.company.com and NS2.company.com, could I put a record in NS1.company.com to point to another DNS server across the globe? The new name server will be called NSA1.company.com and will serve as our name server...
  7. MelvinM

    Two networks using the same switch?

    I saw this today and I was not aware you could do it. Two seperate networks were using the same switch. Example 64.xxx.xxx.xx and 66.xxx.xx.xx. Both from seperate ISPs. It was a simple cisco switch, nothing tricky setup. No vlan. Just acting as a normal switch. It seems to be working, but...
  8. MelvinM

    DNS Master/Slave w/ two different IP ranges?

    thanks!
  9. MelvinM

    DNS Master/Slave w/ two different IP ranges?

    Hi all. Is it possible to have two nameservers w/ different IPs. NS1 w/ ISP X's IP Number. And NS2 w/ ISP Y's IP Number? I'm used to them both being close together, say NS1 = 202.34.65.64 NS2 = 202.34.65.65 but what about NS1 = 202.34.65.64 NS2 = 64.45.45.2 This will serve my network...
  10. MelvinM

    DNS Issues

    I get the failure sending to my domain. I have a feeling our dns servers are not setup correctly. I can send back and forth a dozen times then I get: Message from yahoo.com. Unable to deliver message to the following address(es). <melvin@mydomain.com>: Sorry, I couldn't find a mail exchanger...
  11. MelvinM

    DNS Issues

    I can send recieve through my yahoo.com account and this exchange server fine, then I get a Failure Delivery: [Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)] This a nslookup on my exchange server... This looks wrong.. any idea where to begin? > set type=mx > mydomain.com...
  12. MelvinM

    ..mail exchanger or IP address. (#5.4.4) DNS Issue?

    Hi. I setup a new Exchange server w/ a Mailsweeper &quot;virus scanner&quot; that fowards the mail to it. I can send and recieve find between my new exchange server and yahoo.com for a while, and then I get this on a delivery failure: Message from yahoo.com. Unable to deliver message to the...
  13. MelvinM

    I have a machine w/ a legit public

    I have a machine w/ a legit public address and a FQDN. I can ping the IP, but can’t ping the name of the machine w/ the FQDN. Example: xyz.fqdn.com. I can ping our “mailsweeper machine” yyy.fqdn.com, because there is an entry for it in our DNS MX records… What must I do to get xyz.fqdn.com...
  14. MelvinM

    Migration. Ip Change...??

    I have an Exchange migration coming up. The move will be from asia to the US. Currently the IP associated w/ the Exchange server in Asia is issued by an Asian Internet Provider. If I move the machine here to the US, I think I’d have to use one of the IP’s from our US provider. Correct? The...

Part and Inventory Search

Back
Top