Announcement

Collapse
No announcement yet.

Internet connection in chroot or dhcp w/o dhcpcd

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Internet connection in chroot or dhcp w/o dhcpcd

    I am attempting to chroot into my system from the Kubuntu 10.04 live cd because my network is down and I do not have any way of getting a dhcp ip address from the router. That being said I mounted proc and chrooted in but have no internet w/i the environment. I have some experience w/ chroot w/ Gentoo.

    I would also be interested in how to set up dhcp on my system w/o installing dhcpcd.
    Roman

    #2
    Re: Internet connection in chroot or dhcp w/o dhcpcd

    I don't know if this means anything but my init.d/networking will not start and I can bring up eth0 w/o issue but I cannot seem to get it to pull up an IP address. I at one time was able to get it to pull up a static IP address but am not sure what I restarted / started to do this. I did find the /etc/network/interfaces file and set it up to work w/ dhcp. Here is the setup:
    Code:
    auto lo
    iface lo inet loopback
    auto eth0
    iface eth0 inet dhcp
    Any help is welcomed,
    Roman

    Comment

    Working...
    X