Hello, On 5/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > We've tried to add it to our gateway machine and have been unsuccessful in > doing anything other than allowing vpn users to see the gateway machine on > the LAN. Perhaps we are using the wrong syntax in adding a static route?
The static route would be route add -net 192.168.2.0/24 gw 192.168.1.4 on the Suse machine. To make it persistent add it to either /etc/rc.local or the /etc/network/interfaces file. This is for Ubuntu, I don't know what would be the exact location of the file in Suse. The second thing you need to do, is to add 'routeback' to the LAN port, in the shorewall interfaces file. Only then will the packets be sent to the Pix from the Suse box.. Hope that helps, Prasanna. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
