DHCP server Configuration (Assignment of IP addresses to multiple subnets using DHCP Server) Email Server Configuration (Example: user1@abc.com.my can send email to user2@abc.com.my) So, my questions are1. how do I assign my IP address for each of the devices and interface?2. how...
DC1(dhcp-config)#dns-server 180.115.0.6 DC1(config)#ip dhcp pool AfterSales DC1(dhcp-config)#network 172.16.20.0 255.255.255.0 DC1(dhcp-config)#default-router 172.16.20.1 DC1(dhcp-config)#dns-server 180.115.0.6 DC1(dhcp-config)#ip dhcp pool Pre-Sales DC1(dhcp-config)#network 172.16.30.0 2...
Would be good if you can get two static IP's on your LAN - but it would also work with DHCP (for a while). Assuming here that both LAN interfaces are on same network, but they don't need to be, it can be routed. GRE is great, you can move from static routes to routing proto...
In this lab, theAutoNAT feature of ASA 5506-X firewallis used to configure the NAT rules that allow the hosts on the LAN segments to connect to the Internet. Network Address Translation is needed because these internal hosts use private IP addresses which are not routable on the Internet. ...
dhcpd address 192.168.1.5-192.168.1.100 inside dhcpd enable inside ! threat-detection basic-threat threat-detection statistics access-list no threat-detection statistics tcp-intercept webvpn ! class-map inspection_default match default-inspection-traffic ! ! policy-map type inspect dns preset_dns_map...