Re: [Shorewall-users] DNAT Not Working; Attempts Not Logged

2006-12-11 Thread Kiss Gábor
[EMAIL PROTECTED] írta: rule from /etc/shorewall/rules: DNAT net loc:192.168.0.9tcphttp try this: DNAT net loc:192.168.0.9:80tcp80 Gabor Kiss - Take Surveys. Earn Cash. Influence the

Re: [Shorewall-users] another ip

2006-10-24 Thread Kiss Gábor
Tom Eastep rta: Kiss Gbor wrote: Helo, I am running version 3.0.4 on Ubuntu Server. My firewall has a public ip ( x.y.z.24 ). I want another public ip (x.y.z.56) and want to redirect to all of traffic that come to it from the internet, to a local ip address (192.168.10.250).

[Shorewall-users] dnat question

2006-09-25 Thread Kiss Gábor
hi, I want to redirect all data from port 80 to my server. In iptables it works, but how can I do in shorewall: iptables -t nat -I PREROUTING -s 192.168.1.2 -p tcp --port 80 -j DNAT --to 1.2.3.4:81 I tried lot of DNAT code from the faq, but noones work. thanks.