I am trying to masquarade port 110 for a few users behind our firewall without masquarading all external packets, but each time I reinitialise firewall with port masquarading it gives the following error : /usr/share/shorewall/lib.common: line 63: 30946 Terminated $SHOREWALL_SHELL $script $options $@ in the masq file it is like this: eth1 eth0 tcp 110 -- Regards Duane B. Ashwell IT Technician dbashwell@ladysmith.co.za 0829094308 0366372231 Emnambithi/Ladysmith Municipality ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct
On 10/17/2012 6:45 AM, Duane Ashwell wrote:> > I am trying to masquarade port 110 for a few users behind our firewall > without masquarading all external packets, but each time I > reinitialise firewall with port masquarading it gives the following > error : > > /usr/share/shorewall/lib.common: line 63: 30946 Terminated > $SHOREWALL_SHELL $script $options $@ > > in the masq file it is like this: > > eth1 eth0 tcp 110 > > -- > > Regards > > Duane B. Ashwell > > IT Technician > > dbashwell@ladysmith.co.za <mailto:dbashwell@ladysmith.co.za> > > 0829094308 > > 0366372231 > > Emnambithi/Ladysmith Municipality > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > > > _______________________________________________ > Shorewall-users mailing list > Shorewall-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-usersThere should be five operands on that line: INTERFACE SOURCE ADDRESS PROTO PORT(S) Bill ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct
On 10/17/2012 03:45 AM, Duane Ashwell wrote:> I am trying to masquarade port 110 for a few users behind our firewall > without masquarading all external packets, but each time I reinitialise > firewall with port masquarading it gives the following error : > > /usr/share/shorewall/lib.common: line 63: 30946 Terminated > $SHOREWALL_SHELL $script $options $@ > > in the masq file it is like this: > > eth1 eth0 tcp 110What version of Shorewall are you running? Looks old. A current version of the Shorewall compiler would have caught that error at compile-time. At any rate, you want: eth1 eth0 - tcp 110 Or better yet: eth1 x.x.x.x/y - tcp 110 where x.x.x.x/y is your local LAN network. -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct