Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!news.cps.udayton.edu!news.engr.udayton.edu!blackbird.afit.af.mil!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!in1.uu.net!news.cccd.edu!usenet From: mpeer@cccd.edu (Michael S. Peer) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: IPX,FREEBSD and Tunneling? Date: 15 Apr 1996 23:27:55 GMT Organization: Golden West College Lines: 68 Message-ID: <4kum1r$fd7@spock.dis.cccd.edu> References: <4kks8l$t5r@boris.eden.com> NNTP-Posting-Host: mpeer.csc.gwc.cccd.edu Mime-Version: 1.0 Content-Type: Text/Plain; charset=ISO-8859-1 X-Newsreader: WinVN 0.99.5 I don't know if this solves your problem, but this is what I am doing with FreeBSD, the Internet, novell, and IPtunneling I have novell 3.11 and above servers interconnected with FreeBSD 2.1.0R and 2.0.5R systems using gated 3.5a10 and 3.5a10. The servers are IPtunneling between eachother, the interconneted network will only allow me to pass IP. Our network supports RIP, so with gated I did not do any special configuration. /etc/gated.conf rip yes ; novell --- FBSD -------------------- FBSD ---- novell server 2.1.0R IP ONLY 2.1.0R server w/gated w/gated IPX IPX I believe commands on each of the servers is, I'm fuzzy off the top of my head: sys:/system/autoexec.ncf: load tcpip load <your.network.card> format=ethernet_II name=<your.name> bind ip to <your.name> addr=<your.ip.address> // more stuff goes here load iptunnel peer=<server.on.other.side> bind ipx to iptunnel net=<wan.network.id> Netware 3.1x comes with TCP/IP books, in the back of that book they talk about IPtunneling. one thing that really threw me for a long time; this depends on router supporting rip, if the network is using static routes, then you must add parameters on load tcpip line, and one other I don't remember, to include gateway ip address. Hope this helps Michael Peer mpeer@cccd.edu In article <4kks8l$t5r@boris.eden.com>, j_hope@spa.warez.com says... > > > >I have searched high and low for this info. All I could find was a reference >to freebsd current. What i need to know is can freebsd route ipx over the >internet/intranet. What method does it do it? By ip tunneling or some >other medthod? If you can just point me to where I can find this info I would >be very happy. If it is in freebsd current I would be just as interested. > >One last thing...if is possible to send ipx over the internet does the machine >on the other end need to be freebsd or could it be a netware server? > > > >tia > >