#this is the first readme
to build a cdfw you will need a valid yum repository, either on teh web or a local copy
the current version uses FedoraCore5 RPMS
plus a collection of RPMS from the web
these RPMS will soon be available as a repositoy on the web,
I am getting it set up so it will be easier to install.
as soon as i trim the unnecessary files it will also be available as a tar.gz
modify the config file to suite your needs and connection type
and run from the cdfw dir ./build.yum config
if you wish the add rules this can be done with the updates
or if you include a $NAME.tar.gz file in the same location where the config file resides
it will copy it and run it at boot
tar $NAME.tar.gz has to include the following:
autorun - (chmod +x file) that will call all the rest of the files
an exaMPLE AUTORUN FILE
autorun file
echo updating !!!
# firwall rules update
./rulesupdate
# run dnsupdate for machine
# probobly could be removed for version 0.5-2 and up
./dnsupdate
#end of autorun
a rulesupdate in this case is a batch thats runs iptables commands can restart services and add alias to interfaces.
the dnsupdate update sdns from the selected dnsupdate,
tested only with my dyndns
your host will look like this:
$NAME.dynamic.argo.co.il
note: $NAME is what you set up NAME in the config file.
