For 4.0:
------------------
/etc/inetd.conf:
ftp-proxy stream tcp nowait root /usr/sbin/ftp-proxy
ftp-proxy -m 55000 -t 180------------------
/etc/pf.conf:wired_if="xl0"
wireless_if="{ ral0, xl1 }"
localhost_ip="127.0.0.1"# ftp-proxy
nat-anchor "ftp-proxy/*"
rdr-anchor "ftp-proxy/*"
nat on $wired_if from !($wired_if) -> ($wired_if:0)
rdr pass on $wireless_if proto tcp to port ftp -> $localhost_ip port 8021
anchor "ftp-proxy/*"# ftp-proxy [passive ftp]
pass in quick on $wired_if inet proto tcp from any to $wired_if user proxy
keep state
pass out quick on $wired_if inet proto tcp from $wired_if to any port 21
flags S/AUPRFS modulate state
pass out quick on $wired_if inet proto tcp from $wired_if to any port > 1024
flags S/AUPRFS modulate state# ftp-proxy [active ftp]
pass out quick on $wired_if inet proto tcp from $wired_if to any port 20
flags S/AUPRFS modulate state
pass in on $wired_if inet proto tcp from any port 20 to $wired_if port 55000
> -----Original Message-----
| Sunil Naidu | Re: Linux 2.6.20-rc6 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| Linus Torvalds | Re: init's children list is long and slows reaping children. |
| David Miller | Re: [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
git: | |
