#!/bin/bash

ping6 -q -c 1 -w 2 2600:: >& /dev/null
if [ $? -ne 0 ];
then
     nmcli c up eth0 >& /dev/null
fi