more cabling clarifications

This commit is contained in:
Austin Robertson 2018-09-25 15:50:19 -05:00 committed by GitHub
parent efdc5c63c3
commit 4044dd26b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,8 +39,8 @@ If you don't have three NICs, you can buy this cheap USB NIC one [from Amazon](T
1. Edit the following configuration variables in `bin/pfatt.sh` as noted below. `$RG_ETHER_ADDR` should match the MAC address of your Residential Gateway. AT&T will only grant a DHCP lease to the MAC they assigned your device. In my environment, it's:
```shell
ONT_IF='bce0' # NIC -> ONT
RG_IF='ue0' # NIC -> RG
ONT_IF='bce0' # NIC -> ONT / Outside
RG_IF='ue0' # NIC -> Residential Gateway's ONT port
RG_ETHER_ADDR='xx:xx:xx:xx:xx:xx' # MAC address of Residential Gateway
```