On Thu, Nov 1, 2012 at 11:37 AM, Karl <[email protected]> wrote:
> I made filtered version with tcpdump/wireshark  of the relevant packages
> like so: ip.addr == xx.xxx.xx.39 and tcp and ! tcp.port eq 22
> should I dump that here on the list or mail it? sort of long

The blob you posted doesn't show anything obviously wrong, there's
traffic going to port 3445.  I didn't see any traffic to port 443 but
maybe you don't log from the REDIRECT rule.

One potential pitfall is that iptables doesn't support virtual
interfaces: you have eth0 and eth0:0 but iptables only sees eth0.
Then again, you're matching on destination address and port so I guess
it shouldn't matter.

tl;dr I don't know either. :-)

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to