I was running with the default config ``` sudo python3 pylreproxy.py ``` lreproxy was using a fake IP not present in the system, maybe this was part of the problem generating the crash ...
I got one working test.
``` /etc/py_lre_proxy/py_lre_proxy.ini [DEFAULT] start_port : 20000 end_port : 30000 current_port : 20000 internal_ip : 192.168.0.111 external_ip : 192.168.0.111 ```