clarify pfatt.sh copy steps

closes #6
This commit is contained in:
Austin Robertson 2018-11-01 17:45:59 -05:00 committed by GitHub
parent a2d187dbdb
commit ac24e30724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ If you only have two NICs, you can buy this cheap USB 100Mbps NIC [from Amazon](
3. Copy `bin/pfatt.sh` to `/root/bin` (or any directory):
```
scp bin/pfatt.sh root@pfsense:/usr/local/etc/rc.d/
ssh root@pfsense mkdir /root/bin
scp bin/pfatt.sh root@pfsense:/root/bin/
ssh root@pfsense chmod +x /root/bin/pfatt.sh
```
Now edit your `config.xml` to include `<earlyshellcmd>/root/bin/pfatt.sh</earlyshellcmd>` above `</system>`