Forum Replies Created
-
AuthorPosts
-
Hi Jacob,
Thank you for clarifying your setup. FABRIC is now running it’s own NAT gateway. All VMs are configured to use it for NAT resolution so IPv4 addresses should be accessible.
Could you please share your slice ID? I’ll check your slice and share my findings.
Thanks,
Komal
- This reply was modified 6 months, 3 weeks ago by Komal Thareja.
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
April 24, 2024 at 10:51 pm in reply to: Maintenance on FABRIC Network AM on 04/24/2024 9:00 PM – 10:00 PM EST #6944Maintenance is complete and network model has been updated.
Thanks,
Komal
Hello,
Just to add to what Luis said, it is possible to view slices of other project members via JH using the notebook:
jupyter-examples-main/fabric_examples/fablib_api/slice_sharing/slice_sharing.ipynb
The above note book is listed as
Share Slices
notebook onstart_here.ipynb
In addition, an user’s SSH keys can be added to a Slice VMs to give them access via:
jupyter-examples-main/fabric_examples/fablib_api/ssh_keys/ssh_keys.ipynb
For now, only the slice owner can extend/renew their slice.
Thanks,
Komal
- This reply was modified 7 months, 1 week ago by Komal Thareja.
- This reply was modified 7 months, 1 week ago by Komal Thareja.
1 user thanked author for this post.
This link between INDI and STAR has been restored. FabNet services on INDI are working now.
Thanks,
Komal
April 11, 2024 at 10:38 pm in reply to: Not able to execute commands: Error-Authentication failed #6916Hi Manas,
Glad to hear the issue is resolved. Please find my responses inline below.
- I have recently changed the bastion key, so I don’t get why the key expired.
[KT] Could you please share how this was done? Please note if the bastion keys are re-created via portal, user is responsible to upload them to JH.
- I am able to ssh into the node, but the bastion key I have in my laptop (local) is different from the bastion key in the Jupyter hub.
[KT] This should not be an issue. Users can have multiple bastion keys.
- Is multiple bastion keys possible?
[KT] Yes, this not an issue.
- How to check the expiration date of the bastion key in my Jupyter hub, I know how to check the expiration date of the bastion key that I use to ssh into the node from my local machine.
[KT] You can check the bastion key expiry on the portal or run the
validate_and_configure.ipynb
to validate/update your config as needed.Hope this helps!
Thanks,
Komal
April 11, 2024 at 10:12 pm in reply to: Not able to execute commands: Error-Authentication failed #6913Hi Manas,
This typically happens when either your bastion keys are expired or sliver keys used by fablib don’t match the keys inside the slivers.
Could you please run this notebook:
jupyter-examples-rel1.6.1/configure_and_validate.ipynb
to ensure your config is valid and if bastion keys are expired they are regenerated?Please try list/show on your slice after that and let us know if you still face the problem.
P.S: Verified that all your VMs are accessible via SSH.
Thanks,
Komal
- This reply was modified 7 months, 2 weeks ago by Komal Thareja.
Hello Zheyi,
The VMs from your slices are being provisioned on
eduky-w12.fabric-testbed.net
This host is heavily used and is reporting Page Faults and Memory issues. We are investigating that and have placededuky-w12.fabric-testbed.net
in Maintenance.Please try creating a slice on EDUKY and let us know if you still see the issue.
Thanks,
Komal
1 user thanked author for this post.
April 10, 2024 at 10:25 am in reply to: OpenVSwitch link under Complex Recipes doesn’t go anywhere #6905Good morning Violet and Jackson,
We have deployed a fix for the OVS Bridges. Experiments with OVS Bridges can now be conducted using NIC_Basic with the following host considerations.
Host Considerations:
Because of constraints imposed by NVIDIA/Mellanox, when utilizing
NIC_Basic
for an OVS bridge experiment, it is advisable to deploy the VM responsible for running the bridge on a separate host from the VMs linked to the bridge.Additionally, it’s worth noting that this condition does not apply to
NIC_ConnectX_5
andNIC_ConnectX_6
configurations.Example Notebook:
Updated example is available at: https://github.com/fabric-testbed/jupyter-examples/blob/main/fabric_examples/complex_recipes/openvswitch/openvswitch.ipynb
Thanks,
Komal
Hi Vaiden,
VM is up and accessible via SSH. Could you please check if your bastion keys are expired?
Thanks,
Komal
April 1, 2024 at 10:26 am in reply to: Unable to log interface down in /var/log/messages – OSPF #6883Hi Kriti,
By default, fablib marks the dataplane interfaces as unmanaged by NetworkManager. So NetworkManager is not logging the interface down operation. This was done deliberately as having an interface managed by NetworkManager kept overriding the IP address configuration applied by fablib. Please note this behavior is specific to rocky images which enables NetworkManager by default. Ubuntu doesn’t use NetworkManager by default.
We disable NetworkManager on rocky to be consistent with Ubuntu and leave it to the user to change this behavior as they see fit.
Thanks,
Komal
Hello Yifang,
Could you please share the output of the following commands? This seems to be an issue local to your environment.
cat /home/fabric/work/fabric_config/fabric_rc
andls -ltr /home/fabric/work/fabric_config
Also, please try to Restart your JH container via File -> Hub Control Panel -> Stop My Container followed by Start My Container.
Thanks,
Komal
March 7, 2024 at 9:57 am in reply to: Maintenance on Network AM – 03/06/2024 (9:00pm-10:00pm EST) #6803Maintenance is complete and the network model has been updated.
Hello Khawar,
Could you please check if you have any entries for
fabrictestbed-extensions
in/home/fabric/work/fabric_config/requirements.txt
? If so, please remove those entries and restart your container via File -> Hub Control Panel -> Stop My container followed by Start My Container.This should clear the issue. Please let us know if the problem persists.
Thanks,
Komal
Could you please remove the file
/home/fabric/work/fabric_config/ssh_config
and re-run thejupyter-examples-rel1.6.1/configure_and_validate.ipynb
notebook? This shall fix the config issue.Thanks,
Komal -
AuthorPosts