Okay some questions for anyone knowing the answers.
My setup. Its running on a Windows 2003 PDC running active directory, IIS 6.0 (not ftp on 21, etc) and DNS server. It has 2 NICs (192.168.0.1/255.255.255.0 for LAN) and (10.0.0.1/255.0.0.0 to router for WAN access high speed DSL, via 10.0.0.10 router itself). Its running routing and remote acess server (RRAS) with NAT/Basic Firewall doing the routing and NAT between the LAN / WAN. There is also an aftermarket firewall running on the server as well.
1 - Is it possible to set up a SFTP server on port 22, as well as a standard ftp server on 21 at the same time? I tried this and can get only 1 to work at the same time (even using the two NIC IPs on the two servers I set up).
2 - The view by domain drop box does not work is this normal?
3 - FTP SSL. Tried to get this working but to no joy. Here is the log..
Connecting to 192.168.0.1:21
Connected to 192.168.0.1:21 in 0.010013 seconds, Waiting for Server Response
Initializing SSL Session ...
220 Core FTP server ver 0.0.0.1 - Unregistered
AUTH TLS
234 SSL enabled... start negotiation
SSL session NOT set for reuse
SSL Connect error 2:
Connect Failed.
SSL Connect Failed
Host type (1): Automatic Detect
4 - Active directory. I can't seem to get the users in active directory authenticated. However the users do have spaces in there names (David Cottle). Is this a small issue that can be fixed? I tried a user with single name and it would log me in, but I could not ls, dir. Also how do you set directory permissions against a user in AD (like in this case)?
Cheers,
David