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: *

  • Users: ftoddt
  • Order by date
  1. ftoddt

    What can I do to take advantage of Fiber/I am very weak here

    lgarner, Thank You again. Your knowledge and advice is most appreciated. I will spend some time with the Cisco folks and see if I can get a dialog going. Its those little things like knowing Catalyst is a Brand name like Baywatch that sometimes throws me. Prizmn, Thank you also...
  2. ftoddt

    What can I do to take advantage of Fiber/I am very weak here

    Thank You for your response and that link. When you say interface on the router, do you mean the modules that I saw in the link? I don't know the answer to that but will look first chance I get. I did not know that modeules existed. I thought the router looked like a typical hub/switch. I...
  3. ftoddt

    What can I do to take advantage of Fiber/I am very weak here

    I work part time at a small school and am extremely weak in this area.. We recently got fiber input. Our connection is as follows: FIBER INPUT---CATALYST 2940---CISCO ROUTER 2600----BAYSTACK ADVANCE---ISA SERVER WAN GIGBYTE NIC. Those who installed the Fiber provided the Catalyst 2940 but...
  4. ftoddt

    Maximize user form in Excel app.

    This is all really cool. I tried some of this on my userform and it works except that the whole form does not enlarge. I have a lot of windows and buttons and was hoping that all would enlarge proportionately. If I change my desktop screen resolution to 800 x 600 it looks perfect. Perhaps...
  5. ftoddt

    MSExchangeMTA Error and I not sure how to follow MS instructions

    Castor66, Thank You for your time and wonderful examples of how to use tcpdump. I will try it first chance I get and let you know how it comes out. As you can tell, I am really new at this and definitely need help. This site has always been extremely good to me and I thank you. Todd
  6. ftoddt

    MSExchangeMTA Error and I not sure how to follow MS instructions

    Its a event ID of 9220 Source MSExchangeMTA Message: A sockets error {error code} on an open() call was detected. The MTA will attempt to recover the sockets connection. Control block index: {index name}. [{value}{value}{value}{value}] (12) Now Microsoft says use Use Network Monitor to...
  7. ftoddt

    One server thinks its Master Browser; rest of LAN see PDC as Master...

    Andy, Thank You so much. My binding was off on both my ISA server and a mail and web server that were both dual nic at one time. Event errors have dropped like a rock. Thanks again, Todd
  8. ftoddt

    One server thinks its Master Browser; rest of LAN see PDC as Master...

    Andy, Did my research and it payed off. Know exactly what you are talking about and I am sure that you are on the money. Thanks again
  9. ftoddt

    One server thinks its Master Browser; rest of LAN see PDC as Master...

    Andy, I was just rereading your advice and I am not sure how I I insure that the internal nic is 1st in the binding order. Can you explain that to me and I will research that phrase. Thanks again..
  10. ftoddt

    An unknown SMTP command EVENT 20031

    The more I look into this error, I am wondering if I even need the ISA SMTP Filter. I am not trying to screen out words and only the default setup is in place. Is there any problem in just deactivating the smtp filter... Thanks. Todd
  11. ftoddt

    One server thinks its Master Browser; rest of LAN see PDC as Master...

    Thanks Gentlemen, I tried turning off the isa servers browser service and it immediately reverts to the domain controller for master browser. As soon as I start the Isa Browser Service again, Isa server thinks it is the master browser. ADB100, what things on the external nic are you...
  12. ftoddt

    One server thinks its Master Browser; rest of LAN see PDC as Master...

    Trying to clear Event Error 8021 Sourse Browser. When I run Windows 2000 Server Resourse tool "Browser Monitor" all my servers show the Primary Domain Controller as the Master Browser except for the ISA server. It thinks it is the Master Browser. I can force an election by stopping the...
  13. ftoddt

    ISA Server Thinks its the Master Browser; All others think its the PDC

    Trying to clear Event Error 8021 Sourse Browser. When I run Windows 2000 Server Resourse tool "Browser Monitor" all my servers show the Primary Domain Controller as the Master Browser except for the ISA server. It thinks it is the Master Browser. I can force an election by stopping the...
  14. ftoddt

    LAN was down; Sure need some ideas of what to check

    Situation: I am finding the LAN down. Cannot ping anyone or anything from anywhere. Noticed on server hub/switch blinking orange collission light flashing. Trace down the problem of (teacher hooking up two uplink patchcords between two little netgear hub switches so remove one) and all...
  15. ftoddt

    An unknown SMTP command EVENT 20031

    I keep getting this error on my ISA Server. In the Data, it referenced xexch50. So after some research, I found I needed to add that to my ISA filter(to get rid of the error) and I nerviously did because I was unsure what and where this xesch50 came from. Now I get a new error: "A Smtp...
  16. ftoddt

    Scripts not working. What am I missing

    mrmovie, Followup as Promised, Well, I tried the scripts and they did not work for a couple of reasons. The mapped drives did not work and I kept getting an error that said it could not find the domain I was talking about so I have something wrong there in how I descripe the mapping ...
  17. ftoddt

    Scripts not working. What am I missing

    Ok you lost me somewhat. What do you mean by "presuming you have FSO, WshShell , WshNetwork already sorted". I do not know if I do or not. Are these these script dlls or programs...to bind to thru vbs?? I am sorry. I am so weak at this its pathetic. Thanks for your time.
  18. ftoddt

    Scripts not working. What am I missing

    Ok so if I want to delete the mapped drive but I want to check and see if there is an "N" drive first, I would write something like this: Set objNetwork = WScript.CreateObject("Wscript.Network") If FSO.DriveExists("N:") Then objNetwork.RemoveNetworkDrive "N:" end if And if I wanted to map...
  19. ftoddt

    Scripts not working. What am I missing

    mrmovie If you have the time, I have made a script that will delete a mapped drive if it is there. It looks like this: Set objNetwork = WScript.CreateObject("Wscript.Network") objNetwork.MapNetworkDrive "N:", "\\NWSFS01CJ\USERS\G3ODCFTT", True Is there anything more that I can add...
  20. ftoddt

    Scripts not working. What am I missing

    Thanks again. I will try it both ways as I get better at this. I played around with some .vbs to delete and map some drives and it worked perfectly. I can make this work for individuals for sure and will try to make a master script as you suggest. Your help has been greatly appreciated...

Part and Inventory Search

Back
Top