From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sundaram Ramasamy" Subject: poptop connection problem Date: Thu, 24 Oct 2002 14:17:07 -0400 Sender: netfilter-admin@lists.netfilter.org Message-ID: <005101c27b89$90256120$8c01a8c0@sundaram> References: <200210231602.00745.roy@karlsbakk.net> <200210231518.g9NFI4L02942@vulcan.rissington.net> <200210241245.52685.roy@karlsbakk.net> <200210241155.g9OBtEe04312@vulcan.rissington.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Antony Stone , Netfilter mailinglist Hi, I am trying setup poptop VPN server on my firewall machine. eth0 - internet IP eth1 - LAN IP (192.168.1.1) from inside my LAN I was able to make the connection, from outside I was not able to make the connection. tcpdump -i eth0 proto 47 or port 1723 the above command not showing any information. my iptables command: iptables -A INPUT -i eth0 -p tcp --dport 1763 -j ACCEPT iptables -A INPUT -i eth0 -p 47 -j ACCEPT Any help Thanks SR lsmod output: # lsmod Module Size Used by Tainted: P ppp_async 8128 0 ppp_mppe 25120 0 ppp_generic 24076 0 [ppp_async ppp_mppe] slhc 6348 0 [ppp_generic] iptable_filter 2624 1 (autoclean) ipt_MASQUERADE 2816 1 ipt_state 1408 2 ipt_REJECT 3872 3 ipt_LOG 4608 9 ip_nat_h323 4352 0 (unused) ip_conntrack_h323 4352 1 [ip_nat_h323] ip_nat_ftp 4640 0 (unused)