انجمن مدیران و راهبران شبکه

انجمن مدیران و راهبران شبکه

Network Managers and Administrators
انجمن مدیران و راهبران شبکه

انجمن مدیران و راهبران شبکه

Network Managers and Administrators

نحوه تنظیمات IP Address بصورت Permanent در لینوکس







  • vi /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 192.168.0.100
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1

  • /etc/init.d/networking restart
  • vi /etc/hosts

127.0.0.1       localhost.localdomain   localhost
192.168.0.100   server1.example.com     server1

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

نتایج ارزیابی و آزمون کتبی دوره پیشرفته پیکربندی امن تجهیزات شبکه - زمستان 1394


نتیجه ارزیابی =  (10 امتیاز) حضور در طول دوره + (90) امتیاز نتیجه آزمون کتبی
 
 
ردیف    نام و نام خانوادگی             امتیاز کل ( از 100 )
------------------------------------------------------------
1         محمد یوسفی                   94
2         محمد بهان                        88
3         زهره ذرین درفش                64
4         9105           52
5         0182           40
------------------------------------------------------------