Jump to content

br-lan doesn't bind


dakotad

Recommended Posts

I have two LAN Turtles, one I use for testing and the other I keep stock.  I reflashed my testing turtle (turtle-3-factory.bin) and now when I plug in the turtle, I don't get the bridge LAN (br-lan) interface binding to 172.16.84.1 just eth0.  The directory structure seems to be missing several folders compared to the stock one I have.

Any help would be appreciated.

Link to comment
Share on other sites

1 hour ago, dakotad said:

I have two LAN Turtles, one I use for testing and the other I keep stock.  I reflashed my testing turtle (turtle-3-factory.bin) and now when I plug in the turtle, I don't get the bridge LAN (br-lan) interface binding to 172.16.84.1 just eth0.  The directory structure seems to be missing several folders compared to the stock one I have.

Any help would be appreciated.

DOH..

Missing this in network config

#### LAN configuration
config interface 'lan'
option type bridge
option ifname "eth0"
option proto static
option ipaddr 172.16.84.1
option netmask 255.255.255.0
option ip6assign '60'

Always nice to post something and then to be humbled later.

  • Upvote 1
Link to comment
Share on other sites

  • 1 year later...

I had this same issue when I would try and use certain modules. With some research I found that br-lan doesn't actually exist and that it has to be replaced with eth0. For example I was getting issues with urlsnarf because it couldn't bind with br-lan, but when I edited the module and replaces br-lan with eth0 everything worked fine.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...