Re: PPP Lan Bridge
From: Chris Tusa at Linisys, LLC (linisys_at_gmail.com)
Date: 03/22/05
- Previous message: Robert Gogolok: "Re: FIN_WAIT_2"
- In reply to: Brian Somers: "Re: PPP Lan Bridge"
- Next in thread: Brian Somers: "Re: PPP Lan Bridge"
- Reply: Brian Somers: "Re: PPP Lan Bridge"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 22 Mar 2005 14:06:21 -0600 To: Brian Somers <brian@awfulhak.org>
Brian,
Very helpful. Someone on another forum suggsted the possibility of
adjusting routing using either a routed daemon or setting static
routes, but it seems that your method seems quicker. If I segment off
the PPP side, do I need to change the subnet mask on the rest of the
network as well?
(I should know this!)
-- Chris
> The issue is that 192.168.1.0/24 machines have to know to route
> 192.168.2.0/24 stuff through 192.168.1.230, or else the timeclock
> machine needs some sort of presence on 192.168.1.0/24.
>
> This can be done by allocating a segment of 192.168.1.0/24 to the ppp
> client and adding ``enable proxyall'' to the ppp server config.
>
> server:
> enable proxyall
> set ifaddr 192.168.1.230 192.168.1.232/30
>
> client:
> set ifaddr 192.168.1.233 192.168.1.230
>
> and then setting the addresses on the crossover cable to 192.168.1.233
> and 192.168.1.234.
>
> The ``enable proxyall'' bit tells ppp to create proxy arp entries for
> all of 192.168.1.232/30 (except for .232 and .235), allowing everything
> else on 192.168.1.0/24 to think it's talking directly to these machines.
>
> --
> Brian Somers <brian@Awfulhak.org>
> Don't _EVER_ lose your sense of humour ! <brian@FreeBSD.org>
>
-- Chris Tusa linisys@gmail.com http://people.linisys.com/ctusa Buy books from my Half.com inventory: http://half.ebay.com/shops/shops.jsp?seller_id=1691584 _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Robert Gogolok: "Re: FIN_WAIT_2"
- In reply to: Brian Somers: "Re: PPP Lan Bridge"
- Next in thread: Brian Somers: "Re: PPP Lan Bridge"
- Reply: Brian Somers: "Re: PPP Lan Bridge"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|