最新回答 / sunnight
課程講的不是很理解,只能引用了 一個(gè)網(wǎng)上博客的方法,希望對(duì)你有幫助其中網(wǎng)關(guān)及其配置雙網(wǎng)卡eth0:192.168.0.11eth1:202.106.76.231其他內(nèi)網(wǎng)機(jī)器設(shè)置網(wǎng)關(guān)為192.168.0.11echo 1 >/proc/sys/net/ipv4/ip_forward/sbin/modprobe ip_tables/sbin/modprobe ip_conntrack/sbin/modprobe ip_conntrack_ftp/sbin/modprobe ip_nat_ftpiptab...
2015-06-07
最新回答 / 慕蓋茨6240226
B站上找一下vsftpd的教程,有很多??梢钥纯础? ? ? ?
? ?
? ? ?
? ?
iptables -I INPUT -i lo -j ACCEPT
iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
2015-05-13