Displaying 8 results from an estimated 8 matches for "vpnbasics".
2005 Mar 13
4
Bridging Firewall with windows OpenVPN road warriors?
I have previously set up an openvpn LAN to LAN bridging VPN so I know a
little about what has to happen. The gateways on either ends were
running older version of shorewall that did not support openvpn directly
so I just basically opened ports for it and used bridging with tap
interfaces. I am no longer using that vpn link to the other house but
now that i''ve upgraded I would like
2006 Jun 30
2
OpenVPN question
Shorewall have OpenVPN itself or need install OpenVPN for Shorewall to run ?
Thank
_______________________________________
YM - 離線訊息
就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。
http://messenger.yahoo.com.hk
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere
2009 Nov 21
5
WG: Policy make troubles once multiple zones are applied
OK - I figured out what it is but maybe someone can give an explanation
here.
If I use he multiple zones configuration I have to do in addition
Hosts
v3005 vlan3005:0.0.0.0/0
And of course this seems to be very logic since this means all ip´s on the
internet.
But I am still confused a lot why this is the first time I have to do it
after using Shorewall over years without to be forced to say
2004 Dec 18
0
New VPN Article
This article discusses how VPN and Netfilter interace and enumerates the
rules that entries in the /etc/shorewall/tunnels file generate.
http://shorewall.net/VPNBasics.html
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
2005 Mar 23
1
openvpn with differents source and destination ports
How configure openvpn tunnel in shorewall with differents src and dst ports ?
openvpn.conf
...
lport 10101
rport 10102
...
Leandro.
2006 May 27
1
Allow ESP Traffic
Hi shorewall users,
could you please help me with this fw message?
May 27 11:19:17 pfw Shorewall:net2all:DROP:IN=eth0 OUT=eth2
SRC=80.178.213.211 DST=81.200.153.71 LEN=152 TOS=0x00 PREC=0x00 TTL=54
ID=256 DF PROTO=ESP SPI=0xdb45daed
Where DST=81.200.153.71 is my VPN gateway and SRC=80.178.213.211 is my
mobile with public ppp ip.
The VPN tunnel is established with udp 500 allowed but if I try
2005 Jun 09
1
puzzle: listen on port X on internal interface, and send data to remote host with dynamic ip
Hi all, I have a strange goal.....
the setup: two sites ("a" and "b") both with linux machines running
shorewall. a machine at site ''a'' needs to connect to services on a
machine at site ''b''. both sites have dsl with dynamicaly assigned ip
addresses. site ''b''s ip can be resolved from siteb.dynamic.dns.com (one
of
2008 Feb 11
2
OpenVPN traffic will not be routed into network / as DefaultGW traffic ... with 1 NIC
...either connect to 192.168.1.249 or 192.168.1.10 on
any port. Also, they cannot use 172.16.1.1 -> 192.168.1.11 ->
192.168.1.249 as DefaultGW, if that option is given via OpenVPN.
I tried to follow the instructions on
http://www.shorewall.net/OPENVPN.html as well as on
http://www.shorewall.net/VPNBasics.html .
Still, it doesn''t work.
Before using shorewall, I used firehol. There, the following commands
worked; with shorewall they don''t (neither with shorewall running nor
with it being disabled):
## Settings for openVPN:
iptables -A INPUT -i tun+ -j ACCEPT
iptables -A FORWARD -...