Category: Internet Networking

Example FTP batch (.CMD) script
article #153, updated 5104 days ago

A very good example is on this page:

http://ss64.com/nt/ftp.html

Categories:      

==============

Private IPv6 Address Range Generator
article #125, updated 5191 days ago

Here is an automatic generator of IPv6 private address ranges:

http://www.simpledns.com/private-ipv6.aspx

Categories:      

==============

Enable Remote Desktop (RDP) Remotely
article #118, updated 5238 days ago

As long as you have an administrative password for the domain, this works:

http://www.howtonetworking.com/RemoteAccess/enablerdc1.htm

Categories:      

==============

nVidia causing RDP to lock up
article #114, updated 5250 days ago

The noteworthy Liz Landry contributes:

Just wanted to let you know that I found out this morning that the newer Nvidia drivers are having problems with Remote Desktop and causing the computer to lock up and have to be hard booted.  The fix is as follows:

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

Add a DWORD and call it:

SessionImageSize 

Set it to hex size 20.

Then reboot and use RDP.  There should no longer be problems with the computer locking up.

Categories:      

==============

FTP Server
article #64, updated 5681 days ago

The best FTP server software for Windows right now, is very probably zFTPServer:

http://www.zftpserver.com/

It has all the features of FileZilla, but works well under Server 2008, which FileZilla does not. It is free of charge, but there are for-pay additional modules, including a Windows authentication module which looks very interesting indeed.

Categories:      

==============

LDAP connection to Active Directory domain controller
article #52, updated 5763 days ago

To connect to a Windows 2003 domain controller by LDAP, and search for email addresses embedded in user objects, use the following, replacing the first line elements as if the local domain were “localdomain.local”.

dc=localdomain,dc=local
Port: 3268
Auth: NTLM
Object name: mail

Categories:      

==============

Unblock AT&T Email
article #48, updated 5785 days ago

ATT is managed aggressively against spam. It takes little to nothing for a domain to end up on their RBL list. To inform them that they have made a mistake, fill out everything here:

http://worldnet.att.net/general-info/bls_info/block_admin.html

including at least one or two things on the bottom, and in 2-4 days, it should be fixed.

Categories:      

==============

SMTP commands
article #42, updated 5814 days ago

Here is a very good page with sample SMTP commands via telnet:

http://www.yuki-onna.co.uk/email/smtp.html

Categories:      

==============

Printing over the Internet, and To Unix, From Windows
article #38, updated 5863 days ago

Here is some excellent information:

http://www.owlfish.com/thoughts/winipp-cups-2003-07-20.html

This also works well on LAN/WAN with many print servers.

Categories:      

==============

Time servers and firewalls
article #35, updated 5924 days ago

For most Internet time server synchronization to work, port 123 has to be open. This works for both NTP and SNTP. There are other protocols, not very often used; a comprehensive discussion is here:

http://www.kloth.net/software/timesrv1.php

Categories: