dhcp server liuxLinux serverNETWORK ADMINISTRATIONS

28. CISCO CML DHCP & DNS Configuration

#DHCP
https://www.cisco.com/c/en/us/td/docs/routers/access/1800/1801/software/configuration/guide/scg/dhcpvlan.html
#DHCP for 192.168.3.0/24
ip dhcp excluded-address 192.168.3.1 192.168.3.10
ip dhcp pool 192.168.3.0
default-router 192.168.3.1
network 192.168.3.0 /24
dns-server 192.168.2.9 !1.1.1.1 or 8.8.8.8
domain-name donghowa.net

#DNS for router only
https://learningnetwork.cisco.com/s/article/configure-cisco-router-as-dns-server
ip dns server
ip name-server 1.1.1.1 8.8.8.8
ip host win10.donghowa.net 192.168.3.11
ip dns primary donghowa.net soa ns1.donghowa.net mail.donghowa.net
ip domain lookup

source

by Donghowa Network

linux dhcp server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

One thought on “28. CISCO CML DHCP & DNS Configuration

  • How did you import a windows 10 VM into CML? And how did you rdp to it?

Comments are closed.