Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Always use eth0 for xbmc
Thank you for your donation

Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Always use eth0 for xbmc
25th Apr, 2016, 10:46 PM
Post: #6
Nachteule Offline
Administrator
******
Posts: 2,406
Joined: Dec 2014
Reputation: 122
RE: Always use eth0 for xbmc
Another approach could be setting eth0 to manual and start device after wlan0 is up in file /etc/network/interface

Code:
auto lo
iface lo inet loopback

#allow-hotplug eth0 # <-- comment out
#auto eth0 # <-- comment out
iface eth0 inet static
       address 192.168.2.24
       netmask 255.255.255.0
       network 192.168.2.0
       broadcast 192.168.2.255

allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
       address 192.168.1.24
       netmask 255.255.255.0
       network 192.168.1.0
       broadcast 192.168.1.255
       gateway 192.168.1.10
       wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
       post-up  /sbin/ifup eth0 # <-- add
Find all posts by this user
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
Always use eth0 for xbmc - Roy Terhaar - 18th Jan, 2015, 09:42 PM
RE: Always use eth0 for xbmc - mk01 - 19th Jan, 2015, 07:43 PM
RE: Always use eth0 for xbmc - Roy Terhaar - 20th Jan, 2015, 07:30 AM
RE: Always use eth0 for xbmc - Roy Terhaar - 25th Apr, 2016, 08:54 PM
RE: Always use eth0 for xbmc - deHakkelaar - 25th Apr, 2016, 10:39 PM
RE: Always use eth0 for xbmc - Nachteule - 25th Apr, 2016 10:46 PM
RE: Always use eth0 for xbmc - Roy Terhaar - 25th Apr, 2016, 11:21 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 15th Jun, 2025, 03:32 PM Powered By MyBB, © 2002-2025 MyBB Group.