From owner-freebsd-hackers Tue Aug 8 20:46:30 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id UAA09823 for hackers-outgoing; Tue, 8 Aug 1995 20:46:30 -0700 Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id UAA09805 for ; Tue, 8 Aug 1995 20:46:18 -0700 Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.11/8.6.11) with SMTP id EAA00323 ; Wed, 9 Aug 1995 04:43:44 +0100 To: Chris Shenton cc: John Capo , freebsd-hackers@freebsd.org Subject: Re: client & server ppp In-reply-to: Your message of "Tue, 08 Aug 1995 23:23:12 EDT." <199508090323.DAA01696@wirehead.hq.nasa.gov> Date: Wed, 09 Aug 1995 04:43:42 +0100 Message-ID: <321.807939822@palmer.demon.co.uk> From: Gary Palmer Sender: hackers-owner@freebsd.org Precedence: bulk In message <199508090323.DAA01696@wirehead.hq.nasa.gov>, Chris Shenton writes: >Problem is, we're subnetting the FBSD box (0xfffffff0) so we can have >a couple of home nets and a play net at work, off the `real' work net. >iijppp doesn't appear to have a place to specify a netmask, so this >hoses our routing :-( I'm sorry? In demand dial mode, you can specify the netmask fairly easily (and to date I've not had any problems). # Entry for Demon Internet Services. demon: set phone 2 set login "TIMEOUT 5 gin:-\\r-gin: palmer word: NeverYouMind! ocol: ppp" set timeout 120 set ifaddr 158.152.50.150 158.152.1.194/16 add 0 255.255.0.0 158.152.1.194 ^^^^^^^^^^^ Spot the netmask... Gary