Displaying 2 results from an estimated 2 matches for "ftp_server".
Did you mean:
sftp_server
2005 Dec 09
0
error in TC FILTER documentation ???
...er to share 64k internet upload link
on 3 customers.
but linux router has a FTP server. and I want to classify 1:3 FTP traffic
to linux server:
# initialize
DEV="imq0"
CUSTOMER_A_IP="172.16.10.10"
CUSTOMER_B_IP="172.16.10.11"
CUSTOMER_C_IP="172.16.10.12"
FTP_SERVER="172.16.10.254"
MODPROBE="/sbin/modprobe"
IP="/sbin/ip"
TC="/sbin/tc"
FW="/sbin/iptables"
$MODPROBE imq
$IP l s dev imq0 up
$TC qdisc del root dev $DEV 2> /dev/null > /dev/null
$TC qdisc add dev $DEV handle 1: root htb
echo "********...
2007 Sep 22
3
vsftp question ?
Hi,
I want to setup vsftp on centos 4.5. 2 types of ftp. they are active and
pasive. What is the default type ftp type o CentOS ?
Is is PASIVE ftp?
in /etc/vsftpd/vsftpd.conf, I found below line. What should I do for below
line?
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
Should I COMMENT it out? I need a very secure ftp service.
YOUR