This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| technical:network [2022/10/10 21:53] – created jc | technical:network [2022/10/13 21:33] (current) – jc | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| # AT&T Residential Gateway Bypass | # AT&T Residential Gateway Bypass | ||
| ## Cetificates | ## Cetificates | ||
| + | Downgrade the AT&T residential gateway' | ||
| + | |||
| + | Extract the CA, Client, and Private Key certificats. | ||
| ## MikroTik | ## MikroTik | ||
| ### Bridge | ### Bridge | ||
| + | Create a bridge configured with the AT&T residential gateway' | ||
| + | ``` | ||
| + | / | ||
| + | add name=" | ||
| + | ``` | ||
| + | |||
| + | Add the WAN interface to the bridge. | ||
| + | ``` | ||
| + | / | ||
| + | add interface=sfp-sfpplus1 bridge=BR1 priority=0x80 path-cost=10 internal-path-cost=10 edge=auto point-to-point=auto learn=auto horizon=none hw=yes auto-isolate=no restricted-role=no restricted-tcn=no pvid=1 frame-types=admit-all ingress-filtering=yes unknown-unicast-flood=yes unknown-multicast-flood=yes broadcast-flood=yes tag-stacking=no bpdu-guard=no trusted=no multicast-router=temporary-query fast-leave=no | ||
| + | |||
| + | ``` | ||
| ### 802.1x | ### 802.1x | ||
| + | Copy the CA, Client, and Private Key certificates to the router. | ||
| + | |||
| + | Configure the 802.1x client. | ||
| + | |||
| + | ``` | ||
| + | /interface dot1x client | ||
| + | add certificate=" | ||
| + | ``` | ||
| ### DHCP Client | ### DHCP Client | ||
| + | Configure the DHCP client on the bridge interface. | ||
| + | ``` | ||
| + | / | ||
| + | add interface=BR1 add-default-route=yes default-route-distance=1 use-peer-dns=yes use-peer-ntp=yes dhcp-options=hostname, | ||
| + | ``` | ||
| # Hurricane Electric 6to4 Tunnel | # Hurricane Electric 6to4 Tunnel | ||
| + | Create a Hurricane Electric account. | ||
| + | |||
| + | Log into your account and request a /48 block of IPv6 addresses from https:// | ||
| + | |||
| ## MikroTik | ## MikroTik | ||
| + | ### 6to4 Tunnel | ||
| + | Configure the 6 to 4 tunnel. | ||
| + | |||
| ### IPv6 Pool | ### IPv6 Pool | ||
| + | Create an IPv6 pool. | ||
| ### IPv6 Address | ### IPv6 Address | ||
| + | Configure an IPv6 prefix on an interface. | ||
| + | # AT&T Prefix Delegation | ||
| + | ## MikroTik | ||
| + | ### DHCPv6 Client | ||
| + | ### IPv6 Pool | ||
| </ | </ | ||