Re: [9fans] Raw ethernet on 9vx

2020-12-08 Thread Devon H. O'Dell
> This was based on some proof-of-concept work I did 10-11 years ago and > then was completed to a better standard in a GSoC project by yiyus. I > guess Ron also did some similar work? I don't recall if I mentored the > project or whether Ron did, or to what extent there was collaboration. Looking

Re: [9fans] Raw ethernet on 9vx

2020-12-08 Thread David du Colombier
The https://github.com/0intro/vx32 repository was based on the latest Ron Minnich and Yiyus repository. -- David du Colombier -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T84b4492f91f2abb6-M9130b6194452b64df3187ab4 Delivery options:

Re: [9fans] Raw ethernet on 9vx

2020-12-08 Thread hiro
ah that's interesting. perhaps one day we can add tap also to drawterm :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T84b4492f91f2abb6-M32cd5772864ca5ae40173918 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Raw ethernet on 9vx

2020-12-08 Thread remywang
Thanks everybody for the insight. I have to admit that I know absolutly nothing about networking, so please bear with me (or take over if I'm too slow :). The gentoo wiki has good documentation on switching from ifconfig (n

Re: [9fans] Raw ethernet on 9vx

2020-12-08 Thread remywang
OK, here's what I've got:  diff --git a/bin/tap b/bin/tap index 5131834..fbfe066 100755 --- a/bin/tap +++ b/bin/tap @@ -8,26 +8,26 @@ cmd=$1  shift || fatal $usage  user=`whoami` -# Create the tap device with tunctl -iface=`sudo tunctl -b -u $user` +# Create the tap device with tuntap +`sudo ip t