مثال سريع على كيفة ضبظ الشبكة في ubuntu .
في حال كنت تريد فقظ تذكر بعض الملفات في ضبظ الشبكة , خلال ضبط الشبكة هذه بعض المعلومات
/etc/network/interfaces describes the network interfaces
/etc/hostname configures the nameserver credentials
/etc/hosts resolves IP addresses to hostnames
# The primary network interface
auto eth0
iface eth0 inet static
address 10.0.0.2
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
gateway 10.0.0.1
dns-nameservers 10.0.0.1 8.8.8.8
dns-domain linux-www.com
dns-search linux-www.com
1- Changing the Hostname and Adding the FQDN (Hostname)
IP FQDN
0 تعليقات
تقديم إقتراح