Perform Network Tests on a GWAVA 4 SMTP Appliance

  • 7019933
  • 05-May-2009
  • 07-Aug-2017

Environment

GWAVA 4 SMTP Appliance Build 117 and above

Situation

How can I test my system's connectivity?

Resolution

At the time of install, a script is run to test your network settings to confirm connectivity. If needed, that script can be run again later to perform several connectivity tests for you. The script is located under /opt/beginfinite/gwava/assets/scripts. To reach that directory, use the following command: G4SMTP:~ # cd /opt/beginfinite/gwava/assets/scripts/ To run the script, use the following command: G4SMTP:/opt/beginfinite/gwava/assets/scripts # ./test_net.sh The script will launch and automatically perform several connectivity tests. It will perform a ping to another server, test downloading from our download server and test outbound traffic on port 25. Results will generally look similar to this test: ############################ Test Network ############################ Your network settings will now be tested. If there is a failure, you will be directed to resolve the problem before continuing. Testing general connectivity using Ping PING gwava.com (67.212.76.2) 56(84) bytes of data. 64 bytes from host.cabserver.net (67.212.76.2): icmp_seq=1 ttl=50 time=109 ms 64 bytes from host.cabserver.net (67.212.76.2): icmp_seq=2 ttl=50 time=69.8 ms --- gwava.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 69.869/89.648/109.428/19.781 ms Test port 80 inbound --00:54:00--  http://download.gwava.com/gwava4/test/test            => `/tmp/test' Resolving download.gwava.com... 209.90.108.26 Connecting to download.gwava.com|209.90.108.26|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 54 [text/plain] 100%[=================================================================>] 54            --.--K/s 00:54:00 (2.86 MB/s) - `/tmp/test' saved [54/54] Test port 25 outbound 220 provo1.gwava.com GroupWise Internet Agent 8.0.0  Copyright (c) 1993-2008 Novell, Inc.  All rights reserved. Ready Port 25 access works correctly General connectivity good. Successfully used port 80. Port 25 outbound successful. Your network settings appear to be correct. This script tests only basic connectivity. Linux provides a number of other tools for troubleshooting connectivity issues. Some of those common tools are netstat, nslookup, ping, traceroute, telnet and route. Those commands can be used to test your system’s connectivity more thoroughly.

Additional Information

This article was originally published in the GWAVA knowledgebase as article ID 1243.