more cabling clarifications
This commit is contained in:
parent
efdc5c63c3
commit
4044dd26b8
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
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
|
```shell
|
||||||
ONT_IF='bce0' # NIC -> ONT
|
ONT_IF='bce0' # NIC -> ONT / Outside
|
||||||
RG_IF='ue0' # NIC -> RG
|
RG_IF='ue0' # NIC -> Residential Gateway's ONT port
|
||||||
RG_ETHER_ADDR='xx:xx:xx:xx:xx:xx' # MAC address of Residential Gateway
|
RG_ETHER_ADDR='xx:xx:xx:xx:xx:xx' # MAC address of Residential Gateway
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue