DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2007-10-16 06:02:57

boy_tue
New member
Registered: 2007-10-16
Posts: 1

unbondig ra0 and eth0

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:

Code:

#!/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

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB