Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 4dedb70

Browse files
Improved Readme and link to last build.
1 parent a73b630 commit 4dedb70

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
# net-tools-api
1+
# Net Tools API
22

3-
The Net-Tools-Api app is a deployable Mule app that you can deploy to CloudHub. The app will then expose a very simple UI that will allow you to do basic networking commands - the supported commands are DNS lookups, Ping, TraceRoute, and opening a TCP socket. The idea is that most networking related issues with your CloudHub VPC and VPN are related to connectivity to your on-prem systems, and most of those issues end up being resolved on the customer end. If you have this tool available to you, you can work with your Networking team to test connectivity to various on-prem systems and verify that firewall and routing rules are working (and if not, you can generate some traffic that can help with diagnosing the issue). The application is protected by Basic Auth - the default credentials are “vpc-tools”/“SomePass”. You can change those credentials in the properties file of the application before you deploy it.
3+
The Net-Tools-Api app is a deployable Mule app that you can deploy to CloudHub. The app will then expose a very simple UI that will allow you to do basic networking commands - the supported commands are DNS lookups, Ping, TraceRoute, and opening a TCP socket. The idea is that most networking related issues with your CloudHub VPC and VPN are related to connectivity to your on-prem systems, and most of those issues end up being resolved on the customer end. If you have this tool available to you, you can work with your Networking team to test connectivity to various on-prem systems and verify that firewall and routing rules are working (and if not, you can generate some traffic that can help with diagnosing the issue).
4+
5+
## Last build
6+
7+
Last build can be found here: https://s3.amazonaws.com/seteam/net-tools/net-tools.zip
8+
9+
## Usage
10+
11+
The UI can be access hitting *http://{app-name}.cloudhub.io*. It is protected by Basic Auth, the default credentials are "vpc-tools"/"SomePass". You can change those credentials setting "user" and "pass" properties in the CloudHub UI while deploying.
12+
13+
You can also use the API Console accessing *http://{app-name}.cloudhub.io/api/console*.

0 commit comments

Comments
 (0)