Skip to content

Commit

Permalink
Added commands to start DNS service
Browse files Browse the repository at this point in the history
  • Loading branch information
iArcanic committed Jul 14, 2023
1 parent 8c3eb12 commit b62ba2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Ext-DNS.startup
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ ip link set up dev eth0

# Route to External-switch
ip route add default via 10.0.2.2 dev eth0

# Start DNS service
chmod +r /etc/dnsmasq_static_hosts.conf
systemctl start dnsmasq

0 comments on commit b62ba2f

Please sign in to comment.