./nfo/linux/vncserver.nfo
# vncserver commandline options example.
# This can be made permanent by editing /usr/bin/vncserver
# wich is a perl script to start xvnc.
# To stop the http daemon, comment out the httpd part in
# /usr/bin/vncserver perl script.
vncserver -geometry 1600x1200 -interface 10.0.0.5 -nolisten tcp
# To stop X11 from listening, add to /usr/X11/bin/startx:
serverargs="-nolisten tcp"
# Start X11 with:
startx -nolisten tcp
# nmap your interfaces to check if the X11 ports are closed.