cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
483
Views
0
Helpful
6
Replies

Cisco SF300 Layer3 DHCP external DNS problem

bzahalka
Level 1
Level 1

Hi,

I have set up multiple VLANs on my SF300 and they are working fine. I managed to set up the switch as DHCP server on one of the VLANs. My clients get the right information, they get the correct IP address, correct DNS server addresses, but I could not set them to show in the DNS server at all. As I know, the DHCP server should register the assigned IP address in the DNS server, but in the DNS server's log there are no sign that the switch even tries to do that. In the DNS server my zone is set to be dynamic zone and allowed the switch to register into that zone.

The relevant config lines:

 

 

set system mode router

vlan database
vlan 42,50

ip dhcp server
ip dhcp pool network poolname
address low 10.X.Y.1 high 10.X.Y.199 255.255.255.0
domain-name mydomainname
default-router 10.X.Y.254
dns-server DNSAddress1 DNSAddress2
exit

clock timezone " " +2
ip domain name mydomainname
ip name-server DNSAddress1 DNSAddress2

!
interface vlan 50
ip address 10.X.Y.250 255.255.255.0
!

 

 

Anyway, on the GUI it is not possible to set all the DNS server address, only 1 can be set. What else should I set to let it register my clients into the DNS? Is there a specific DHCP option for that?

1 Accepted Solution

Accepted Solutions

I see that is a DNS server. is same software using to do DDNS? if so how it is configured? again. switch is not doing any part of DDNS mappings

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

View solution in original post

6 Replies 6

i am confused by your say ' As I know, the DHCP server should register the assigned IP address in the DNS server, but in the DNS server's log there are no sign that the switch even tries to do that. '.  but simply for SMB switches like SF300, only one DNS server can set in GUI. but you can use CLI to set more DNS servers by entering one by one with space between them. 

like, 

dns-server 1.1.1.1 8.8.8.8

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

We use our own linux based DNS server. As you can see I already set my own DNS servers in the relevant config lines.

I wish to use the dynamic DNS function. So my client get the IP address from my SF300 and the assigned IP address should be registered in the DNS server. But when we read the log file on the DNS server, there is no sign that the switch even try to do that.

what is your product using for DDNS? switch normally not initiating any DDNS mapping actions. it only passes DHCP lease to client. thats all. other tasks need to be done by DDNS server or client PC application

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

We use Novell bind 9.16 for DNS.

I see that is a DNS server. is same software using to do DDNS? if so how it is configured? again. switch is not doing any part of DDNS mappings

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

It is the same. The config line for our zone is this:

zone "myzone"     {type master; file "master/myzone";   allow-update { DNSAddress1; 10.X.Y.250; }; journal "master/myzone.jnl"; max-journal-size 10M; }