Linux Netfilter discussions
 help / color / mirror / Atom feed
* Microsoft VPN
@ 2004-06-30 17:27 Narti Kitiyakara
  2004-06-30 17:42 ` Antony Stone
  2004-07-01  9:07 ` Wycliffe Bahati
  0 siblings, 2 replies; 4+ messages in thread
From: Narti Kitiyakara @ 2004-06-30 17:27 UTC (permalink / raw)
  To: netfilter

We're having trouble accessing our Microsoft VPN server through an iptables firewall.  The first person to connect gets in fine, but we can't make concurrent VPN connections.  We used guarddog and guidedog to set up most of the firewall, but guidedog doesn't know how to DNAT based on IP protocol, so we added an initialization script to run level 5 (below) to DNAT based on protocol.  As I said, we're just perplexed as to why this would work for one user but not additional users.  Any help will be greatly appreciated.

/sbin/iptables -t nat -A ftolocal -p gre -j DNAT --to-destination 1.2.3.4
/sbin/iptables -t mangle -A ftolocal -p gre -j MARK --set-mark 1
/sbin/iptables -t nat -I PREROUTING 1 -p gre -j gforward


- narti



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-01  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-30 17:27 Microsoft VPN Narti Kitiyakara
2004-06-30 17:42 ` Antony Stone
2004-07-01  9:07 ` Wycliffe Bahati
2004-07-01  9:14   ` Antony Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox