From owner-freebsd-questions Tue Mar 7 0:21:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.menzor.dk (themoonismadeofgreenchease.dk [195.249.147.160]) by hub.freebsd.org (Postfix) with ESMTP id DB8C337BC3A for ; Tue, 7 Mar 2000 00:21:19 -0800 (PST) (envelope-from morten@seeberg.dk) Received: from sos (userhost.cma.dk [130.228.127.200]) by www.menzor.dk (8.8.8/8.8.8) with SMTP id JAA27389 for ; Tue, 7 Mar 2000 09:39:48 +0100 (CET) (envelope-from morten@seeberg.dk) Message-ID: <00ad01bf880e$9fb4d010$2eff58c1@sos> From: "Morten Seeberg" To: Subject: Fw: Ethernet <-> Token Ring gateway Date: Tue, 7 Mar 2000 09:24:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Im running a subj. at work, and basicly it works just fine, BUT (there is a but): At the moment Im having trouble binding IP alias´es to the tokenring interface, still waiting for an answer from the tokenring mailinglist on that one. The other thing is, that my machine boots so fast, that setting the IP in rc.conf wount work, because the rc.conf is run before my interface is ready. rc.conf might work for you just fine (if not the machine halt under boot), so what I did was to set the ifconfig in my firewall script, which is run 10-15 seconds later (via sleep :) ) I´m not running dhcp on my oltr1 interface, because there already a DHCP server at work, but tcpdump works just fine. ----- Original Message ----- From: "Jon Rust" To: Sent: Tuesday, March 07, 2000 12:28 AM Subject: Ethernet <-> Token Ring gateway > I've been building boatloads of ether-to-ether routers for ADSL and > other customers lately. Today I get a call from someone using token > ring on his LAN that wants one of my homebrew firewalls for an ADSL > connection. I notice in LINT that some Olicom token ring adapters are > supported. Having never played with token ring before, I'm wondering > how tough it will be to route IP through a machine with ethernet and > token ring. Is it really as easy as listing oltr0 in rc.conf as an > interface with an IP? (Please please please please please. :-) Will > dhcpd work on the oltr0 interface (dhcpd requires bpf)? > > ifconfig_mx0="inet 192.168.100.1 netmask 255.255.255.0" > ifconfig_oltr0="inet 192.168.200.1 netmask 255.255.255.0" > network_interfaces="mx0 lo0 oltr0" > gateway_enable="YES" > > Thanks for any pointers... > > jon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message