Skip to content

Commit

Permalink
changed routes
Browse files Browse the repository at this point in the history
  • Loading branch information
coolhva committed Nov 21, 2018
1 parent bdb2d6f commit 23b1ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,8 +5,8 @@ This repo contains the files you need to succesfully configure the USG with KPN

The config.gateway.json contains the main configuration with the different interfaces which are needed for internet (vlan 6) and IPTV (vlan 4). IPv4 is configured via PPPoE with the kpn/kpn username and password. KPN uses a TAG which is configured in the DSLAM to identify your connection and to give you your "permanent" public IPv4 address.

2. Place **dhcp_exit_hook.sh** in */etc/dhcp3/dhclient-exit-hooks.d/* via SCP
3. Execute `chmod +x /etc/dhcp3/dhclient-exit-hooks.d/dhcp_exit_hook.sh` on the USG
2. Place **routes** in */etc/dhcp3/dhclient-exit-hooks.d/* via SCP
3. Execute `sudo chmod +x /etc/dhcp3/dhclient-exit-hooks.d/routes` on the USG

KPN sends static routes via DHCP which the USG does not install by default. This script will install the DHCP routes when a DHCP lease is received. The chmod +x command allows the script to be executed. ([source](https://community.ubnt.com/t5/EdgeRouter/DHCP-CLIENT-OPTION-121-not-updates-routes-table/m-p/2506090/highlight/true#M223160))

Expand Down

0 comments on commit 23b1ef7

Please sign in to comment.