From 47c4cbd85ad346dc301521559a99fac9f625146f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 30 May 2010 11:31:41 -0700 Subject: [PATCH] Remove extra step in DSL modem access --- Shorewall/releasenotes.txt | 2 +- docs/FAQ.xml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 6de9cd1d3..996f81bc3 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,6 +1,6 @@ ---------------------------------------------------------------------------- S H O R E W A L L 4 . 4 . 10 - B E T A 4 + R C 1 ---------------------------------------------------------------------------- I. RELEASE 4.4 HIGHLIGHTS diff --git a/docs/FAQ.xml b/docs/FAQ.xml index c8a820351..f13084f93 100644 --- a/docs/FAQ.xml +++ b/docs/FAQ.xml @@ -2797,15 +2797,6 @@ EXT_IF:172.20.1.2 0.0.0.0/0 172.20.1.254 post-up /sbin/ip addr add 192.168.1.254/24 dev external-interface - - Add a host route to 192.168.1.1 out of your external interface - using your configuration's network management tools. On Debian-based - systems, that means adding this to the interfaces's stanza in - /etc/network/interfaces: - - post-up /sbin/ip route add 192.168.1.1/32 dev external-interface src 192.168.1.254 - - Your entry in /etc/shorewall/masq would then be: