brctl Not working fine with bridging eth0 and at0
Posted
by
Passi0n
on Super User
See other posts from Super User
or by Passi0n
Published on 2013-11-10T02:56:42Z
Indexed on
2013/11/10
3:59 UTC
Read the original article
Hit count: 508
I made an access point with airbase-ng and its at0
I tried to bridge my eth0 and at0 by
brctl addbr demo
brctl addif demo eth0
brctl addif demo at0
brctl demo up
dhclient3 demo &
already removed eth0 ip
so when i use
ping 192.168.1.1 -I eth0
theres no reply but if i use
ping 192.168.1.1 -I demo
it works!!!
In browser internet works fine so when i connect my android with at0 (access point) it should same work. but its now working at all :(
© Super User or respective owner