• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Router/Firewall Software ??

cdsonic

Senior member
I am curently using smoothwall 1.0. I use three network cards in my router firewall computer. I use 1 in the red for my adsl connection and 1 in the orange for a windows 98se computer and 1 in the green for a windows xp computer. It seems to work fine but I have one problem I wish to fix with out spending any more money. I want to be able to file share between the two windows machines. I can not seem to get Smoothwall to do this so my question is: Is there any similar firewall/router software that will do the same as smoothwall but allow me to file share on the network?
 
Because you have them on two different connections to the gateway, Windows file sharing I don't think can be done. They don't see each other directly over a network segment, they only can reach each other by passing data to the server first. You may even have them on entirely different subnets for each NIC.

Windows Networking for file sharing doesn't use IP, it uses a non-routable protocol called NetBIOS. The way systems find each other is by broadcasting, which requires being on a single broadcast domain. Your computer isn't set up to forward such broadcasts from one NIC to the other, and I'm not sure any software routers can do that, but possibly. I think with WinXP (and you must install a WinXP sort of emulating software on a Win98SE machine to allow it to share with WinXP), the NetBIOS traffic is actually passed over IP, but still requires broadcasts to go through.

Look into FreeSCO, and the Linux Router Project. You may be able to find something on their forums about it. You can also check with the makers of Smoothwall and see if there is a way to make broadcasts be forwarded, so the computer ends up acting like a bridge between the two NICs (though you will have to have both computers and NICs set to the same subnet in all likelihood). Finding out if you can allow broadcasts between the two NICs is the first step, maybe the IPs are a non-issue.

You could also map a drive letter between each machine, using their IP, rather than the computer name through Windows Networking.
 
Back
Top