search for: jftpgw

Displaying 5 results from an estimated 5 matches for "jftpgw".

2003 Feb 06
2
transparent proxying ftp through squid
Hi, Is it possible to transparent proxy FTP through Squid? If so what rules would i need to add to the rules file so that any ftp request is forwarding through Squid? I have www traffic being Tranparantly proxied. Herwith my www rules: REDIRECT loc 3128 tcp 80 ACCEPT loc fw::3128 tcp www - all ACCEPT fw
2007 Apr 18
1
[Bridge] Bridge / Transparent Proxy
...machine as Transparent proxy and I have setup iptables rules on it. I have tried so many times - look at the tcpdump also - but it seems that packets are not following iptables rule and just being forwarded normally. Config is : FTP server - 192.168.11.160 Bridge - 192.168.11.201 I have setup jftpgw FTP transparent proxy on bridge. Which listens on port 2370. I have set a iptables rule iptables -t nat -A PREROUTING -p tcp -d 0/0 -s 0/0 --dport 21 -J DNAT --to 192.168.11.201:2370 Now I am trying to access FTP Server (192.168.11.160) from out side - and checking the tcpdump on the Brdige (prox...
2005 Jan 30
20
FTP Transparent Proxy from Local To Net Through DMZ
Dear All, Linux Kernel 2.4.20-8 Running Shorewall 2.2.0 ip addr show 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:48:54:53:82:45 brd ff:ff:ff:ff:ff:ff inet 62.68.254.178/28 brd
2004 Jul 21
4
shaping passive ftp traffic
Hi, I have tried unsuccesfully to limit my ftp server send speed in linux. I have an ipcop linux firewall/router with 2 nics. 1 nic (eth1) is connected to a 3mbit/384Kbit cable connection and the other (eth0) a switch. Behind it i have a suse linux box and a windows box. On the suse box i run proftpd. I need to shape my passive ftp send speed to 34KBytes because if it is maxed out at 45K
2007 Apr 18
2
[Bridge] Bridge Problem with RedHat and iptables
...tent Server (192.168.11.60) and Internet | +------------------------> | | | | TO INTRANET +--------------------------------> Now the thing is on bridge machine I am running FTP transparent proxy (jftpgw) and I have setup iptables rule as follow. iptables -t nat -A PREROUTING -p tcp -d 0/0 -s 0/0 --dport 21 -J DNAT --to 192.168.11.201:2370 But the strange thing is before the packet is redirected to port 2370 (to Transparent PROXY) - brdige forwards it to the other machine and the packet does not...