Description

How to configure and obtain FQDN information, such as "*.0365.com".

Solution

There are two application module services/applications


1. App-id modules 


2. O365 services 


For the App-id modules and the application to be used as a service , please follow the below


https://github.com/128technology/128t-application-modules


++ For the O365 application, Underneath /var/run/128technology/application-modules/ JSON output is dynamically, and periodically injected by the 128T to create FIB entries for a designated service within the 128T's configuration.

++ In case of the O365 you will see something like office365.json that will contain IP, protocol and port-range and from the above link we must get the respective application other than o365 and run that python file which will create a JSON with IP prefixes. 

++ Now in the service you can create a pattern as *.o365.com to use the specific o365 service. 


 



Modification History

2024-07-25 : Article Created