Hi On my server I have the same setup. To start Zope on a specific IP address I edit the start script in the zope directory and change the z2.py line so that it reads something like z2.py -a 192.168.0.15 -w 80 -f 8021 "$@" This takes only the 0.15 address and runs the web server on port 80 and the ftp server on port 8021 Ian