User Tools

Site Tools


eg-253:networkq:483250

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:483250 [2010/02/03 12:14] kerryeg-253:networkq:483250 [2011/01/14 12:59] (current) – external edit 127.0.0.1
Line 278: Line 278:
 Reproduce the contents of the file defined in [[#question_17|Question 17]] to make a Ubuntu host into a router? Reproduce the contents of the file defined in [[#question_17|Question 17]] to make a Ubuntu host into a router?
  
-**Answer**+**Answer**
 + 
 +  # /etc/network/options - for ICCT network 
 +  # set ip_forward=yes if you need to set 
 +  # up a machine with two network interface cards 
 +  # as a router 
 +  ip_forward=no 
 +  spoofprotect=yes 
 +  syncookies=no 
 + 
  
-  Copy contents of file and paste it as a listing here.  
-  Include a minumum indent of two spaces per line. 
-  Like this.  
      
  
Line 291: Line 298:
 **Answer**:  **Answer**: 
  
-  Copy contents of file and paste it as a listing here.  +  auto lo 
-  Include a minumum indent of two spaces per line+  iface lo inet loopback 
-  Like this+  auto eth0 
 +  iface eth0 inet static 
 +  address 192.168.3.3 
 +  network 192.168.3.0 
 +  netmask 255.255.255.0 
 +  gateway 192.168.3.1 
  
  
eg-253/networkq/483250.1265199270.txt.gz · Last modified: 2011/01/14 12:49 (external edit)