Jump to content

wifi -> lan bridge?


gimp

Recommended Posts

The  command  brctl  show  shows  all current instances of the ethernet bridge.
 
The command brctl addif <brname> <ifname> will make the interface <ifname> a port of the bridge <brname>. This means that all frames received on <ifname> will be processed as if destined for the bridge. Also, when sending frames on <brname>, <ifname> will be considered as a potential output interface.

The command brctl delif <brname> <ifname> will detach the interface <ifname> from the bridge <brname>.

Just adding this for future reference, Mr Protocol posted it in a previous thread with a similar thing. Client mode is easier as you have found out. :)

Edited by mw3demo
Link to comment
Share on other sites

The  command  brctl  show  shows  all current instances of the ethernet bridge.
 
The command brctl addif <brname> <ifname> will make the interface <ifname> a port of the bridge <brname>. This means that all frames received on <ifname> will be processed as if destined for the bridge. Also, when sending frames on <brname>, <ifname> will be considered as a potential output interface.

The command brctl delif <brname> <ifname> will detach the interface <ifname> from the bridge <brname>.

Just adding this for future reference, Mr Protocol posted it in a previous thread with a similar thing. Client mode is easier as you have found out. :)

Not needed here due to client mode handles things the way it should.

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...