PDA

View Full Version : Rogue acces point creating bridge trouble (Basic)



leevai
2013-07-07, 11:36
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:confused:

root-boy
2013-07-08, 06:48
To be able to use the brctl command to bridge network connections under Kali, you need to install the bridge-utils package:


apt-get install bridge-utils

leevai
2013-07-09, 11:06
Cool man!! Totally works! Thanks a lot


To be able to use the brctl command to bridge network connections under Kali, you need to install the bridge-utils package:


apt-get install bridge-utils

snakerdlk
2014-05-06, 17:45
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/squeeze/i386/bridge-utils/download