CollabNet Guide: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
If your WAN and LAN IPs differ from the examples above, edit nftables.conf and change them at the top.
 
Next, copy our DNSMASQ config. DNSMASQ is responsible for DHCP and DNS.
 
{{code|
sudo curl 'https://computernewb.com/~elijah/dnsmasq.conf' -o /etc/dnsmasq.conf
}}
 
There are a few instances of ens4 you'll need to change if that's not your WAN interface. You can also change the instance of <code>collabnet.local</code> if you want to use a different hostname.
 
There are also some examples of static leases. You can either use the MAC addresses provided in the examples on your VMs, or change them. You need to add a static lease to dnsmasq.conf for each VM you have or it won't be able to connect to the internet.

Navigation menu