Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
hi,
i would like to have the 2 interfaces separated. you ask why? i want to connect a mediaplayer to eth0 and stream data while beeing able to connect to the nas vie ra0
to my notebook. i don't need any gateway functions. just 2 separate network devices.
i started playing around with:
#!/bin/sh ifconfig eth0 down ifconfig ra0 down ifconfig br0 down ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx ifconfig ra0 hw ether xx:xx:xx:xx:xx:xx ifconfig eth0 192.168.0.3 ifconfig ra0 192.168.2.8 ifconfig eth0 up ifconfig ra0 up touch /etc/wlan /bin/wireless
it works in a way that i can use eth0 if i connect the lan cable to a device while running that script.
ra0 sends out some upnp messages (seen with ethereal on wlan) but no ping response.
if i don't connect the cable to eth0 while running the script i have a fully working wlan but eth0 does not respond.
so how to get it working?
any help?
any ideas?
maybe custom firmware with adapted rc.sh that does not bond the devices?
or is there something still running in the backgroud?
thanks guy!
your doing a great job.....
Offline