[Voyage-linux] Routing question
Cool/Explosion
(spam-protected)
Mon Aug 21 06:14:58 HKT 2006
you can't have on 2 interfaces 1 same subnet.... If you want heve eth0
and ath0 in same subnet, then you must use brctl
example:
ifconfig eth0 0.0.0.0
ifconfig ath0 0.0.0.0
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 ath0
ifconfig br0 192.168.0.40 netmask 255.255.255.0
you will heve one IP but broadcasts will by function
BTW: sorry for my english
BTW2: I run next public MIRROR of voyage ftp://voyage.hkfree.org/
Dennis Engel wrote:
> Hey,
>
> i have an network with follow configuration:
>
> eth0: 192.168.0.41/24
> ath0: 192.168.0.40/24
>
> with all hosts in the routing list like:
> route add -host 192.168.0.30 dev ath0
> route add -host 192.168.0.60 dev eth0
>
> proxy_arp ist aktivated .
> My WifiCard is in WPA2 / EAP-TLS Managed Mode
>
> My Question: How can i route my Broadcast pakets between my "Psydo
> Bridge" ?
> The real bridge function doesnt work in Managed mode and EAP-TLS
> configuration.
>
> Thanks
>
> Dennis
>
--
|=======================|
| Cool-Explosion |
| ICQ: 262619019 |
|mail: coolex at hkfree.org|
|oblast: Rusek & Pouchov|
|=======================|
More information about the Voyage-linux
mailing list