User Tools

Site Tools


eg-253:networkq:574487

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eg-253:networkq:574487 [2011/11/24 17:14] – [Question 11] emmanueleg-253:networkq:574487 [2011/12/08 14:58] (current) – [Signature] emmanuel
Line 273: Line 273:
 What is the purpose of the Gateway interface? What is the purpose of the Gateway interface?
  
-**Answer**:+**Answer**: A gateway interface allows two or more computers to use the Internet at the same time. While doing so, only the gateway's IP address will be visible on the Internet. The rest of the computers will be “hidden” behind the gateway. This is called IP masquerading.
  
  
Line 480: Line 480:
 **Answer** **Answer**
  
 +For all of the computer we have to edit the /etc/hosts and add;
 + 
 +192.168.10.1 engineering.swan-icct.ac.uk gw-engineering engineering-if2
 +
 +If there are some clients in the engineering network we have to define them also.
 ==== Question 26 ==== ==== Question 26 ====
  
Line 499: Line 504:
 **Answer**  **Answer** 
  
 +address 192.168.1.4
  
 +network 192.168.1.0
 +
 +netmask 255.255.255.0
 +
 +gateway 192.168.1.1
 +
 +# route to jupiter-net
 +
 +up route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.3
 +
 +down ro/etc/network/interfacesute del -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.3
 ==== Question 27 ==== ==== Question 27 ====
  
Line 505: Line 522:
  
 **Answer** **Answer**
 +
 +/etc/resolve.conf
  
 /etc/hosts /etc/hosts
  
-/etc/networks+/etc/nsswitch.conf
  
-/etc/network/interfaces+/etc/network/interfaces 
  
-/etc/network/options 
  
  
-===== Signature ===== 
  
  
 I hereby submit this work for marking. I hereby submit this work for marking.
  
-Your signature here:+Your signature here: --- //[[574487@swansea.ac.uk|emmanuel]] 2011/12/08 08:57//===== Signature =====
  
eg-253/networkq/574487.1322154899.txt.gz · Last modified: 2011/11/24 17:14 by emmanuel