#!/bin/sh

SRC_IP=192.0.0.1
#SRC_IP=the external gw?

# iptables -I INPUT -i tun0 -s $SRC_IP -p icmp --icmp-type 3/13 -j LOG
iptables -I INPUT -i tun0 -p icmp --icmp-type 3/13 -j LOG

