Using Vyatta Router device in HyperV (Part 5)

OK, so that wasn’t the last entry on Vyatta.
 
 
This version of SBS (codenamed Aurora), is quite similar to Windows Home Server. As such, it does not appear to run a DHCP Server service by default. Therefore, the DHCP Server service needs to be configured on the Vyatta router. Three command lines will do the trick.
 
set service dhcp-server shared-network-name ETH1_POOL subnet 192.168.100.0/24 start 192.168.100.100 stop 192.168.100.199 
<<Name the Range, set the subnet, then put the starting address and ending adddress for the leases
  
set service dhcp-server shared-network-name ETH1_POOL subnet 192.168.100.0/24 default-router 192.168.100.15 <<set the default router
set service dhcp-server shared-network-name ETH1_POOL subnet 192.168.100.0/24 dns-server 12.34.56.100 <<set the default DNS server
 

Leave a Reply

Your email address will not be published. Required fields are marked *

Solve the Equation to continue * Time limit is exhausted. Please reload CAPTCHA.