Requirement
|
|
In the previous article we enabled and checked IPv4 connectivity between all potential host within 192.168.128.0/17 and the outside Networks beyond ISP box. But, this is pretty useless as I can't imagine my kids typing IPv6 address (2001:8b0:0:30::666:102) in the browser in order to play a FUN puzzle. (Though for now we are suppose to have only IPv4 ) So we definitely need to provide name service resolution at the SOHO router itself.
In this article we will pursue the SOHO network appliance installation and enable name service to all host @ home.
![RARE > 2020/10/31 > RARE validated design: [ SOHO #005 ] - "Got your Id number, but ... What's your name ?" > image2020-10-30_18-17-53.png](/download/attachments/162267166/image2020-10-30_18-17-53.png?version=1&modificationDate=1604134407688&api=v2)
First step, it is need to configure the router as a client name for an existing DNS server.
So this declare our SOHO router as DNS client for 8.8.8.8 as primary DNS server and 1.1.1.1 as backup DNS server. |
This step is mandatory as it will bind traffic originated from SOHO router to a specific VRF (here: inet). So this can be also qualified as "VRF proxy-awareness". In this way all DNS traffic originated from the router will be bound to VRF inet. This is done in 2 steps. The first step is to create the proxy-profile and bind it to the main VRF inet. The second step is to declare the SOHO router as client of this proxy-profile service.
|
Step -3-, configure DNS cache / server
So this declare our SOHO router as DNS client for 8.8.8.8 as primary DNS server and 1.1.1.1 as backup DNS server |
Step -4-, configure DNS and DHCP to propagate default dummy zone local
|
When -1- and -2- are realised the router can resolve name
|
This can be verified only using a host connected to SOHO router. Let's assume a laptop connected behind sdn6.
|
In this article DNS service has been enabled at:
In this example the key take-away are:
|