Hi,

I have two public ip's and i want to dedicate one ip for incoming and
outgoing to one server. I followed
http://www.shorewall.net/shorewall_setup_guide.htm and used the example of
the daughter system. I have a machine connected on vmbr0 with address
10.10.10.1 listening on port 80 www. Still I can't connect to this system.
I'm forgetting something?

Sincerely,

Selvam Matthys

my interface file:
auto eth0
iface eth0 inet static

address 94.23.244.210
netmask 255.255.255.0
gateway 94.23.244.254


auto eth0:0
iface eth0:0 inet static

address 94.23.154.41
netmask 255.255.255.255


auto vmbr0
iface vmbr0 inet static

address 10.10.10.254
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0

my /etc/shorewall/nat file:
94.23.154.42    eth0     10.10.10.1   no     no


my rules:
ACCEPT   net    lan1:10.10.10.1  TCP   any    80
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to