From 0710fece79cda2b25b170e7eee3b31964f09aa13 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 5 Jan 2000 02:59:28 +0000 Subject: Add protocol to ``nat port'' examples - it's mandatory. Suggested by: Mark Knight --- share/examples/ppp/ppp.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/examples') diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index 31e1e79..eff269a 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -187,8 +187,8 @@ examples: # If we're using the -nat switch, redirect ftp and http to an internal # machine: # - nat port 10.0.0.2:ftp ftp - nat port 10.0.0.2:http http + nat port tcp 10.0.0.2:ftp ftp + nat port tcp 10.0.0.2:http http # # or don't trust the outside at all # -- cgit v1.1