On Mar 31, 2006, at 12:55 PM, David Binger wrote: > On Mar 31, 2006, at 5:42 AM, mario ruggier wrote: > >> But maybe I am asking the wrong question... do I need to declare >> somewhere in some >> config file on the FreeBSD virtual server, to restrict 127.0.0.1 to >> local access only? >> Or, must I specifically restrict 127.* or specific ports for local >> access only on FreeBSD? > > Okay, I see that the behavior really is different on your FreeBSD > machines > than it is on OS X or Linux. We need to figure out how to localize > those other > services on FreeBSD. The Durus server, in particular, must not be > available on a public interface. > > Mario runs FreeBSD on a virtual server. > Does the virtual part make any difference here? Well, I am using the services of hub.org... Marc, who runs the show, is super helpful. Plus, being a virtual machine I get full freedom, which is not always desirable ;-) Anyhow, fwiw, here's the /etc/rc.conf on this particular virtual server, maybe it is just a setting I need to set here, but which... never had to deal with these network details before: > cat /etc/rc.conf sshd_enable="YES" portmap_enable="NO" network_interfaces="" inetd_enable="NO" inetd_flags="-wW -a 200.46.208.89" clear_tmp_enable="YES" # Clear /tmp at startup. sendmail_enable="YES" sendmail_flags="-bd" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" tcp_keepalive="NO" blanktime="NO" cyrus_imapd_enable="YES" apache_enable="YES" apache_flags=""