Internet sharing with Skynode
How to use Skynode's Internet connection on the AI Node
Modifying Environment Variables
Configuring Skynode
# Configure Ethernet IP address and subnet
AP_CONFIGURE_ETHERNET_IP=10.41.3.1
AP_CONFIGURE_ETHERNET_IP_PREFIX=24
# Must match `AINODE_CONFIGURE_ETHERNET0_IP` on AI Node
AINODE_ETH_IP=10.41.3.2
# Enable routing on Skynode
INTERNET_FORWARD=1# Configure Ethernet IP address and subnet
AP_CONFIGURE_ETHERNET_IP=10.41.3.1
AP_CONFIGURE_ETHERNET_IP_PREFIX=24
# Must match `NVIDIA_CONFIGURE_ETHERNET0_IP` on AI Node
NVIDIA_ETH_IP=10.41.3.2
# Enable routing on Skynode
INTERNET_FORWARD=1Configuring AI Node
Testing the internet connection
Using different IP addresses than the example
Last updated