Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Reply from the submitter (Score 1) 298

Greetings:

We do a lot of secure FTP. In regards to you point #2, it isn't a routing issue as such, it's a NAT issue. The FTP protocol includes the IP address of the client machine in the data portion of the packets. NATting firewalls have to change not only the headers of the initial FTP packets, but have to reach into the data packets and change the IP addresses as well. FTPS encrypts packets from the get-go, so what happens is the NAT firewalls change the packet headers, but don't change the client IP in the data. So the server tries to respond to the IP address in the data packet, which are usually IANA private, and definitely wrong no matter what, and it doesn't work.

There are several solutions. Some FTP clients that support FTPS have a spot where you can tell them what their outside IP address will be. It inserts that address into the data packet so the firewall doesn't have to change it. That works OK for people who have a static external address. It doesn't work well for road warriors. A more robust solution is FTPES. That protocol modification does the initial negotiations (which the NAT firewalls have to change) unencrypted, and then switches over to encrypted for passwords and data transmits.

SFTP can also a good choice, but on Linux FTP servers the user setup is different. FTP servers can be given a list of users & passwords separate from the host's user setup. SFTP is really SSH, and so the users are typically given accounts on the box. This isn't necessarily a problem, it's just different.

Good luck.

Education

User Interface of Major Oscilliscope Brands? 281

teddaw152 writes "I've been tasked with ordering an oscilloscope and a logic analyzer for use in a university physics lab, and have found several models that will likely suit our technical needs from the major manufacturers (Agilent, Tektronix, and LeCroy). However, I personally have only used legacy HP scopes, and thus I have no idea what modern features are must haves and which brand's user interface is the most intuitive. Is there anyone out there that has used modern Tektronix/Agilent/LeCroy scopes side by side and can comment on their thoughts from the purely subjective side?"

Slashdot Top Deals

Reality must take precedence over public relations, for Mother Nature cannot be fooled. -- R.P. Feynman

Working...