المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : استفسار في ايزا 2006



dallo
29-03-2011, 16:35
يا جماعة انا عندي في الشركة خط انتر نت في الشركة network id : 192.168.1.0 /24
ومحتاج اعمل ايزا 2006 اية هي ip address اللي ممكن احطها علي internal , external

برجاء الافادة وجزاكم الله خيرا

dallo
29-03-2011, 17:05
السلام عليكم
برجاء الافادة
وجزاكم الله كل خير

medine21
12-04-2011, 18:54
Salam alikoum i will explain in english
i will suppose that the ip of your router ethernet interface is 192.168.1.1/24 and you get access to the internet through it in this case the ip of your public interface should be from 192.168.1.2/24 to 192.168.1.254/24 you choose one for example 192.168.1.2/24 so the configuration of your public network card should be like this
ip 192.168.1.2
subnet mask 255.255.255.0
Gateway 192.168.1.1
and the dns provided by your service provider or you can choose a public dns and not your local dns.
for the private you can use this config
ip of the private network card which is linked to your private network
ip 192.168.2.1
subnet mask 255.255.255.0
(gateway leaved blanc (you put nothing
(dns you put your local dns example 192.168.2.2 (i suppose your local dns have this addres

and a client in your local private network should have these configuration
(ip 192.168.2.21 (example
subnet mask 255.255.255.0
gateway 192.168.2.1
dns 192.168.2.2



i hope i helped you