Welcome, Guest. Please login or register.

Author Topic: Update firewall configuration file through an API  (Read 4054 times)

xrousseau

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Update firewall configuration file through an API
« on: December 07, 2016, 03:24:50 PM »
Hello

We are using T1N1wall locally on WVWare workstation to segregate dev VMs from our production domain.

We have about 50-60 workstations to maintain. I am looking for a way to centrally update the firewall configuration. Is there a web API we can remotely invoke to push the config file?

I tried looking in the forum or doc but could find anything.

Regards,
David

andywhite

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • Karma: +0/-0
    • View Profile
Re: Update firewall configuration file through an API
« Reply #1 on: December 08, 2016, 03:37:23 AM »
Hi,

There aren't any real API's in t1n1wall.  but as everything is using basic html, you can use a curl command line to do the same thing.


xrousseau

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Update firewall configuration file through an API
« Reply #2 on: December 08, 2016, 04:26:42 PM »
Thank you for the answer. This is what I had in mind as plan B.

Just wanted to make sure if there was a more elegant way to doing it.

Regards,
David