This is my situation:
I have a .net, (example.net) domain.
the domain is setup (on my registrars's platform) to point to my hosting provider's DNS (via CUSTOM DNS setup).
The hosting provider offers a DNS Zone editor.
What I need to do is to point a subdomain: (lan.example.net) to my local server, which is currently running bind9.
How exactly should I delegate only that subdomain to my local server and setup bind9 so the subdomain can be used by the intranet where the bind9 is located (so lan.example.net can be accessible by intranet's PC's without connection to internet. Those PC's will be resolving to the local bind9 server).
Do I need to setup an A record on hosting provider DNS zone editor pointing to my WAN IP?
Do I need to open port (53) on my local server bind9 so the hosting provider can communicate to my local DNS?
I'd also need to create more subdomains (managed by my local bind9), like this:
site1.lan.example.net
site2.lan.example.net
Since lan.example.net is already delagated to local DNS, I should be able to add more subdomains, for internal use.
Any help would be appreciated. Thanks.