Hello! Felraktam a sid-bol a 2.6.30-1-686 kernelt. Probaltam a Documentation/networking/tproxy.txt alapjan kiadni a parancsokat, de nem mukodnek. # iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT iptables v1.4.2: Couldn't load match `socket':/lib/xtables/libipt_socket.so: cannot open shared object file: No such file or directory Try `iptables -h' or 'iptables --help' for more information. # iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY --tproxy-mark 0x1/0x1 --on-port 50080 iptables v1.4.2: Unknown arg `(null)' Try `iptables -h' or 'iptables --help' for more information. Akkor most hogy is? -- Udvozlettel Zsiga
On Tue, Jul 28, 2009 at 12:30:53PM +0200, Kosa Attila wrote:
Felraktam a sid-bol a 2.6.30-1-686 kernelt. Probaltam a Documentation/networking/tproxy.txt alapjan kiadni a parancsokat, de nem mukodnek.
# iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT iptables v1.4.2: Couldn't load match `socket':/lib/xtables/libipt_socket.so: cannot open shared object file: No such file or directory
Ugy tunik, mint hogyha nem hoztad volna letre a DIVERT chaint korabban.
Try `iptables -h' or 'iptables --help' for more information.
# iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY --tproxy-mark 0x1/0x1 --on-port 50080 iptables v1.4.2: Unknown arg `(null)' Try `iptables -h' or 'iptables --help' for more information.
Ha jol nezem a changelogot, 1.4.3-nal ujabb vagy patchelt userspace kell a TPROXY-hoz. buga
On Tue, Jul 28, 2009 at 02:50:38PM +0200, Gabor Burjan wrote:
On Tue, Jul 28, 2009 at 12:30:53PM +0200, Kosa Attila wrote:
Felraktam a sid-bol a 2.6.30-1-686 kernelt. Probaltam a Documentation/networking/tproxy.txt alapjan kiadni a parancsokat, de nem mukodnek.
# iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT iptables v1.4.2: Couldn't load match `socket':/lib/xtables/libipt_socket.so: cannot open shared object file: No such file or directory
Ugy tunik, mint hogyha nem hoztad volna letre a DIVERT chaint korabban.
Letrehoztam, a socket-tel volt baja.
Try `iptables -h' or 'iptables --help' for more information.
# iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY --tproxy-mark 0x1/0x1 --on-port 50080 iptables v1.4.2: Unknown arg `(null)' Try `iptables -h' or 'iptables --help' for more information.
Ha jol nezem a changelogot, 1.4.3-nal ujabb vagy patchelt userspace kell a TPROXY-hoz.
Koszi, az 1.4.2-nel ujabb iptables megoldotta mindket problemat. -- Udvozlettel Zsiga
participants (2)
-
Gabor Burjan
-
Kosa Attila