Date: Wed, 22 Nov 95 21:19:04 -0500 From: "Acee Lindem" <acee@VNET.IBM.COM> To: Daniel Verhoeven <techno@kick.knooppunt.be> Cc: gated-people@merit.edu, freebsd-questions@FreeBSD.org Subject: Re: fake subnet Message-ID: <9511230219.AA19320@heavens-gated.raleigh.ibm.com> In-Reply-To: (Your message of Mon, 20 Nov 95 20:46:55 GMT.) <Pine.BSF.3.91.951120201752.10657D-100000@kick.knooppunt.be>
next in thread | previous in thread | raw e-mail | index | archive | help
See slight change below to export clause. Note that P2P interfaces result in host routes rather than network routes. I'd also specify "noripout" on the interfaces on which you don't want to advertise. The only reason you're not advertising today is that you're not exporting anything. > > # Only broadcast RIP information for xxx.xxx.yy out the ed Ethernet interface > # > # > # tracing options > # > > > traceoptions "/var/tmp/gated.output" replace size 100k files 2 general ; > > # > rip yes { > broadcast ; > interface all version 1 ; > traceoptions route ; > } ; > # > # > > # > # Turn on a bunch of tracing info for the interface to the kernel: > kernel { > traceoptions remnants request routes info interface ; > } ; > > # > # Propagate the route to xxx.xxx.yy out the Ethernet interface via RIP > # > > export proto rip { > proto direct { > 194.10.201.200 masklen 24; 194.10.201.254 mask 255.255.255.255; > } ; > } ; > > # > # Accept routes from RIP via ed Ethernet interfaces > > import proto rip interface ed0 tun0 tun1 tun2 { > all ; > } ; > > > > When I used routed, defining some static routes, I could ping from within > the network to outside. This isn't possible anymore. Can someone help us. > We are the system of the Association for Progressive Communication in > Belgium. Well if this works, you can buy me a Duval... Acee = ======= =========== =========== === ========= =========== =========== Acee Lindem == == == == == == == == IBM Networking Systems == == == ===== ===== RTP, NC ========= == ===== ===== == == == == == == == == IBM VNET: ACEE@RTP ====== ====== ========= =========== =========== acee@raleigh.ibm.com ====== ====== ======= =========== =========== Phone: 919-254-1805
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9511230219.AA19320>