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 wOOdy-Soft 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 ikidd

  1. ikidd

    Creating RAS dialup in VB .NET?

    I looked briefly at Stravis' link, and made a quick program with the C++ addin. It looks like it would work, but whomever wrote it wasn't too good at English and some of the functions are mispelled, so you have to get used to that. I tried the Rasdemo project in the link and it gives me a...
  2. ikidd

    Allowing VPN access through a Win2K3 Router

    What router does he have on his end? Some brands, notably Linksys, had problems returning GRE (protocol 47) for dial-out PPTP users on certain flash versions. Update the router to the latest and see if that helps. The only forwarding you should need on your end is 1723 TCP. The passthrough...
  3. ikidd

    CMAK Help (split tunneling)

    The post dialup batch would work if it detects the new IP and uses it right away. Put up the batch file and someone might be able to comment it for you and explain how to use it.
  4. ikidd

    SBS 2003 SERVER LOCKS UP RANDOMLY

    Run a RAM diagnostic (or swap all the RAM), and maybe take extra hard drives off the system for the time being. I had an HP TC2110 running 2003 that would randomly reboot when I had a certain type of 36GB IBM SCSI drive on. Took it off, never a problem. Lockups usually end up being RAM or CPU...
  5. ikidd

    CMAK Help (split tunneling)

    You need to make sure your RRAS server knows the 192.168.2.0 is on the other side of that. That means adding a static route to RRAS. But that doesn't help if the IP assigned to the dialin user changes each time. The way around that is to assign an IP to the (unique) user in the User...
  6. ikidd

    net use lpt1..... am i going mad!

    Just as a last thought, look into the con2prt.exe tool from the NT4 Res. Kit. We put it in the scripts directory with the logon batch and use it from there. It will install drivers if they're missing and set up the default printer if you need. This works great when you have many users on...
  7. ikidd

    Restricting printing by computer account doesn't work.

    I'm trying to disallow printing to a 2003 print queue based on the computer account. For some reason, if I explicitly deny that computer account from printing, the user's permission to print (as part of Staff group), allows them to print. For some reason, even though you can add the computer...
  8. ikidd

    Slow Listview second time used

    I have a problem with the Listview control where if I open a program, populate a Datareader and then loop the reader into a Listview, it's very fast the first time (400 milliseconds for 600 items in 5 columns) and then if you click it again for a refresh where it re-executes the datareader, etc...
  9. ikidd

    Breakpoint Problems

    Check that you aren't in Release configuration. If you are, your breakpoint will come up with a ? on it while you run the program. Switch back to Debug mode to load the debug symbols.
  10. ikidd

    Creating RAS dialup in VB .NET?

    I'm trying to create a VPN (PPTP) connection entirely in code, use it, and destroy it. So far, the only thing I've been able to find is references to RASENTRY, RasSetEntryProperties, etc for use in C++. Is this implemented in VB .NET and if so, are there any suggestions about how to go about...
  11. ikidd

    Exception Overflow on a String from EventlogEntry?

    When rolling through an event log using system.diagnostics.eventlog, I have to trap a System.OverflowException (Int32 too small or large) for what should be a string in an eventlogentry.message field that's defined as string. The problem is precisely defined in...
  12. ikidd

    Map to drives from Win95 to W2k Server

    As Jasen said, WIN95(and 98 i think) won't do a net use to a sub of the share specified. It does work in XP and maybe 2000.
  13. ikidd

    Win2k Advance Server and DELL PIII 450 MEGs

    Are the BSODs doing it for a STOP 0X7B error? If so, this is often an IDE driver error. Certain brands like compaq and Dell have something about their IDE controllers that cause odd errors. Make sure you're on the latest service pack when you reinstall the machine (SP3). At this point, I'd...
  14. ikidd

    RRAS "Reason for disconnect was user request"

    I have a TS with several clients dialing in through RRAS on a modem bank of USR Sporsters. Occasionally, while most RRAS dialup clients work, one will connect, authenticate, and then drop after about 6 seconds and the event log logs "Error 20048; The Client was connected for 6 seconds...
  15. ikidd

    can't see server

    If it's an XP client, run this reg key (copy into file named smb.reg and run on client, I also ran on servers): REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters] "SMBDeviceEnabled"=dword:00000000 It seems to fix a lot of browse issues with XP. But...

Part and Inventory Search

Back
Top