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!

Search results for query: *

  • Users: MelvinM
  • Content: Threads
  • Order by date
  1. 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 =...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. MelvinM

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

    Hi. I setup a new Exchange server w/ a Mailsweeper "virus scanner" 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...
  8. 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...
  9. 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...
  10. MelvinM

    priv.edb "whitespace" Online defrag.

    I joined a new company and noticed that in event viewer that the priv.edb had a gig of fragmentation. The online defrag was never setup correctly so I set it to once a day at 4AM. Since that time a month ago the priv.edb is now only 328mg fragmented. Is this due to the online defrag...
  11. MelvinM

    Network 192.168.0.0 can see 192.168.168.0 ??

    I have an interesting problem that defies my knowledge hopefully some of you wiser experts can help sort this out. I have an office in NY, network is 192.168.0.0 w/ 255.255.255.0. Office in Asia, network is 192.168.168.0 w/ 255.255.255.0. Two Sonic Walls connect us. They provide a VPN...
  12. MelvinM

    How to verify 3 T1s are bonded and working??

    I have three bonded T1’s running into my router, 3600 series. Two, 2-Port Channelized T1/ISDN-PRI with CSU Network Modules accept the T1’s from the module on the wall. Trouble is I can only get 1442.7 kbs MAX from doing online checks of bandwidth. Shouldn’t I see a larger number? That seems...

Part and Inventory Search

Back
Top