HowTo install network without gui or tui available?

Reindl Harald h.reindl at thelounge.net
Tue Jul 5 15:17:16 UTC 2011



Am 05.07.2011 17:14, schrieb g:
> On 07/05/2011 02:03 PM, Reindl Harald wrote:
> <>
> 
>> echo "DEVICE=eth0" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "IPADDR=10.0.0.99" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "NETWORK=10.0.0.0" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "GATEWAY=10.0.0.1" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "BROADCAST=10.0.0.255" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "NETMASK=255.255.255.0" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "TYPE=Ethernet" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "BOOTPROTO=static" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "ONBOOT=yes" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "NM_CONTROLLED=no" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "USERCTL=no" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "IPV6INIT=no" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> echo "IPV6_AUTOCONF=no" > /etc/sysconfig/network-scripts/ifcfg-eth0
>> /etc/init.d/network start
> 
> which would leave 'ifcfg-eth0' with only "IPV6_AUTOCONF=no".
> 
> should be;
> 
> echo "DEVICE=eth0" > /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "IPADDR=10.0.0.99" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "NETWORK=10.0.0.0" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "GATEWAY=10.0.0.1" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "BROADCAST=10.0.0.255" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "NETMASK=255.255.255.0" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "TYPE=Ethernet" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "BOOTPROTO=static" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "ONBOOT=yes" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "NM_CONTROLLED=no" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "USERCTL=no" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "IPV6INIT=no" >> /etc/sysconfig/network-scripts/ifcfg-eth0
> echo "IPV6_AUTOCONF=no" >> /etc/sysconfig/network-scripts/ifcfg-eth0

correct, sorry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20110705/5277ef5a/attachment.bin 


More information about the users mailing list