Creating a Linux Soft Switch
Posted
by Truong Bao Long
on February 3rd, 2003
Description
The Linux Soft Switch allows a computer to work as a switch on layer 2. It is designed to switch packets based on MAC addresses and forward them to the proper outgoing network interface(s).
Note: With this version (1.0), Soft Switch can support up to four hosts connected to the Linux Soft Switch host. It means that the Soft Switch host has at least two NICs and the max is four NICs.

Comments
Great, but how 'bout this?
Posted by Legacy on 08/13/2003 12:00amOriginally posted by: Nickolay
Great work, I've dreamed about softswitch implemented on OS, But.. How about this problem.... For example if we try to apply some packet filters (i.e. port-blocking functions to your program), how it shoud be? Which functions of Libpcap/winpicap or just socket-base functions we should use? But the piece of code would be better!
Thanks.
ReplyAny photographs available, or any other help?
Posted by Legacy on 08/04/2003 12:00amOriginally posted by: Harshad Joshi
ReplySoftSwitch on Windows environment?
Posted by Legacy on 04/20/2003 12:00amOriginally posted by: Paul Yeung
Can this kind of ethernet softswitch be implemented on Windows platform? What will be the difficulties?
-
ReplySoftSwitch on Windows environment?
Posted by amshat on 06/29/2005 01:00pmi am also interested to install soft switch in windows? can we cooperat , thanks kind regards Am
Reply