All Projects → benjojo → IPoverFC

benjojo / IPoverFC

Licence: other
IP over ATA over FC (Cheap Ethernet over SCSI)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to IPoverFC

SCST-Usermode-Adaptation
Adaptation of iSCSI-SCST and DRBD software to run entirely in usermode
Stars: ✭ 22 (-40.54%)
Mutual labels:  scsi, scst
sasutils
Serial Attached SCSI (SAS) Linux utilities and Python library
Stars: ✭ 36 (-2.7%)
Mutual labels:  scsi
stenc
SCSI Tape Encryption Manager - stenc (formerly on https://sourceforge.net/projects/stenc/)
Stars: ✭ 41 (+10.81%)
Mutual labels:  scsi
ZeroHub
c# implementation aimed for nat traversal using OpenVPN tuntap driver
Stars: ✭ 15 (-59.46%)
Mutual labels:  tuntap
fubuki
Simple VPN implemented using rust
Stars: ✭ 85 (+129.73%)
Mutual labels:  tuntap
ToolBin
All the great tools we have for the field.
Stars: ✭ 91 (+145.95%)
Mutual labels:  scsi
scst
No description or website provided.
Stars: ✭ 61 (+64.86%)
Mutual labels:  scsi
Level Ip
A hacker's userspace TCP/IP stack
Stars: ✭ 1,862 (+4932.43%)
Mutual labels:  tuntap
Wireguard Docs
📖 Unofficial WireGuard Documentation: Setup, Usage, Configuration, and full example setups for VPNs supporting both servers & roaming clients.
Stars: ✭ 3,201 (+8551.35%)
Mutual labels:  tuntap
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+22589.19%)
Mutual labels:  tuntap
libanonvpn
Library for TUN and TAP devices over I2P in Go Applications
Stars: ✭ 35 (-5.41%)
Mutual labels:  tuntap
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 154 (+316.22%)
Mutual labels:  tuntap
opengnb
GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB是一个开源的去中心化的具有极致内网穿透能力的通过P2P进行三层网络交换的VPN。
Stars: ✭ 440 (+1089.19%)
Mutual labels:  tuntap

IPoverFC

FC card

A hacked up fake SCSI device that is backing a TUN/TAP device. Meaning you can send ethernet frames down a SCSI device.

Powered by SCST, meaning this could be expanded over iSCSI, Fiber Channel, or whatever else SCST supports.

See blog post: https://blog.benjojo.co.uk/post/ip-over-fibre-channel-hack

This code must be compiled on a go version lower than go.1.13.16, I used go.1.13.15, anything higher will break the SCST driver due to changes in how go handles IO events (event signals will break SCST communication)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].