Hugo V.C.
Hugo V.C.
Hi there! I'm not a developer nor I am too familiarized with some specific OS internals and faced a problem trying to compile "tiny_http" crate with "rustls" support on a...
No worries, we all have life beyond computers... :-) Ok, --private-ipv4=127.0.0.1/8 option is now working. Not sure why it doesn't worked in the past. So, solved. >Given that you also...
Definitely yes, this satisfy my needs. Thanks a lot! Anyway, I would add few more bytes of text explaining what "solo5-hvt" is (I had to google it...) may be with...
>From a security perspective, I still prefer KVM (due to attack surface). Sure, I'm just trying on a standard Linux box to test usability. My (mid-term) intention is to run...
Wow... thanks a lot! I'll give a try ASAP and will come back with feedback!
I tried to compile the new branch but I got: ``` hugo@anakin:~/tlstunnel/unikernel$ mirage configure -t unix hugo@anakin:~/tlstunnel/unikernel$ mirage build File "dune.build", line 16, characters 3-16: 16 | mirage-kv-mem mirage-logs mirage-random...
Ops... I'm really sorry. I was asleep for too long and missed the "make depend". Yes, it compiles perfectly. Anyway, now I'm having this error: "connect disk.img: failed to open...
Yes, now it doesn't complain anymore about "disk.img", but I get a bind() error: ``` hugo@anakin:~/tlstunnel/unikernel$ sudo ./dist/tlstunnel --ipv4=10.0.5.1/24 --private-ipv4=10.0.5.3/24 --key=12345 2024-01-16T18:20:03Z: [INFO] [tcpip-stack-socket] Dual IPv4 and IPv6 socket stack:...
It's working! ``` hugo@anakin:~/tlstunnel/unikernel$ sudo ./dist/tlstunnel --ipv4=10.0.5.1/24 --private-ipv4=10.0.5.1/24 --key=12345 --ipv4-only=true --private-ipv4-only=true 2024-01-17T18:57:57Z: [INFO] [tcpip-stack-socket] Dual IPv4 and IPv6 socket stack: connect 2024-01-17T18:57:57Z: [INFO] [tcpip-stack-socket] Dual IPv4 and IPv6 socket stack:...
I would add the option of hard coding config at compile time...?