IOS ta DNS yapılandırması
DHCP Pool oluşturuyoruz :
ip dhcp pool Juniper
import all
network 10.0.0.0 255.255.255.0
default-router 10.0.0.254
dns-server 10.0.0.254
Dns server ı Router da aktif ediyoruz. Domain adını girip, host için bir kayıt oluşturuyorum. Daha sonra name-server olarak opendns in ip sini yazdım
!
ip dns server
ip domain lookup
ip domain name muratguclu.com
ip host cisco-lwapp-controller.muratguclu.com 88.247.xx.xx
ip name-server 208.67.222.222
Router#ping cisco-lwapp-controller.muratguclu.com
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 88.247.xx.xx, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/31/32 ms
Router#ping google.com
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 74.125.67.100, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 180/184/188 ms
Linkte MX kayıdının nasıl oluşturulacağını anlatan bir döküman var:
Yorumlar