Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pforret/netcheck

test network: interfaces, gateway, router, internet (bash script)
https://github.com/pforret/netcheck

bash bash-script bashew config network networking router test

Last synced: 1 day ago
JSON representation

test network: interfaces, gateway, router, internet (bash script)

Awesome Lists containing this project

README

        

![GH Language](https://img.shields.io/github/languages/top/pforret/netcheck)
![GH stars](https://img.shields.io/github/stars/pforret/netcheck)
![GH tag](https://img.shields.io/github/v/tag/pforret/netcheck)
![GH License](https://img.shields.io/github/license/pforret/netcheck)
[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash&style=flat)](https://basher.gitparade.com/package/)

# NetCheck

test network config for problems

## Installation

with [basher](https://github.com/basherpm/basher)

$ basher install pforret/netcheck

or with `git`

$ git clone https://github.com/pforret/netcheck.git
$ cd testnetwork

## Usage

Program: netcheck 1.0.0 by [email protected]
Updated: 2020-10-15 02:00
Usage: netcheck [-h] [-q] [-v] [-f] [-r] [-d ] [-n ] [-p ] [-t ] [-l ]
Flags, options and parameters:
-h|--help : [flag] show usage [default: off]
-q|--quiet : [flag] no output [default: off]
-v|--verbose : [flag] output more [default: off]
-f|--force : [flag] do not ask for confirmation (always yes) [default: off]
-r|--rx : [flag] check for tx/rx traffic too [default: off]
-d|--domain : [optn] domain to check for [default: www.google.com]
-n|--ns : [optn] nameserver to use as fallback [default: 8.8.8.8]
-p|--port : [optn] port to check for [default: 80]
-t|--tmp_dir : [optn] folder for temporary files [default: .tmp]
-l|--log_dir : [optn] folder for log files [default: log]
: [parameter] action to perform: check/...

## Acknowledgements

* script created with [bashew](https://github.com/pforret/bashew)

© 2020 Peter Forret