On Fri, 2002-01-25 at 14:08, [EMAIL PROTECTED] wrote: > ca idee din mesaj era vb de simplul fapt ca nu putea sa-shi ia de undeva > adresa de ip , ashea ca ia mai gandeshte Florine :)
Holy cow! P-asta chiar ca n-am gindit-o. :-/ Atunci ori ii asigneaza adresa static, ori prin DHCP. Fisierul e /etc/sysconfig/network-scripts/ifcfg-eth0; pentru adresa statica trebuie sa arate cam asa (adresele sint fictive): DEVICE=eth0 BOOTPROTO=static BROADCAST=1.2.3.255 IPADDR=1.2.3.241 NETMASK=255.255.255.0 NETWORK=1.2.3.0 ONBOOT=yes Pentru DHCP trebuie sa arate asa: DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes -- Florin Andrei "The security of any corporate network is inversely proportional to the number of systems administrators on the network." - - Petreley's law of sysadmins --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
