Newbie need some help!!
#1
from FAQ: http://www.xbmc.org/wiki/?title=Configur...nfigure_IP

Code:
How to configure ip:

  Configure IP

Edit the file /etc/network/interfaces copying the following lines. Those will allow automatic DHCP IP assignemt on eth0, or assign a fixed IP is the last block is uncommented:


# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

#iface eth0 inet static
#address 192.168.0.100
#netmask 255.255.255.0
#gateway 192.168.0.1

What exactly do i type to "Edit /etc/network/interfaces" ?

I'm sorry, never used linux before, ever...
Reply
#2
XBMC isn't linux. You'll get better answers on a linux forum.
Reply

Logout Mark Read Team Forum Stats Members Help
Newbie need some help!!0