Feature #9062
closedAdd "email notification" when the WAN interface change its public IP
0%
Description
It would be helpful if an email is send when the WAN interface change its public IP.
Here is an example: https://www.ipify.org/
Updated by Manuel M. about 6 years ago
TCI User wrote:
It would be helpful if an email is send when the WAN interface change its public IP.
Here is an example: https://www.ipify.org/
This is already implemented - when you activated notifications in general "System -> Advanced -> Notifications"
Updated by TCI User about 6 years ago
I am sorry. It was my mistake that I did not describe the request properly.
Some Internet Service Providers are giving to their customers small routers and as a result the customers are not exposed directly to the public IP. In this case the WAN interface on the pfSense machine receive an IP that is not the public IP. As a result, the customer has to use an external service (like https://www.ipify.org/ ) to find the public IP.
I am looking for notification if the public IP is changed but the WAN interface of the pfSense machine is not directly exposed to it.
Updated by Jim Pingle about 6 years ago
- Status changed from New to Rejected
If you want that, setup dynamic DNS, and it can find the actual public address and notify when it updates.
Otherwise, that's not a job for the firewall.
Follow up on the forum if you need more info.
Updated by TCI User about 6 years ago
Jim Pingle wrote:
If you want that, setup dynamic DNS, and it can find the actual public address and notify when it updates.
Otherwise, that's not a job for the firewall.
Follow up on the forum if you need more info.
Thank you Jim.
For anyone, who does not want to use Dynamic DNS provider, the work around can be a simple script from https://www.ipify.org/. I am using a VB script that runs every 60 minutes and if the public IP is different from the previous one the script sends an email.
Regards.