Koozali.org: home of the SME Server

masq error on startup

Kim Knudsen

masq error on startup
« on: July 13, 2003, 05:18:00 AM »
Hi,

I keep getting the following error when starting my SME 5.6u4:

./masq: line 263: syntax error near unexpected token .*//p')'
./masq: line 263:    sed -n '3s/ .*//p')'

The line 263 is like this:

PFC=$(/sbin/iptables --table nat --numeric --list PortForwarding | sed -n '3s/ .*//p')

What is this error?

nimmer

guestHH

Re: masq error on startup
« Reply #1 on: July 13, 2003, 01:48:20 PM »
try recreating the masq file:

on console as root: /sbin/e-smith/expand-template /etc/rc.d/init.d/masq
then 'service masq restart'

Kim Knudsen

Re: masq error on startup
« Reply #2 on: July 13, 2003, 01:58:40 PM »
Hi,

That didn't work. I still get the same error :(

nimmer