d95604bd862792b90075cc3b567feba176e02f9f
howto/Edgeos-Config-Example-number-2.md
| ... | ... | @@ -126,6 +126,26 @@ You should now be able to see networks being advertised via |
| 126 | 126 | |
| 127 | 127 | show ip bgp neighbors Z.Z.Z.Z advertised-routes |
| 128 | 128 | |
| 129 | +### Define Nameservers |
|
| 129 | 130 | |
| 131 | +Now ping to 172.23.0.53 ... thats the nameserver we are using |
|
| 132 | +If everything is allright it should work |
|
| 133 | + |
|
| 134 | +#### NS Config |
|
| 135 | + |
|
| 136 | +Enter the configure mode |
|
| 137 | + |
|
| 138 | + configure |
|
| 139 | + set service dns forwarding name-server 8.8.8.8 |
|
| 140 | + set service dns forwarding name-server 8.8.4.4 |
|
| 141 | + set service dns forwarding options rebind-domain-ok=/dn42/ |
|
| 142 | + set service dns forwarding options server=/23.172.in-addr.arpa/172.23.0.53 |
|
| 143 | + set service dns forwarding options server=/22.172.in-addr.arpa/172.23.0.53 |
|
| 144 | + set service dns forwarding options server=/dn42/172.23.0.53 |
|
| 145 | + commit |
|
| 146 | + save |
|
| 147 | + exit |
|
| 148 | + |
|
| 149 | +Now try to access any .dn42 tld |
|
| 130 | 150 | |
| 131 | 151 |