Penguin

Differences between version 2 and previous revision of GRETunnel.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Thursday, January 16, 2003 12:01:13 pm by DanielLawson Revert
Older page: version 1 Last edited on Thursday, January 16, 2003 12:00:45 pm by DanielLawson Revert
@@ -12,9 +12,9 @@
 The URL mentioned above covers things fairly nicely, but it took a little bit of playing to get things working nicely. 
  
 As a note, if you are running a firewall on your external interface, make sure that you are allowing protocol 47 (GRE) in. eg 
  
- iptables -A in --proto gre -J ACCEPT 
+ iptables -A in --protocol gre -J ACCEPT 
  
  
 ---------------------