IPv6 readyNote: This archive passes through spamassassin. Every mail marked with the subject "*****SPAM*****" has exceed a certain threshold of spam-like behaviour.

RE: [Users] open ports

From: Joe Patterson (jpatterson_at_asgardgroup.com)
Date: Fri May 10 2002 - 02:54:16 CEST


right rules, wrong reading of them. What those iptables rules actually say
are "protocol udp, port 500" and "protocol 50", which is also known as ESP.
Which has nothing to do with Extra Sensory Perception. Unless it does. :)

-Joe
  -----Original Message-----
  From: users-admin_at_lists.freeswan.org
[mailto:users-admin_at_lists.freeswan.org]On Behalf Of Vasiliy Boulytchev
  Sent: Thursday, May 09, 2002 8:16 PM
  To: users_at_lists.freeswan.org
  Subject: [Users] open ports

  Ladies and Gents,
      Which ports do I need to forward to have VPN establish behind a
firewall?

  my iptables look like:
  # ALLOW IPSEC IN eth0
  iptables -A INPUT -p udp --dport 500 -j ACCEPT
  iptables -A INPUT -p 50 -j ACCEPT
  that's on the gateway, what about the other end? same?
  forward 50 tcp and 500 udp?

  Thanks,
  Vasiliy Boulytchev
  Colorado Information Technologies Inc.

_______________________________________________
Users mailing list
Users_at_lists.freeswan.org
http://lists.freeswan.org/mailman/listinfo/users



This archive was generated by hypermail 2.1.3 : Mon Jul 29 2002 - 05:19:58 CEST