diff --git a/tools/setup_sdcard.sh b/tools/setup_sdcard.sh index 920b98954ba09e3f08398d9f016b2f0843bbfd72..a50cb1dd476c69daa63f5c5fbf5a858bd06b2a68 100755 --- a/tools/setup_sdcard.sh +++ b/tools/setup_sdcard.sh @@ -1115,6 +1115,9 @@ populate_rootfs () { echo "dhcp-range=192.168.7.1,192.168.7.1" >> ${TEMPDIR}/disk${wfile} echo "" >> ${TEMPDIR}/disk${wfile} echo "dhcp-option=3" >> ${TEMPDIR}/disk${wfile} + echo "except-interface=lo" >> ${TEMPDIR}/disk${wfile} + echo "listen-address=192.168.7.2" >> ${TEMPDIR}/disk${wfile} + echo "bind-interfaces" >> ${TEMPDIR}/disk${wfile} fi if [ ! -f ${TEMPDIR}/disk/opt/scripts/boot/generic-startup.sh ] ; then