Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Nov 1998 04:02:50 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        Laurie Fialkov <laurief@eng.uct.ac.za>
Cc:        questions@FreeBSD.ORG
Subject:   Re: PPP Server Setup 
Message-ID:  <199811010402.EAA02964@woof.lan.awfulhak.org>
In-Reply-To: Your message of "Fri, 30 Oct 1998 17:27:46 %2B0200." <3639DAF2.F6741144@eng.uct.ac.za> 

next in thread | previous in thread | raw e-mail | index | archive | help
> CHAPserver:
>  set device /dev/cuaa1
>  enable chap
>  enable proxy
>  set ifaddr 192.168.1.194 192.168.1.193 255.255.255.255
> 
> ppp.secrets:
> 
> laurie          123qwe                  192.168.1.194/26

This entry tells ppp to assign 192.168.1.194 to the remote end, 
allowing the peer to insist on anything within  26bit mask.
Change it to

laurie 123qwe 192.168.1.193 laurie

and add an entry in ppp.linkup:

laurie:
 add MYADDR 255.255.255.192 HISADDR

> When the win95 machine connects using dialup neworking, the machine is
> autheneticated correctly but the netmask is set to 255.255.255.0, the ip
> number and gatway are both set to 192.168.1.194.
> 
> We would like the ip number to be 192.168.1.194, the gateway
> 192.168.1.193
> the netmask 255.255.255.192.
> 
> Do we have to use ifconfig to set anything and do we need to add extra
> routes in the routing table (we are using static routing) or do we use
> ifaddr to set the gateway of the dialing in machine.
> 
> Thanks
> 
> laurie

-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811010402.EAA02964>