synopi natiply configuration

How To Configure Internet For Natiply Bootable?

Guidelines to Configure internet for Natiply Bootable

There are two ways to configure internet for Natiply Bootable ISO. One way is to configure the internet for Synopi Natiply ISO is based on DHCP and the other way is based on Static IP.

For DHCP Internet Connection:

If your internet connection is based on DHCP then the system will detect and configure DHCP internet automatically. No need further configuration for DHCP based internet connection.

Step 1: Boot the system from USB and Login to the system by given user and password:
Here, Natiply Login: nuc
Password: ****

How to configure internet for Natiply bootable?

Step 2: Type ifconfig and Press Enter for checking Connection Name and IP. Here showing connection name is “ens35u1” and IP “192.168.20.100”

How to configure dhcp internet for Natiply Bootable?

For Static internet connection, you need to follow the steps below to configure:

Step 1: Boot the system from USB and Login to the system by given credentials (user and password)

Step 2: Type ifconfig and press enter for checking Connection Name and MAC address. Here showing Connection name is “ens33” and MAC address is “00:0c:29:dd:c3:cd”

Static IP configuration for Natiply bootable

Step 3: Type following command and Press Enter to set Static IP on basis of ‘IP and Default Gateway’ information getting from ISP, Synopi Natiply is using IPv4:
‘nmcli connection add con-name ens33 ifname ens33 type ethernet mac 00:0c:29:dd:c3:cd ip4 192.168.101.10 gw4 192.168.101.1’
N.B: Be careful to provide following information in each command, as it will change accordingly on your system. Here, con-name ( ens33 ) means connection name will be ens33, ifname(ens33) means interface name of your LAN Card, MAC ( 00:0c:29:dd:c3:cd ) means MAC address of your LAN interface, ip4 ( 192.168.101.10 ) means static IP address which you get from your ISP and gw4 ( 192.168.101.1 ) means Default Gateway of that static IP.
Static Internet Configuration for Natiply Bootable

Step 4: Type following command and Press Enter to set DNS:
‘nmcli connection modify ens33 ipv4.dns 8.8.8.8’
Static Internet configuration for Natiply bootable

Step 5: Type following command and Press Enter to finish the configuration and establish internet connection:
‘nmcli connection up ens33’
Static Internet configuration for Natiply bootable

Step 6: Type following command and Press Enter to check internet availability: ‘ping google.com’
Ping google.com once internet configuration completed for natiply bootable
You will get ping response if your internet connection is configured properly. It is recommended that after successful configuration of internet connection, please contact our SyncCare support team to do further configuration/processing.