Re: [Shorewall-users] Shorewall router with OpenVPN

2009-08-23 Thread Robert
> /etc/shorewall/masq > ath0 ath0 eth0 -- Robert -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what

[Shorewall-users] Shorewall router with OpenVPN

2009-08-23 Thread Robert
Hi I've just installed Shorewall 4.4.0 on my system. It's look like that: Box with Linux 2.6 with: ath0 interface with public ip (x.x.x.x) eth0 interface with internal ip (192.168.111.1) used as gateway for my home network and I am trying to set up OpenVPN tunnel with my work network from this bo

[Shorewall-users] Shorewall 4.4.0 and OpenVPN

2009-08-23 Thread Robert
Hi I've just installed Shorewall 4.4.0 on my system. It's look like that: Box with Linux 2.6 with: ath0 interface with public ip (x.x.x.x) eth0 interface with internal ip (192.168.111.1) used as gateway for my home network and I am trying to set up OpenVPN tunnel with my work network from this bo

Re: [Shorewall-users] Shorewall 4.4.0 and OpenVPN

2009-08-23 Thread Tom Eastep
Robert, This is a mailing list run by volunteers -- repeating your post in a short timespan only annoys us -- it doesn't get you faster service. Robert wrote: > Hi > I've just installed Shorewall 4.4.0 on my system. It's look like that: > > Box with Linux 2.6 with: > ath0 interface with public i

[Shorewall-users] Redirect site address for other isp

2009-08-23 Thread Jayme Sanches
Hi, I have a centos 5.3 with shorewall 4.2.10 and transparent squid...(REDIRECT loc3128 tcp 80 - !192.168.1.254) It's working fine with 2 NIC, eth0 - net and eth1 - loc Now I need configure other ISP only for access the system in datacenter - ip 200.XXX.XXX.240 (HTTP and HTTPS)...

Re: [Shorewall-users] Redirect site address for other isp

2009-08-23 Thread Christ Schlacta
sounds like you need ACCEPT+ rules in your rules file. Jayme Sanches wrote: > Hi, > > I have a centos 5.3 with shorewall 4.2.10 and transparent > squid...(REDIRECT loc3128 tcp 80 - !192.168.1.254) > > It's working fine with 2 NIC, eth0 - net and eth1 - loc > > Now I need configur

Re: [Shorewall-users] Redirect site address for other isp

2009-08-23 Thread Tom Eastep
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christ Schlacta wrote: > sounds like you need ACCEPT+ rules in your rules file. Or simply list the data center as an exception in the ORIGINAL DEST column of the REDIRECT rule: e.g., !200.XXX.XXX.240 The Shorewall Squid page should be clear

Re: [Shorewall-users] Redirect site address for other isp

2009-08-23 Thread Jayme Sanches
But de rules are not same for the previous configuration? 2009/8/23 Christ Schlacta > sounds like you need ACCEPT+ rules in your rules file. > > Jayme Sanches wrote: > > Hi, > > > > I have a centos 5.3 with shorewall 4.2.10 and transparent > > squid...(REDIRECT loc3128 tcp 80 - !19