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/04 15:26] kerryeg-253:networkq:483250 [2011/01/14 12:59] (current) – external edit 127.0.0.1
Line 280: Line 280:
 **Answer**: **Answer**:
  
-# /etc/network/options - for ICCT network +  # /etc/network/options - for ICCT network 
-# set ip_forward=yes if you need to set +  # set ip_forward=yes if you need to set 
-# up a machine with two network interface cards +  # up a machine with two network interface cards 
-# as a router +  # as a router 
-ip_forward=no +  ip_forward=no 
-spoofprotect=yes +  spoofprotect=yes 
-syncookies=no+  syncookies=no
  
  
Line 298: 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.1265297183.txt.gz · Last modified: 2011/01/14 12:49 (external edit)