Marco C. Coelho wrote: > Shorewall 3.4.2 > > I have assigned suspended users on my network a private IP address in > the 192.168.50.0/24 range. My Cisco router is configured to forward > that range to a linux web server running shorewall 3.4.2 > > I want to redirect all those users to a web page at a specific ip > address hosted on that server. > In rules I have: > > REDIRECT net:192.168.50.0/24 all net:64.202.230.254 > > It runs through the check without error, but when I restart it bombs with: > > [r...@ns1 shorewall]# service shorewall restart > > Restarting shorewall: iptables v1.3.5: unknown protocol > `net:64.202.230.254' specified
Marco, it seems you haven't read any basic troubleshooting information about shorewall. It's telling you that "net:64.202.230.254" is a bad protocol, and if you read the documentation for the shorewall rules file, you'll find that the 4th field is meant to be a protocol identifier such as tcp or udp. I suggest reading through the quick start guide and some examples of REDIRECT rules to try to find the functionality you're looking for. Paul ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
