| Linode Forum https://forum.linode.com/ |
|
| tcpdump not capturing NAT packets https://forum.linode.com/viewtopic.php?f=19&t=5193 |
Page 1 of 1 |
| Author: | natprob [ Sat Feb 13, 2010 11:47 pm ] |
| Post subject: | tcpdump not capturing NAT packets |
Hi, I've got OpenVPN set up on my linode to masquerade traffic in the usual fashion: iptables --table nat --append POSTROUTING --source 192.168.24.0/24 --out-interface eth0 --jump MASQUERADE It works fine except I cannot capture any of the packets being sent over eth0: tcpdump -i eth0 -w traffic.eth0 It captures other tcp traffic but I cannot find any of the connections being listed by netstat-nat: $ netstat-nat Proto NATed Address Destination Address State tcp 192.168.24.7:50748 38.229.70.20:irc ESTABLISHED Any idea what's wrong? |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|