Zorp GPL Is this from the iptables user space utility? I used the FC1 iptables-1.2.9-1.0src.rpm and added the patch to the spec and SOURCES and rebuilt the package. There were no errors on applying the patch during the build. I get this when starting iptables: Applying iptables firewall rules: Bad argument `50080' Error occurred at line: 15 Try `iptables-restore -h' or 'iptables-restore --help' for more information. [FAILED] Line 15 in iptables.conf.new: -A PRintra -p tcp --dport 80 -j TPROXY 50080 I tried starting the zorp listeners before running iptables, but it did not make any difference. Any ideas on where I should look? Also, after running zorpctl start intra, ps aux shows: root 8373 0.0 1.0 4536 1024 pts/0 S 14:31 0:00 /bin/bash /usr/local/sbin/zorpctl start intra root 8374 4.7 4.4 139296 4148 pts/0 S 14:31 0:00 /usr/local/lib/zorp/zorp --as intra -v3 -p /usr/local/etc/zorp/policy Does the above look right for starting one listener (two entries)? Thanks, Phil lsmod shows: iptable_tproxy 13708 0 (autoclean) (unused) iptable_nat 21944 0 (autoclean) [iptable_tproxy] ip_conntrack 29288 1 (autoclean) [iptable_tproxy iptable_nat] ip_tables 15264 4 [iptable_tproxy iptable_nat] parport_pc 18756 1 (autoclean) lp 8612 0 (autoclean) parport 37024 1 (autoclean) [parport_pc lp] autofs 12084 0 (autoclean) (unused) 3c59x 30672 3 dummy0 1636 1 The information contained in this communication is confidential and privileged proprietary information intended only for the individual or entity to whom it is addressed. Any unauthorized use, distribution, copying or disclosure of this communication is strictly prohibited. If you have received this communication in error; please contact the sender immediately. If you believe this communication is inappropriate or offensive, please contact the sender's human resources department. It is our policy that e-mails are intended for and should be used for business purposes only.
On Tue, Apr 13, 2004 at 02:35:51PM -0400, Phil Moors wrote:
Zorp GPL
Is this from the iptables user space utility?
I used the FC1 iptables-1.2.9-1.0src.rpm and added the patch to the spec and SOURCES and rebuilt the package. There were no errors on applying the patch during the build.
I get this when starting iptables:
Applying iptables firewall rules: Bad argument `50080' Error occurred at line: 15 Try `iptables-restore -h' or 'iptables-restore --help' for more information. [FAILED]
Line 15 in iptables.conf.new: -A PRintra -p tcp --dport 80 -j TPROXY 50080 You should write -A PRintra -p tcp --dport 80 -j TPROXY --on-port 50080
Also, after running zorpctl start intra, ps aux shows:
root 8373 0.0 1.0 4536 1024 pts/0 S 14:31 0:00 /bin/bash /usr/local/sbin/zorpctl start intra root 8374 4.7 4.4 139296 4148 pts/0 S 14:31 0:00 /usr/local/lib/zorp/zorp --as intra -v3 -p /usr/local/etc/zorp/policy
Does the above look right for starting one listener (two entries)? The best way is to look at logs for any errors! (Look at your syslog configuration!)
Marton -- Key fingerprint = 5CB4 3F40 9F39 9B70 8179 D8B6 7DEA D9C4 D1D8 8C0A
participants (2)
-
Illes Marton
-
Phil Moors