Results 1 to 4 of 4

Thread: Rogue acces point creating bridge trouble (Basic)

  1. #1

    Question Rogue acces point creating bridge trouble (Basic)

    Hey guys, I'm having trouble creating a bridge between the ethernet interface (eth0) wich is a part of my authorized network and my roque acces point (at0).
    I know how to create the rogue acces point, wich is:
    # airbase-ng --essid Rogue -c 1 mon0
    --> meaning the unauthorized acces point is called "Rogue" on channel 1 (wich will be "at0").

    in backtrack creating the bridge was to:
    # brctl addbr (name bridge)
    # brctl addif (name bridge) eth0
    # brctl addif (name bridge) at0
    # ifconfig eth0 0.0.0.0 up
    # ifconfig at0 0.0.0.0 up
    # echo 1 > /proc/sys/net/ipv4/ip_forward

    Now the real question: How to do this in Kali Linux?
    I'm new to Kali and it doesn't work with the backtrack commands, or am I still doing sumfin wrong
    Last edited by leevai; 2013-07-07 at 11:38.

  2. #2
    Join Date
    2013-Apr
    Posts
    126
    To be able to use the brctl command to bridge network connections under Kali, you need to install the bridge-utils package:

    Code:
    apt-get install bridge-utils

  3. #3
    Cool man!! Totally works! Thanks a lot

    Quote Originally Posted by root-boy View Post
    To be able to use the brctl command to bridge network connections under Kali, you need to install the bridge-utils package:

    Code:
    apt-get install bridge-utils

  4. #4
    Join Date
    2014-May
    Posts
    1
    On kali 1.0.5, after upgrading I couldn't install bridge-utils via apt... said package was missing but was still refered.

    Added debian squeeze sources to apt to install:
    https://packages.debian.org/pt-br/sq...utils/download

Similar Threads

  1. RPI acces point shutsdown (VNC)
    By OxTheLade in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2017-05-29, 14:33
  2. Rogue AP: Bridge Wlan/at0 instead of eth0/at0
    By leevai in forum General Archive
    Replies: 9
    Last Post: 2016-04-07, 14:53
  3. Rogue Access Point
    By SDTL04 in forum General Archive
    Replies: 13
    Last Post: 2016-04-04, 11:10
  4. Wifi acces point
    By NewNick in forum NetHunter Suggestions
    Replies: 2
    Last Post: 2014-10-14, 16:07
  5. Rogue acces point but no internet
    By leevai in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2013-08-03, 08:47

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •