1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH NETSCRIPT-2.4.CONF 5 "January 16, 2014"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
/etc/netscript/network.conf \- interface, firewalling, and QoS
configuration file.
/etc/netscript/if.conf \- interface setup shell script file
/etc/netscript/qos.conf \- QoS setup shell script file
/etc/netscript/ipfilter.conf \- IP iptables filtering shell script file
.SH DESCRIPTION
This manpage is a place holder until something better is written when
the netscript itself has stopped changing rapidly.
Please see the README file in the /etc/netscript directory, and READ
the configuration files if you need to change them. Apart from
network.conf, all of them contain
.B sh
(1) shell script functions which are there so that various things can
be altered or hooked in at the right place. Network.conf contains the
full network setup details, including special interface setup for the
likes of ciped/pppd/wanconfig, and is fully commented with examples
given.
.SH SEE ALSO
.BR netscript (8),
.BR iptables (8),
.BR ip6tables (8),
.BR iproute (8),
.BR brcfg (8).
.br
.SH AUTHOR
This manual page was written by Matthew Grant <matt@mattgrant.net.nz>,
for the Debian GNU/Linux system (but may be used by others).
.SH BUGS
The author is lazy. He needs to write btter man pages...
|