[mythtv-users] use both wlan0 and eth0 to get goodies from my backend

Evuraan evuraan at gmail.com
Sat Jan 15 04:48:12 UTC 2011


I am having a brain freeze.

I've my backend at 192.168.1.101 -

my frontend has eth0 at 192.168.1.201, wlan0 at 192.168.1.202.

eth0 is over Belkin 1000Mbps Gigabit Powerline HD adapter -  it sucks.
wlan0 is well, wireless G - and it sucks too.

i want to use both wlan0 and eth0 to get goodies from my backend. i
tried using ifenslave but failed, thanks to wpa_supplicant nightmare,
wlan0.

how do you guys do this? any suggestions/help will be much appreciated.


ip ro delete 192.168.1.0/24 dev wlan0  proto kernel  scope link  src
192.168.1.134  metric 2
sleep 3
ip ro add 192.168.1.0/24 dev wlan0  proto kernel  scope link  src
192.168.1.134  metric 2
sleep 3
ip ro delete 192.168.1.0/24 dev eth0  proto kernel  scope link  src
192.168.1.134  metric 1
sleep 3
ip ro add 192.168.1.0/24 dev eth0  proto kernel  scope link  src
192.168.1.134  metric 1


thanks!


More information about the mythtv-users mailing list