From owner-freebsd-questions Tue Mar 14 5:23:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id CB7B437B768 for ; Tue, 14 Mar 2000 05:23:04 -0800 (PST) (envelope-from lorin_lund@yahoo.com) Received: from pmc37.burgoyne.com (HELO lorins) (209.197.2.141) by smtp.mail.yahoo.com with SMTP; 14 Mar 2000 05:23:02 -0800 X-Apparently-From: Message-ID: <001001bf8db9$19f33a60$0900fea9@lorins.ild.telecom.com> From: "Lorin Lund" To: "freebsd-questions" Subject: Fw: Routing problem with 2 ppp interfaces (one of which is PPPoIP) Date: Tue, 14 Mar 2000 06:27:19 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I still don't know why packets are routed differently depending on their source but I have made it work. In my ppp.conf file I had an "add" command for network 10.0.0.0/8. But the addresses on both ends of the PPP link are in that range (HISADDR = 10.10.9.141 and MYADDR = 10.10.9.143) When I got rid of the add 10.0.0.0/8 and replaced it with several more selective routes to specific subnets with 10/8 it works OK. -----Original Message----- From: Lorin Lund To: freebsd-questions Date: Saturday, March 11, 2000 10:47 PM Subject: Routing problem with 2 ppp interfaces (one of which is PPPoIP) I have a FreeBSD pc acting as a gateway to the Internet at home. I have a similar FreeBSD pc acting as a gateway on the corporate WAN. I have created a PPP over UDP tunnel between the 2 gateway machines. From HOMEGATE I can access internal addresses on the corporate WAN. The packets are routed through the PPPoUDP tunnel (which is actually carried by the original PPP connection to the local ISP. But PCs on my home LAN cannot access the same corpWAN addresses. HOMEGATE routes them out the default route to the internet where they are eventually rejected as unroutable. I don't see why HOMEGATE routes things differently depending on whether the packets originate on itself vs. other local stations. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message