Displaying 1 result from an estimated 1 matches for "localgenerated".
2004 Oct 10
0
weird problem with ip+snat+tun0
...s in iptables with -s
IP_IF_ETH0, i did in nat POSTROUTING, in filter OUTPUT,INPUT,FORWARD,
and i got on OUTPUT
Oct 10 04:10:39 kernel: IN= OUT=eth0 SRC=IP_IF_ETH0 DST=83.175.129.103
LEN=40 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP SPT=8181 DPT=4894
WINDOW=0 RES=0x00 ACK RST URGP=0
so its a localgenerated packet that is marked to get out on eth0, but he
gets on tun0. I presumes (pls confirm) that the label of the interface
is put by the output_routing, and when he gets to the OUTPUT_conntrack
its marked to get out on tun0 but dont modify the label, so he dont
match my rule of snat -o tun0
how c...