I see that 'coovachilli' is readily available in net-mgmt/coovachilli
I installed it and copied /usr/local/etc/chilli/defaults file to main.conf file and updated few parameter values.
While starting the service it gives me below error
I have below values defined in the main.conf file and don't see any issue with the option names or even any permission issues with the file
Has anyone faced this issue earlier and fixed it? Please share the solution for the error mentioned above.
I installed it and copied /usr/local/etc/chilli/defaults file to main.conf file and updated few parameter values.
While starting the service it gives me below error
Code:
sudo service coovachilli start
Starting coovachilli.
chilli: unrecognized option `--HS_WANIF=em0'
/usr/local/etc/rc.d/coovachilli: WARNING: failed to start coovachilli
Code:
HS_WANIF=em0 # WAN Interface toward the Internet
HS_LANIF=em1 # Subscriber Interface for client devices
HS_NETWORK=10.1.0.0 # HotSpot Network (must include HS_UAMLISTEN)
HS_NETMASK=255.255.255.0 # HotSpot Network Netmask
HS_UAMLISTEN=10.1.0.1 # HotSpot IP Address (on subscriber network)
HS_UAMPORT=3990 # HotSpot UAM Port (on subscriber network)
HS_UAMUIPORT=4990 # HotSpot UAM "UI" Port (on subscriber network, for embedded portal)
Has anyone faced this issue earlier and fixed it? Please share the solution for the error mentioned above.