Sunday, March 17, 2019

Dynamic DNS


FQDN (Fully Qualified Domain Name)

  • Pc name: "deb"
  • Domain name: "bar.com"
O FQDN is: "deb.bar.com."


Alternatives

[1] http://neorouter.com/products-nrfree

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...