Re: SOLVED Re: Fedora 17 ipv4 inactive

2013-03-21 Thread Rick Stevens
On 03/20/2013 11:35 PM, Frank Murphy issued this missive: On Wed, 20 Mar 2013 15:00:30 -0700 Rick Stevens wrote: "ifconfig eth0 up" does NOT invoke the DHCP client software needed to get an IP from your DHCP server. The old "ifup eth0" should do it, or run the dhclient app yourself (as root).

SOLVED Re: Fedora 17 ipv4 inactive

2013-03-20 Thread Frank Murphy
On Wed, 20 Mar 2013 15:00:30 -0700 Rick Stevens wrote: > "ifconfig eth0 up" does NOT invoke the DHCP client software needed > to get an IP from your DHCP server. The old "ifup eth0" should do > it, or run the dhclient app yourself (as root). > > # ifconfig eth0 up > # dhclient eth0 >