Hi I created an issue for it on github: https://github.com/ mirage/mirage-skeleton/issues/169 Basically my problem is that the tap interface can't access the outside world. Since then I tried with ip forwarding(http://www.linux- kvm.org/page/Networking#Routing_with_iptables), but my router stops the request, because it doesn't know "who has 10.0.0.2?". I also tried to fix it with a bridge(eth and tap together: https://github.com/rumpkernel/wiki/wiki/Howto:-Networking-with-if_virt), but then the unikernel couldn't find 10.0.0.1.
I try out ocaml-dns tomorrow. Róbert 2016-08-19 17:26 GMT+02:00 Hannes Mehnert <[email protected]>: > On 17/08/2016 00:02, Róbert Tóth wrote: > > Protocol implementation: I always wanted to try implementing a protocol > and > > the projects proposed by Hannes sound interesting. DNS over TCP(and > DNSSEC) > > sounds interesting, but I will need some help, because right now I can't > > even make the dns (or the http-fetch) example to run correctly. > > I'm not sure what the current state of these examples is, but: > - which mirage version do you use? which OCaml version? > - what does "not run correctly" mean? > - do you try to run them on unix or on xen? > > could you please open an issue at the issue tracker on mirage-skeleton > with these details? > > Do the example executables of ocaml-dns (mldig, lwt_server) work for you? > > > hannes > > _______________________________________________ > MirageOS-devel mailing list > [email protected] > https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel >
_______________________________________________ MirageOS-devel mailing list [email protected] https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
