On Thu, Jun 07, 2001 at 09:35:00PM -0700, Stephen Handley wrote: > Hi there, > > I'm trying to get IP Masq up and running and am very close. I can ping IP > numbers from my Masqd machine but have not telnet capability. Futhermore I > can't see domain names from my debain machine or the masq'd machine. > > Any ideas.
my main ideas would be apt-get install ipmasq and sit back and relax. usually works wonders for me. (you need /etc/network/interfaces to be set up to properly reflect your network connections/setup; see "man interfaces" for the full scoop.) > One thing I've noticed is that I currently have no rc.firewall file. But > from what I remember the last time I did this, Debian had the equivalent in > a different file .. am I remembering correctly? -- DEBIAN NEWBIE TIP #7 from Will Trillich <[EMAIL PROTECTED]> : Wondering what COMMANDS you have at your disposal? Try pressing the TAB key at the command line. For example, "apt<TAB>" will show you all the commands that start with "apt". (This is called "completion" if you want to look it up in your shell's manpage.) (Different implementions have the <TAB> completion set up differently -- you may need to press <TAB> twice.) Also see http://newbieDoc.sourceForge.net/ ...