Changeset 7597 for 2.0


Ignore:
Timestamp:
Mar 23, 2010, 7:48:06 PM (15 years ago)
Author:
richardvm
Message:

Maradns is required to bind to an ip, not an if. Changed the startup script

Location:
2.0/nanobsd/nanobsd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 2.0/nanobsd/nanobsd/cfg/nanobsd.wleiden

    r7562 r7597  
    213213        chroot ${NANO_WORLDDIR} sh -c "chmod u+x /usr/local/dense/dense.sh"
    214214        chroot ${NANO_WORLDDIR} sh -c "chmod 400 /usr/local/sshtun/sshkey"
     215        chroot ${NANO_WORLDDIR} sh -c "chmod 400 /usr/local/etc/rc.d/maradns"
    215216)
    216217
  • 2.0/nanobsd/nanobsd/files/usr/local/etc/mararc

    r7594 r7597  
    1414# The address this DNS server runs on.  If you want to bind
    1515# to multiple addresses, separate them with a comma like this:
    16 ipv4_bind_addresses = "127.0.0.1"
     16ipv4_bind_addresses = "<internalif>, 127.0.0.1"
    1717# The directory with all of the zone files
    1818chroot_dir = "/usr/local/etc/maradns"
Note: See TracChangeset for help on using the changeset viewer.