Sophos XG - Eigenen DynDNS Provider

Aus Root-Wiki
Version vom 4. Dezember 2022, 11:19 Uhr von Nevakee (Diskussion | Beiträge)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

- Logon to Sophos XG via Putty

- Select 5 and 3 for Console

- List all Dyndns-Provider with command

psql -U nobody -d corporate -c "select * from tblddnsserviceprovider"

- The Entry with ID 1 is Provider 'Dyndns' with Protokoll 'dyndns2' and the Provider-URL

- I upgraded the URL with the folowing command:

psql -U nobody -d corporate -c "update tblddnsserviceprovider set serverstring = 'api.creoline.com' where serviceproviderid=1"

- I added Dyndns-Config for Provider "Dyndns" in the WebConsole with HostName and Credetials from creoline.de.


https://{user}:{password}@api.creoline.com/nic/update?system=dyndns&hostname={hostname}&myip={IP-Address}