Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hostnames feature #1200

Open
davidegironi opened this issue Aug 22, 2024 · 0 comments
Open

hostnames feature #1200

davidegironi opened this issue Aug 22, 2024 · 0 comments

Comments

@davidegironi
Copy link

Hello,

I've a DGA4132 with stable 9.6.65 version installed.
I'm using it as my master router. Mainly it has DSL connection to my provider, DHCP, WiFi. It's my master DSN too.
So, if my modem is 192.168.1.1, any PC on my network has those settings:

  address: 192.168.1.*
  gateway: 192.168.1.1
  dns-search lab.local
  dns-nameservers 192.168.1.1, 8.8.8.8

I've also a couple of virtual server on my network, for the sake of this sample let's suppose

  • hostname: "mickey" ip: 192.168.1.10
  • hostname: "mouse" ip: 192.168.1.11

I would like to resolve the hostname "mickey" and "mouse" within my home network.
Before this router I had an openwrt one. When I use openwrt to resolve those hostnames I have to had to the dhcp config file /overlay/upper/etc/config/dhcp the following lines

config domain
        option name 'mickey'
        option ip '192.168.1.10'
config domain
        option name 'mouse'
        option ip '192.168.1.11'

And on Luci I can find it on the "hostnames" menu.
On this GUI I can not find it, but if i connect via SSH to my router and add those two lines to the file /etc/config/dhcp I can resolve my local virtual servers.
I'm wondering if I can find this "hostnames" features, or there's a plan to add it to this GUI.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant