I was looking for your tool to transfer a large amount of data, 12T, over Wan...
I know it will talke some times, but I need to see if it will only work.
;)
But I need to secure at different levels the transfert so I need to use certificats and serverlist restrictions, added to firewall rules.
But My question here is more about the serverlist file.
I have the version 5.0 and both server and client are on Windows 2019.
The firewalls are off during my internal tests.
My file is. :
0x11111111|Server IP|XX:XX:XX:....
The informations here came from the keygen I launch on the server to create a keyfile.
When I start the client with the following command, I have no error :
When I start the server command line, I have no specific errors as well : .\uftp.exe -R 500000 -M CLIENTIP -U 0x11111111 -k .\keyfile.key .\uftpexeW7x64-5.0.zip
In the Client log I have :
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: Received request from 11111111 at xxx.xxx.xxx (ServerIP)
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: Using private multicast address 0.0.0.0
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: grtt = 0.532216
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: send time: 4602968993051577258.416766
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: receive time: 4602968993051577258.145001
2020/06/29 17:42:23.599017: [69BD52BC/00:0]: PROXYKEY not received
I don't know why it tells me it didn"t recieved the proxyKey as I didn't use a uFTP proxy.
But when i start the server command line, I got an error message "Server not in server list" .\uftp.exe -R 500000 -M CLIENTIP .\uftpexeW7x64-5.0.zip
Indeed I didn't have the good informations, UID, Key.
When I launch this, I didn't have errors, but it didn't work either : .\uftp.exe -R 500000 -M CLIENTIP -U 0x11111111 .\uftpexeW7x64-5.0.zip
Here my fingerprint is not correct whereas my UID is. But still no error.
Can you help me understanding how I can configure the serverlist file to restrict the access ?
Thank you in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I believe your serverlist file is not formatted correctly. The format of the file is:
server_id|server_ip|proxy_id|server_fingerprint
It looks like you left out the proxy_id field, meaning that the server fingerprint was read as the proxy ID. If you're not using a proxy, this field should be 0, i.e.:
0x11111111|Server IP|0|XX:XX:XX:....
Give that a try.
Regards,
Dennis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I was looking for your tool to transfer a large amount of data, 12T, over Wan...
I know it will talke some times, but I need to see if it will only work.
;)
But I need to secure at different levels the transfert so I need to use certificats and serverlist restrictions, added to firewall rules.
But My question here is more about the serverlist file.
I have the version 5.0 and both server and client are on Windows 2019.
The firewalls are off during my internal tests.
My file is. :
0x11111111|Server IP|XX:XX:XX:....
The informations here came from the keygen I launch on the server to create a keyfile.
When I start the client with the following command, I have no error :
.\uftpd.exe -D C:\temp\ -I CLIENTIP -S .\server.txt -d -x 4
When I start the server command line, I have no specific errors as well :
.\uftp.exe -R 500000 -M CLIENTIP -U 0x11111111 -k .\keyfile.key .\uftpexeW7x64-5.0.zip
In the Client log I have :
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: Received request from 11111111 at xxx.xxx.xxx (ServerIP)
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: Using private multicast address 0.0.0.0
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: grtt = 0.532216
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: send time: 4602968993051577258.416766
2020/06/29 17:41:30.160636: [69BD52BC/00:0]: receive time: 4602968993051577258.145001
2020/06/29 17:42:23.599017: [69BD52BC/00:0]: PROXYKEY not received
I don't know why it tells me it didn"t recieved the proxyKey as I didn't use a uFTP proxy.
But when i start the server command line, I got an error message "Server not in server list"
.\uftp.exe -R 500000 -M CLIENTIP .\uftpexeW7x64-5.0.zip
Indeed I didn't have the good informations, UID, Key.
When I launch this, I didn't have errors, but it didn't work either :
.\uftp.exe -R 500000 -M CLIENTIP -U 0x11111111 .\uftpexeW7x64-5.0.zip
Here my fingerprint is not correct whereas my UID is. But still no error.
Can you help me understanding how I can configure the serverlist file to restrict the access ?
Thank you in advance.
François,
I believe your serverlist file is not formatted correctly. The format of the file is:
server_id|server_ip|proxy_id|server_fingerprint
It looks like you left out the proxy_id field, meaning that the server fingerprint was read as the proxy ID. If you're not using a proxy, this field should be 0, i.e.:
0x11111111|Server IP|0|XX:XX:XX:....
Give that a try.
Regards,
Dennis
Oh no... I just look at the wrong help file... it's for the version 1
:'(
I'll test tomorrow morning to check... I guess it will be good.
Thanks.
It's working, thank you for your quick respons time.