Re: [lfs-support] What are the SERVICES of ifconfig.eth0 but ip4-static for ppp?

2014-03-22 Thread loki
On Fri, 2014-03-21 at 16:28 -0700, Golam Md. Shibly wrote: > cd /etc/sysconfig/ > cat > ifconfig.eth0 << "EOF" > ONBOOT=yes > IFACE=eth0 > #SERVICE=ipv4-static > #IP=192.168.1.1 > #GATEWAY=192.168.1.2 > #PREFIX=24 > #BROADCAST=192.168.1.255 > EOF > > What are the SERVICES of ifconfig.eth0 but ip4-

Re: [lfs-support] What are the SERVICES of ifconfig.eth0 but ip4-static for ppp?

2014-03-21 Thread Bruce Dubbs
Golam Md. Shibly wrote: > cd /etc/sysconfig/ > cat > ifconfig.eth0 << "EOF" ONBOOT=yes > IFACE=eth0 > #SERVICE=ipv4-static > #IP=192.168.1.1 > #GATEWAY=192.168.1.2 > #PREFIX=24 > #BROADCAST=192.168.1.255 EOF > What are the SERVICES of ifconfig.eth0 but ip4-static for ppp? > > I tried: > > SERVICE=i

[lfs-support] What are the SERVICES of ifconfig.eth0 but ip4-static for ppp?

2014-03-21 Thread Golam Md. Shibly
cd /etc/sysconfig/ cat > ifconfig.eth0 << "EOF" ONBOOT=yes IFACE=eth0 #SERVICE=ipv4-static #IP=192.168.1.1 #GATEWAY=192.168.1.2 #PREFIX=24 #BROADCAST=192.168.1.255 EOF What are the SERVICES of ifconfig.eth0 but ip4-static for ppp? I tried: SERVICE=ipv4-dynamicSERVICE=ipv4-dhcpSERVICE=dhcpSERVICE=