Skip to content

Commit

Permalink
update update_ethers and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
listerr committed Sep 23, 2020
1 parent 1985c93 commit e79e700
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions INSTALL.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@ local4.debug @loghost.your.net

Creating the VLAN on the network is not required. We use VLAN ID 4096.

Supporting cron jobs for IXP Manager updates:

- `*/5 * * * * root /usr/local/bin/auto_sponge update`
- `10 */3 * * * root /usr/local/bin/update_ethers.sh`


Right. I think that's about it. :-)

Expand Down
2 changes: 1 addition & 1 deletion IXP-Manager/update_ethers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# <[email protected]> - 2020-08-24
# Script to update /etc/ethers with LONAP member details to make
# Script to update /etc/ethers with member details to make
# IXP-Watch reports and tcpdump more useful.

DESTFILE=/etc/ethers
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ sponge tool included. See the directory ./IXP-Manager for example scripts.
- Optional arpwatch tool: apt-get install arpwatch
- Install `./bin/ixp-watch-lonap` into `/usr/local/bin`
- Install `./bin/ixp-watch-tidy` into `/usr/local/bin`
- Install `./bin/update_ethers.sh` into `/usr/local/bin`
- Install `./bin/sponge` or `./IXP-Manager/auto_sponge` into `/usr/local/bin`
- Install `./bin/sponge` (manual sponge tool)
- - or `./IXP-Manager/auto_sponge` into `/usr/local/bin` (If using IXP Manager auto sponge)
- Install `./IXP-Manager/update_ethers.sh` into `/usr/local/bin` (If using IXP Manager)
- Make sure all these scripts have execute bit set.
- Run `dpkg-reconfigure wireshark-common` and select **Yes** to the question asking if non-root users should be permitted.
- Create a user called `ixpwatch`. Add it to group `wireshark` (create this group if it doesn't exist)
Expand All @@ -65,5 +66,3 @@ sponge tool included. See the directory ./IXP-Manager for example scripts.
- If using the auto_sponge tool for automating sponges from IXP Manager:
- `*/5 * * * * root /usr/local/bin/auto_sponge update`
- `10 */3 * * * root /usr/local/bin/update_ethers.sh`


0 comments on commit e79e700

Please sign in to comment.