Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 50311 invoked from network); 7 Apr 2004 22:34:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Apr 2004 22:34:39 -0000 Received: (qmail 94193 invoked by uid 500); 7 Apr 2004 22:34:18 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 94144 invoked by uid 500); 7 Apr 2004 22:34:18 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 94128 invoked from network); 7 Apr 2004 22:34:18 -0000 Received: from unknown (HELO public.coredevelopers.net) (209.233.18.245) by daedalus.apache.org with SMTP; 7 Apr 2004 22:34:18 -0000 Received: from [10.101.105.101] (dain [208.42.65.236]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by public.coredevelopers.net (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 14F8A22B91 for ; Wed, 7 Apr 2004 15:25:26 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v613) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: geronimo-dev@incubator.apache.org From: Dain Sundstrom Subject: Firewall Issues [was: Maven 1.0rc2 now works] Date: Wed, 7 Apr 2004 17:34:24 -0500 X-Mailer: Apple Mail (2.613) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Does anyone have a proposed solution? Maybe we should only use certain ports for our tests, or maybe we just tell people that local host must be open. Also does anyone know why there are so many DNS lookups? -dain On Apr 7, 2004, at 4:05 PM, Joachim Schreiber wrote: > For a more complete list I changed my dev environment to a much more > restrictive desktop firewall. > Here are the results: > JUnit tests connecting to dns or act as a server: > The list of 'DNS lookups' is not complete... > > > Act as Server: > ---------------- > > module: remoting > > org.apache.geronimo.remoting.JMXRemotingTest > 0.0.0.0:1503 (fix) > > org.apache.geronimo.remoting.RemotingInterceptorsTest > 0.0.0.0:1505 (fix) > > org.apache.geronimo.remoting.StartupTest > 0.0.0.0:3434 (fix) > > org.apache.geronimo.remoting.transport.AsyncTransportTest > e.g. 0.0.0.0:1394 / 0.0.0.0:1516 (changing ports) > > > > module: network > > org.apache.geronimo.network.protocol.control.ControlProtocolTest > e.g. 0.0.0.0:1398 / 0.0.0.0:1520 (changing ports) > > org.apache.geronimo.network.protocol.DatagramProtocolTest > e.g. 0.0.0.0:1402 / 0.0.0.0:1524 (changing ports) > > org.apache.geronimo.network.protocol.ProtocolStackTest > e.g. 0.0.0.0:1409 / 0.0.0.0:1531 (changing ports) > > org.apache.geronimo.network.protocol.SocketProtocolStressTest > e.g. 0.0.0.0:1413 / 0.0.0.0:1535 (changing ports) > > org.apache.geronimo.network.protocol.SocketProtocolTest > e.g. 0.0.0.0:1425 / 0.0.0.0:1547 (changing ports) > > > > module: security > > org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeTes > t > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBridg > eTest > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.jaas.ConfigurationEntryTest > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.jaas.LoginKerberosTest > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.jaas.LoginPropertiesFileTest > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.jaas.LoginSQLTest > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTe > st > 0.0.0.0:4242 (fix) > > org.apache.geronimo.security.remoting.jmx.RemoteLoginTest > e.g. 0.0.0.0:1441 / 0.0.0.0:1561 (changing ports) > > > > module: jetty > > org.apache.geronimo.jetty.ApplicationTest > 0.0.0.0:5678 (fix) > > org.apache.geronimo.jetty.ContainerTest > 0.0.0.0:5678 (fix) > > > > DNS lookups > --------------- > > module: kernel > org.apache.geronimo.gbean.jmx.GBeanMBeanAttributeTest > org.apache.geronimo.kernel.BootstrapTest > org.apache.geronimo.kernel.ConfigTest > org.apache.geronimo.kernel.GBeanTest > > module: deployment > org.apache.geronimo.kernel.DeploymentConfigurationTest > > module: naming > org.apache.geronimo.naming.geronimo.GeronimoRootContextTest > org.apache.geronimo.naming.java.BasicContextTest > org.apache.geronimo.naming.java.ContextBuilderTest > org.apache.geronimo.naming.java.ThreadContextTest > > module: remoting > org.apache.geronimo.remoting.JMXRemotingTest > org.apache.geronimo.remoting.RemotingInterceptorsTest > org.apache.geronimo.remoting.StartupTest > > module: security > org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeTes > t > org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBridg > eTest > org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest > org.apache.geronimo.security.jaas.ConfigurationEntryTest > org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest > org.apache.geronimo.security.jaas.LoginKerberosTest > org.apache.geronimo.security.jaas.LoginPropertiesFileTest > org.apache.geronimo.security.jaas.LoginSQLTest > org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTe > st > org.apache.geronimo.security.remoting.jmx.RemoteLoginTest > > module: transaction > org.apache.geronimo.transaction.manager.XidImporterTest > org.apache.geronimo.transaction.TransactionManagerProxyTest > > module: connector > org.apache.geronimo.connector.AdminObjectWrapperTest > org.apache.geronimo.connector.outbound.ConnectionManagerTest > org.apache.geronimo.connector.outbound.ConnectionTrackingInterceptorTes > t > > .......... > > please let me know if you need more informations > > > - yo >