Hi list,<br>i'm running Voyage MPD into an Asus AMD E-350, using only Wi-Fi WEP connection with static IP<br><br>/etc/network/interfaces defines only loopback interface<br>----------------------------------------------------------------------------------------------<br>
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or<br># /usr/share/doc/ifupdown/examples for more information.<br>auto lo<br>iface lo inet loopback<br>----------------------------------------------------------------------------------------------<br>
<br>and i define wlan interface, IP , gateway and DNS <br>running commands on boot with /etc/init.d/bootmisc.sh <br>----------------------------------------------------------------------------------------------<br>iwconfig wlan0 essid Alice-3xxxxxxx7 key s:1xxxxxxxmho rate auto mode managed<br>
ifconfig wlan0 192.168.1.101 netmask 255.255.255.0 up<br>route add default gw 192.168.0.1 wlan0<br>cp /my_resolv.conf /etc/resolv.conf<br>----------------------------------------------------------------------------------------------<br>
(my_resolv.conf was copied from /etc/resolv.conf when using DHCP services)<br><br>with 0.7.5 release this is perfectly working,<br>in 0.8.0 "route add" is not working, <br>both into bootmisc.sh nor by manual typing in console<br>
----------------------------------------------------------------------------------------------<br>root@voyage:~# route add default gw 192.168.0.1 wlan0<br>SIOCADDRT: No such process<br>----------------------------------------------------------------------------------------------<br>
<br>i'm not able to obtain this "route -n" output<br>----------------------------------------------------------------------------------------------<br>Kernel IP routing table<br>Destination Gateway Genmask Flags Metric Ref Use Iface<br>
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0<br>0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0<br>----------------------------------------------------------------------------------------------<br>
<br>but only this<br>----------------------------------------------------------------------------------------------<br>
Kernel IP routing table<br>Destination Gateway Genmask Flags Metric Ref Use Iface<br>192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0<br>----------------------------------------------------------------------------------------------<br>
<br>so no ping, traceroute or Web Streaming is possibile :-(<br><br>any idea?<br>thanks and regards<br>Marco<br>