Posts

Showing posts from May 20, 2017

CONFIGURE DHCP ON CISCO ROUTER_CONFIGURE DNS SERVER

Doncee-Tech(dhcp-config)#int f0/0 Doncee-Tech(config-if)#no ip address Doncee-Tech(config-if)#exit Doncee-Tech(config)#ip dhcp pool Donceetech Doncee-Tech(dhcp-config)#net 192.168.1.0 255.255.255.0 Doncee-Tech(dhcp-config)#de Doncee-Tech(dhcp-config)#default-router 192.168.1.1 Doncee-Tech(dhcp-config)#dns Doncee-Tech(dhcp-config)#dns-server 192.168.1.2 Doncee-Tech(dhcp-config)#exit Doncee-Tech(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.9 Doncee-Tech(config)#end Doncee-Tech# %SYS-5-CONFIG_I: Configured from console by console Doncee-Tech#copy run start Destination filename [startup-config]? Building configuration... [OK] Doncee-Tech#

DNS,DHCP,HTTP Server_DHCP Service in Router

outer>en Router#conf Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line.  End with CNTL/Z. Router(config)#int f0/0 Router(config-if)#ip address 10.0.0.1 255.0.0.0 Router(config-if)#no shut Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Router(config-if)#exit Router(config)#int f1/0 Router(config-if)#ip add Router(config-if)#ip address 20.0.0.1 255.0.0.0 Router(config-if)#no shut Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up Router(config-if)#exit Router(config)#int f4/0 Router(config-if)#ip add Router(config-if)#ip address 8.0.0.1 255.0.0.0 Router(config-if)#no shut Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet4/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interf...

DHCP SERVER CONFIGURATION

Doncee-Tech(dhcp-config)#int f0/0 Doncee-Tech(config-if)#no ip address Doncee-Tech(config-if)#exit Doncee-Tech(config)#ip dhcp pool Donceetech Doncee-Tech(dhcp-config)#net 192.168.1.0 255.255.255.0 Doncee-Tech(dhcp-config)#de Doncee-Tech(dhcp-config)#default-router 192.168.1.1 Doncee-Tech(dhcp-config)#dns Doncee-Tech(dhcp-config)#dns-server 192.168.1.2 Doncee-Tech(dhcp-config)#exit Doncee-Tech(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.9 Doncee-Tech(config)#end Doncee-Tech# %SYS-5-CONFIG_I: Configured from console by console Doncee-Tech#copy run start Destination filename [startup-config]? Building configuration... [OK] Doncee-Tech#