LAN network troubles on Vu+Duo

bartar

Vu+ Newbie
Dear all,
My Vu+Duo works fine under BH 1.7.2. My wireless network, via USB wifi, is fine but as I have a poor signal quality I decide to switch to wired network. My connexion cable works correctly on my laptop but when I configure my Vu+Duo to use LAN interface the test doesn't pass the DNS even if I enter its IP address manually.
I will be thankful for your kind help
 
Dear all,
My Vu+Duo works fine under BH 1.7.2. My wireless network, via USB wifi, is fine but as I have a poor signal quality I decide to switch to wired network. My connexion cable works correctly on my laptop but when I configure my Vu+Duo to use LAN interface the test doesn't pass the DNS even if I enter its IP address manually.
I will be thankful for your kind help

You have to test after image reboot.
 
Even if I use DHCP the nameserver test doesn't pass. The reboot has been done many times. What looks strange is that /etc/network/interfaces and /etc/resolv.conf files seem to be correct. Here are the contains of the two files:

===========================================
root@VuDuo_bm750:/etc/network# cat interfaces
# automatically generated by enigma 2
# do NOT change manually!

auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet static
address 192.168.1.99
netmask 255.255.255.0
gateway 192.168.1.1
pre-up wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B -Dnl80211
post-down wpa_cli terminate

auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
network 192.168.1.0
broadcast 192.168.1.255

====================================
root@VuDuo_bm750:/etc# cat resolv.conf
nameserver 192.168.1.1
nameserver 212.217.1.1
nameserver 212.217.0.1
====================================

Thank you
 
Even if I use DHCP the nameserver test doesn't pass. The reboot has been done many times. What looks strange is that /etc/network/interfaces and /etc/resolv.conf files seem to be correct. Here are the contains of the two files:

===========================================
root@VuDuo_bm750:/etc/network# cat interfaces
# automatically generated by enigma 2
# do NOT change manually!

auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet static
address 192.168.1.99
netmask 255.255.255.0
gateway 192.168.1.1
pre-up wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B -Dnl80211
post-down wpa_cli terminate

auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
network 192.168.1.0
broadcast 192.168.1.255

====================================
root@VuDuo_bm750:/etc# cat resolv.conf
nameserver 192.168.1.1 Remove this line
nameserver 212.217.1.1
nameserver 212.217.0.1
====================================

Thank you

Are the nameserver IP's the same as your provider info in your router ?
 
Yes even if I use the same addresses picked from my router. But I notice that if both wlan and lan adapters are activated the tests are successfully ended for the two connexions. But when I disable wlan connexion the test of nameserver fails for the wired network.
 
Back
Top