Topic: 2 chillispot to the same subnet

Hello,

I have to do a special configuration, i need to run 2 chillispots server to the same subnet for redudancy
for example chillispot 1 must have tun interface ip "192.168.182.1" and chillispot 2 must have tun interface ip "192.168.182.2"
but when i try to configure the chillli.conf file chillispot daemon does not  work.

This is my parameters of chilli.conf:

net 192.168.182.0/24
dynip 192.168.128.128/25
statip 192.168.128.0/25





  ### chillispot 1 ###                                                           ### chillispot 2 ###
        ########                                                                         ########
               |                                                                                              |
               |                                                                                              |
               | 192.168.182.1                                                                      | 192.168.182.2
===========================================================192.168.182.X
===========================================================
                                                                       |
                                                                       |
                                                           ###########
                                                           #     Clients       #
                                                           ###########



Is it possible to do this kind of configuration?

Thanks in advance