DNS for self host server (yunohost)

Hi all,

I install Yunohost on Debia with LXC Container on a msata HDD on my Turris Omnia.

I can access the webadmin of the server with the local ip (192.168.1.xxx) but can’t access with the extern ip.

I need to configure the dns with the following data:

; Basic ipv4/ipv6 records
@ 3600 IN A 111.11.111.111 (false ip)

  • 3600 IN A 111.11.111.111 (false ip)

; XMPP
_xmpp-client._tcp 3600 IN SRV 0 5 5222 ****.ynh.fr.
_xmpp-server._tcp 3600 IN SRV 0 5 5269 ****.ynh.fr.
muc 3600 IN CNAME @
pubsub 3600 IN CNAME @
vjud 3600 IN CNAME @

; Mail
@ 3600 IN MX 10 ****.ynh.fr.
@ 3600 IN TXT “v=spf1 a mx ip4:111.11.111.111 (false ip) -all”
mail._domainkey 3600 IN TXT “v=DKIM1; h=sha256; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZ2zy0Bc2VfIkD24oSq3AmjOISNxnaXSUAu3L5dwS0E+1skKJi1y+vHEuiOMmP2dH0cE2eBecw9TXy+QLuIDSaBmxF/4hYVzDs7iYMA4GF7x1LSL+QoEX7EZ5YAvxHpEQ6XPj0gVxWMeGzvCVqT5abRSUOfPf4mJcAJ74JKRIdnQIDAQAB”
_dmarc 3600 IN TXT “v=DMARC1; p=none”

; Extra
@ 3600 IN CAA 128 issue “letsencrypt.org

Where can I do this?

Thanks for your help!

Jckbrtn

This information is entered into the domain registrar system. So if you have a domain, visit your domain registrar site.

You must also have a fixed public IP from your ISP.

You then port forward from Omnia (WAN) to the LXC machine (192.168.1.xxx).

Hi,

Thanks for your help.

I need to ask this to the yunohost forum.
I choose a subdomain from Yunohost and I think it’s automatic but it doesn’t work…