On 02/11/09 05:26, Frank Greco wrote: > We recently started a webserver on one of our dev OpenSolaris boxes for > external testing. However, while we can connect to it locally (port 80), we > cannot connect remotely. We can ssh to the box from an external box fine. > > The ipfilters conf file is basically empty, so its not a firewall issue. > > Any help is appreciated. Thanks. > > Frank G.
What address was specified in the webserver config file? Maybe it only binds to 127.0.0.1... What does pfiles `pgrep httpd` show? (assuming you're using apache) To which address is the httpd bound? Joep