Currently Coova Chilli does a great job of automatically selecting the upstream (or WAN) interface if it’s not specified in the config file. Unfortunately, if you don’t have a downstream (LAN) interface specified in the config file (with HS_LAN) then chilli will fail to start.

Placing the following in the config file in place of the HS_LAN=ethx spot will auto select the first unused ethernet network card.

HS_LANIF=$(cat /proc/net/dev|grep -o eth.|grep -v $(route -n|grep '^0.0.0.0'|head -n1|awk '{print $8}') | head -n1)
Share
 

One Response to Coova Chilli Network Interfaces

  1. lou says:

    Hola. Como puedo conectar mi blackberry curve 9300 a la red coova? Como puedo configurarlo? Gracias

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Private