From 38bb24835e4959150e8f9fadeb1915dcad76a3bc Mon Sep 17 00:00:00 2001 From: aus Date: Sun, 2 Dec 2018 20:59:11 -0600 Subject: [PATCH] note to consider changing PING_HOST --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4ac320..10dc666 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ If you only have two NICs, you can buy this cheap USB 100Mbps NIC [from Amazon]( ``` Now edit your `/conf/config.xml` to include `/root/bin/pfatt.sh` above ``. - **NOTE:** If you have the 5268AC, you'll also need to install `pfatt-5268.sh` due to [issue #5](https://github.com/aus/pfatt/issues/5). The script monitors your connection and disables or enables the EAP bridging as needed. It's a hacky workaround, but it enables you to keep your 5268AC connected, avoid EAP-Logoffs and survive reboots. Perfom these additional steps to install: + **NOTE:** If you have the 5268AC, you'll also need to install `pfatt-5268.sh` due to [issue #5](https://github.com/aus/pfatt/issues/5). The script monitors your connection and disables or enables the EAP bridging as needed. It's a hacky workaround, but it enables you to keep your 5268AC connected, avoid EAP-Logoffs and survive reboots. Consider changing the `PING_HOST` in `pfatt-5268AC.sh` to a reliable host. Then perform these additional steps to install: Copy `bin/pfatt-5268AC.sh` to `/usr/local/etc/rc.d/`: ```