Back to LAN on Revo
#1
Question 
After solving a problem with wifi connection a few months ago ... Now I decided to switch back to LAN connection. Unfotunately wifi is not enough for streaming HQ video.
I thought it should be peace of cake comparing to enabling wifi but after hashing lines with wifi no LAN connection appears ....
Currently I have below configuration of etc/network/interfaces/ and Revo can not display weather or connect to network drives. What is more interesting i can connect to Revo through FTP on LAN or WiFi address as well ....

[SIZE="2"]# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.15.30
netmask 255.255.255.0
gateway 192.168.15.1
#dns-nameservers 192.168.15.1

# Wifi access setup
auto wlan0
iface wlan0 inet static
address 192.168.15.21
gateway 192.168.15.1
dns-nameservers 192.168.15.1
netmask 255.255.255.0
broadcast 192.168.15.255
wpa-driver wext
wpa-ssid NETGEAR
wpa-ap-scan 1
wpa-proto WPA RSN
wpa-pairwise TKIP CCMP
wpa-group TKIP CCMP
wpa-key-mgmt WPA-PSK
wpa-psk xxxxxxxxxxxxxxxxxxxxxxx
[/SIZE]
Reply
#2
After you comment out the wifi section and reboot, what is your "ifconfig" and "/sbin/route" output?
Reply
#3
Finally did it ... I had to hash all Wifi lines.

Probably something was wrong with description of LAN static connection.

Definitely it works wrong and can not handle it if you have wifi and LAN connection defined together.
Reply

Logout Mark Read Team Forum Stats Members Help
Back to LAN on Revo0