1. ERNETUNREACH when trying to connect to server outside FABRIC

ERNETUNREACH when trying to connect to server outside FABRIC

Home Forums FABRIC General Questions and Discussion ERNETUNREACH when trying to connect to server outside FABRIC

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6527
    Jack Fitzgerald
    Participant

      Hello,

      We are currently trying to connect to a local server outside of the FABRIC network when using a VM that is inside FABRIC. We can ping the server, but when we try to use our own custom program to connect we receive a errno code of 101 (ERNETUNREACH). If anyone is familiar with a problem like this, then your help would be greatly appreciated!

      #6569
      Komal Thareja
      Participant

        FABRIC only allows SSH and few ICMP messages over the management interface. Hosting services on management network is not recommended. Instead, we recommend using data plane network for your service.

        FABRIC serves as a secure sandbox, allowing students and researchers to experiment with potentially disruptive and vulnerable software architectures in a protected environment. When connecting external devices, such as laptops or servers, to nodes within a slice, it is crucial to employ secure methods like SSH tunnels. A Jupyter notebook example illustrates how to create SSH tunnels through the FABRIC bastion host. Alternatively, users can utilize personal VPNs like Tailscale for secure connections.

        Exposing ports to the entire Internet is restricted, reserved only for exceptional cases where alternative solutions are not viable. Moreover, users undertaking such capabilities are responsible for deploying, maintaining, and ensuring the security of experiments, akin to a production data center. IPv4Ext and IPv6Ext services facilitate these capabilities.

        For newcomers, getting acquainted with SSH tunnels is recommended due to their simplicity and security. If users have additional questions or require further guidance, they are encouraged to reach out.

        Thanks,

        Komal

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.