<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: EtherDFS	</title>
	<atom:link href="https://virtuallyfun.com/2017/10/23/etherdfs/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2017/10/23/etherdfs/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Sat, 25 Nov 2017 01:19:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-189468</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sat, 25 Nov 2017 01:19:06 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7745#comment-189468</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-189463&quot;&gt;David Kuder&lt;/a&gt;.

Dude that is freaking amazing!  I too had thought about something like that, but I had given up with my &#039;stop gap&#039; effort of multinode running on OS/2 once I realized I only had multiple users a hand full of times and that even 4 nodes was overkill, but damn if that setup you have going is awesome!

I&#039;m not sure if EtherDFS supports record locking, you may be in for some trouble when it comes to shared databases and doors..  Hopefully it all works though!

Let me know when you go live, I&#039;ll be more than happy to feature it, especially with details on your config for spawning nodes, and haproxy.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-189463">David Kuder</a>.</p>
<p>Dude that is freaking amazing!  I too had thought about something like that, but I had given up with my &#8216;stop gap&#8217; effort of multinode running on OS/2 once I realized I only had multiple users a hand full of times and that even 4 nodes was overkill, but damn if that setup you have going is awesome!</p>
<p>I&#8217;m not sure if EtherDFS supports record locking, you may be in for some trouble when it comes to shared databases and doors..  Hopefully it all works though!</p>
<p>Let me know when you go live, I&#8217;ll be more than happy to feature it, especially with details on your config for spawning nodes, and haproxy.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Kuder		</title>
		<link>https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-189463</link>

		<dc:creator><![CDATA[David Kuder]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 21:47:01 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7745#comment-189463</guid>

					<description><![CDATA[I&#039;ve started using EtherDFS as a solution for networking my own multinode BBS, having fought with Netware way more than reasonable, only to have application software constantly crash when run from the network share.

I&#039;ve got EtherDFS running in a dedicated QEMU/KVM instance, sharing a 24GB disk image with 16 more QEMU/KVM instances running PC-DOS 7, and MysticBBS 1.07.  I still can&#039;t run Mystic from the network share, but have been able to run the EXE from each VM&#039;s C: drive, using the network share for all the shared data volumes.

On the frontend side, I&#039;m running RLFOSSIL on each of the VMs, and HAProxy on yet another instance that also serves up fTelnet for users to connect with.
This makes it easy to have a multi-node setup that is transparent to users (one IP to connect to, HAProxy takes care of connecting users to an unused node, and spreads the load around to all the nodes in a round-robin fashion).

I&#039;ve even gone to the point of making a VNC concentrator that shows all 16 nodes on one screen for easy monitoring.
https://i.imgur.com/dqGDPE2.png

The posts here have inspired and informed me to make creating my own multinode BBS a reality.  And the recent EtherDFS post is responsible not only for making the multinode networking a reality, but also the EtherDFS sources provided a quick springboard for making a utility that automatically sets the wattcp IP &#038; Mystic NodeID for each of my nodes based on the ethernet MAC address as part of the boot sequence.  This has made it very easy to bring up new nodes quickly, and made it possible to scale to 250 nodes very quickly if demand ever called for it.

I look forward to setting up my BBS fully in the coming months, and making it public - something I had previously given up on just a few months ago.

Thank you!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started using EtherDFS as a solution for networking my own multinode BBS, having fought with Netware way more than reasonable, only to have application software constantly crash when run from the network share.</p>
<p>I&#8217;ve got EtherDFS running in a dedicated QEMU/KVM instance, sharing a 24GB disk image with 16 more QEMU/KVM instances running PC-DOS 7, and MysticBBS 1.07.  I still can&#8217;t run Mystic from the network share, but have been able to run the EXE from each VM&#8217;s C: drive, using the network share for all the shared data volumes.</p>
<p>On the frontend side, I&#8217;m running RLFOSSIL on each of the VMs, and HAProxy on yet another instance that also serves up fTelnet for users to connect with.<br />
This makes it easy to have a multi-node setup that is transparent to users (one IP to connect to, HAProxy takes care of connecting users to an unused node, and spreads the load around to all the nodes in a round-robin fashion).</p>
<p>I&#8217;ve even gone to the point of making a VNC concentrator that shows all 16 nodes on one screen for easy monitoring.<br />
<a href="https://i.imgur.com/dqGDPE2.png" rel="nofollow ugc">https://i.imgur.com/dqGDPE2.png</a></p>
<p>The posts here have inspired and informed me to make creating my own multinode BBS a reality.  And the recent EtherDFS post is responsible not only for making the multinode networking a reality, but also the EtherDFS sources provided a quick springboard for making a utility that automatically sets the wattcp IP &amp; Mystic NodeID for each of my nodes based on the ethernet MAC address as part of the boot sequence.  This has made it very easy to bring up new nodes quickly, and made it possible to scale to 250 nodes very quickly if demand ever called for it.</p>
<p>I look forward to setting up my BBS fully in the coming months, and making it public &#8211; something I had previously given up on just a few months ago.</p>
<p>Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bbslovag		</title>
		<link>https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188330</link>

		<dc:creator><![CDATA[Bbslovag]]></dc:creator>
		<pubDate>Sat, 28 Oct 2017 18:24:01 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7745#comment-188330</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188323&quot;&gt;Peter&lt;/a&gt;.

If NW Lite runs under dosbox (have no information)

Because: SLIP xor PPP+packet drivers are supported and packet driver - odi shim exists

TL;DR try it in order to get experienced, serious serial networking howto is on dosbox wiki]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188323">Peter</a>.</p>
<p>If NW Lite runs under dosbox (have no information)</p>
<p>Because: SLIP xor PPP+packet drivers are supported and packet driver &#8211; odi shim exists</p>
<p>TL;DR try it in order to get experienced, serious serial networking howto is on dosbox wiki</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188323</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Sat, 28 Oct 2017 11:07:43 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7745#comment-188323</guid>

					<description><![CDATA[Is it possible to run a Netware Lite in DOSBOX _with_ network functionality (without I guess no problem) ? In a virtualbox/vmware player this should be no problem if you know the ethernet card (e.g. NE1000) and you got the corresponding driver....]]></description>
			<content:encoded><![CDATA[<p>Is it possible to run a Netware Lite in DOSBOX _with_ network functionality (without I guess no problem) ? In a virtualbox/vmware player this should be no problem if you know the ethernet card (e.g. NE1000) and you got the corresponding driver&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DOS		</title>
		<link>https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188260</link>

		<dc:creator><![CDATA[DOS]]></dc:creator>
		<pubDate>Thu, 26 Oct 2017 07:29:23 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7745#comment-188260</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188250&quot;&gt;hyoenmadan&lt;/a&gt;.

Interesting, thanks!  I think the article I was reading showed LANtastic had higher memory usage than Netware Lite though, so I&#039;d be inclined to try Netware Lite on DOS as the client and Mars-NWE (Netware Emulator) on a Linux VM as the server, since I used both of those before and it will be a trip down memory lane.  I gather from searching the web that Mars-NWE doesn&#039;t work properly on 64-bit hosts, and I imagine it might be hard to get working on a recent Linux distribution, hence the VM.  I may run it on Red Hat Linux 6 for nostalgia too!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188250">hyoenmadan</a>.</p>
<p>Interesting, thanks!  I think the article I was reading showed LANtastic had higher memory usage than Netware Lite though, so I&#8217;d be inclined to try Netware Lite on DOS as the client and Mars-NWE (Netware Emulator) on a Linux VM as the server, since I used both of those before and it will be a trip down memory lane.  I gather from searching the web that Mars-NWE doesn&#8217;t work properly on 64-bit hosts, and I imagine it might be hard to get working on a recent Linux distribution, hence the VM.  I may run it on Red Hat Linux 6 for nostalgia too!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hyoenmadan		</title>
		<link>https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188250</link>

		<dc:creator><![CDATA[hyoenmadan]]></dc:creator>
		<pubDate>Wed, 25 Oct 2017 23:03:03 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7745#comment-188250</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188224&quot;&gt;DOS&lt;/a&gt;.

Lantastic uses a custom version of NetBEUI as protocol. In theory you could implement an usermode service in windows talking this custom version of NetBEUI and interface it with the network card using TUN/TAP for Windows. Then you could use Lantastic to connect to it using the minimal client without TCPIP for a less hungry memory communication.Probably something like this can also be done with EtherDFS.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188224">DOS</a>.</p>
<p>Lantastic uses a custom version of NetBEUI as protocol. In theory you could implement an usermode service in windows talking this custom version of NetBEUI and interface it with the network card using TUN/TAP for Windows. Then you could use Lantastic to connect to it using the minimal client without TCPIP for a less hungry memory communication.Probably something like this can also be done with EtherDFS.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DOS		</title>
		<link>https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188224</link>

		<dc:creator><![CDATA[DOS]]></dc:creator>
		<pubDate>Wed, 25 Oct 2017 12:36:23 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7745#comment-188224</guid>

					<description><![CDATA[I like the idea of the DOS machine being the server too.

But for the more mainstream retro options, maybe there are some more lightweight than Microsoft&#039;s client? Perhaps there is a difference in memory requirements between MS LAN Manager client and the MS Workgroup Client for DOS? I was just reading a review of peer to peer LANs from 1993, it says Netware Lite only needs 13K for a client-only machine. LANtastic was their editor&#039;s choice but I never tried that myself, and unlike MS and Netware solutions I have no idea if there is any Linux software that can talk that protocol.]]></description>
			<content:encoded><![CDATA[<p>I like the idea of the DOS machine being the server too.</p>
<p>But for the more mainstream retro options, maybe there are some more lightweight than Microsoft&#8217;s client? Perhaps there is a difference in memory requirements between MS LAN Manager client and the MS Workgroup Client for DOS? I was just reading a review of peer to peer LANs from 1993, it says Netware Lite only needs 13K for a client-only machine. LANtastic was their editor&#8217;s choice but I never tried that myself, and unlike MS and Netware solutions I have no idea if there is any Linux software that can talk that protocol.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: GL1zdA		</title>
		<link>https://virtuallyfun.com/2017/10/23/etherdfs/comment-page-1/#comment-188197</link>

		<dc:creator><![CDATA[GL1zdA]]></dc:creator>
		<pubDate>Tue, 24 Oct 2017 05:34:32 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7745#comment-188197</guid>

					<description><![CDATA[I&#039;ve recently looked for a solution to transfer file to my PS/2 and settled on the FTP server from mTCP. While it works &quot;the other way&quot; (server on the DOS machine, client on Windows) I prefer not to install server software on my primary computer just for my retro machines to connect. The mTCP FTP server worked very well - it can be configured to give me access to all DOS drives so I can both easily transfer files where I want and backup the whole machine.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently looked for a solution to transfer file to my PS/2 and settled on the FTP server from mTCP. While it works &#8220;the other way&#8221; (server on the DOS machine, client on Windows) I prefer not to install server software on my primary computer just for my retro machines to connect. The mTCP FTP server worked very well &#8211; it can be configured to give me access to all DOS drives so I can both easily transfer files where I want and backup the whole machine.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
