[linux] network help please
#1
Shocked 
Hi I just installed the latest kodibuntu-14.Orc~helix_i386.iso
Thank You!!

but the install did not even try and grab an address from my router it just came up with 192.168.0.x grrr Huh when my router is at 192.168.1.x and dhcp should start at .200
how can I change the settingsHuh? Huh

Thanks Big Grin
Reply
#2
the settings should be done in the "interfaces" file in /etc/network

so take a look at: /etc/network/interfaces

Normally a fresh install shouldn't have any IP adress. It should listen to DHCP

maybe you have to add something like this:

Code:
auto eth0
    allow-hotplug eth0
    iface eth0 inet dhcp

Depends on which eth your network runs...could be eth1 as well
Reply

Logout Mark Read Team Forum Stats Members Help
[linux] network help please0