How to Create Bridge Between PPPoE and Wireless USB Card in Ewil Twin AP ?

Sep 14, 2015 02:54 PM

Hi,

I'm trying to build a bridge between PPPoE and Wireless USB card on Evil Twin AP,but the connection does not work.

# airbase-ng -a AA:BB:CC:DD:EE:FF --essid "TP-LINK" -c 10 wlan1

Access Point with BSSID AA:BB:CC:DD:EE:FF started --> OK

To build the bridges I using the following commands:

# brctl addbr evil

# brctl addif evil at0

# brctl addif evil eth0

# ifconfig eth0 0.0.0.0 up

# ifconfig at0 0.0.0.0 up

# ifconfig evil up

# ifconfig evil show

bridge name bridge id STP enabled interfaces

evil 8000.00064f265017 no eth0

ath0

To autoconfigure the DHCP settings :

# tail -f /var/log/syslog --> but the connection does not work!

P.S. My ISP is filtering MAC address in his database so I change it :

# ifconfig evil hw ether 00:11:22:33:44:55

My question is: Is it possible to build a bridge using PPPoE?

Thank you!

Related Articles

637263493835297420.jpg

How to Use Zero-Width Characters to Hide Secret Messages in Text (& Even Reveal Leaks)

636455706472146367.jpg

How to Hide DDE-Based Attacks in MS Word

Comments

No Comments Exist

Be the first, drop a comment!