[asterisk-users] tftp issue

Brent Davidson brent at texascountrytitle.com
Mon Apr 28 14:10:08 CDT 2008


Jerry Geis wrote:
>
> Brent, below is the file. Looks good to me... Also Both networks start 
> at boot. Nothing is manual on this box at all.
>
> ----------------------------------
>
> # Simple configuration file for xinetd
> #
> # Some defaults, and include /etc/xinetd.d/
>
> defaults
> {
>         instances               = 60
>         log_type                = SYSLOG authpriv
>         log_on_success          = HOST PID
>         log_on_failure          = HOST
>         cps                     = 25 30
> }
>
> includedir /etc/xinetd.d

Looks good to me.  Try this:  after doing the service iptables stop do 
the following and see if there are any rules left:

iptables -L
iptables -t nat -L
iptables -t mangle -L

if there are any rules at all listed, replace the -L with -F and re-run 
the commands.

-Brent



More information about the asterisk-users mailing list