Cannot connect using starlink

General support for the Pi-Star System
Post Reply
4I8GL
Posts: 4
Joined: Thu Jan 09, 2020 1:34 pm

Cannot connect using starlink

Post by 4I8GL »

I've been using pistar with starlink since april 2023. Recently i cannot connect ic my internet is starlink. If i use mobile Hotspot from my phone it works fine...

Image

Update is full of error also.

It shows like this

Starting update, please wait...
Stopping Services...
Done
Updating DV Binaries...
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-S ... s_Bin.git/': Could not resolve host: github.com
Updating /usr/local/bin...
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-S ... s_Bin.git/': Could not resolve host: github.com
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-S ... s_Bin.git/': Could not resolve host: github.com
Updates were not successfull, reverting to Pi-Star original files...
HEAD is now at 8d5c6b4 Updated M17Gateway
Done
Updating Pi-Star Binaries...
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-S ... _sbin.git/': Could not resolve host: github.com
Updating /usr/local/sbin...
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-S ... _sbin.git/': Could not resolve host: github.com
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-S ... _sbin.git/': Could not resolve host: github.com
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-S ... _sbin.git/': Could not resolve host: github.com
Updates were not successfull, reverting to Pi-Star original files...
HEAD is now at 8f31705 Update pistar-vyehsflash
Done
Updating Hostfiles...
Done
Updating Dashboard...
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-Star_DV_Dash.git/': Could not resolve host: github.com
Updating /var/www/dashboard...
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-Star_DV_Dash.git/': Could not resolve host: github.com
fatal: unable to access 'https://github.com/AndyTaylorTweet/Pi-Star_DV_Dash.git/': Could not resolve host: github.com
Updates were not successfull, reverting to Pi-Star original files...
HEAD is now at a3b9b5c Update configure.php
Done
Updating PiStar-Firewall...
Pi-Star web config, © Andy Taylor (MW0MWZ) 2014-2023.
Need help? Click here for the Support Group
Get your copy of Pi-Star from here.
User avatar
YL3IM
Posts: 40
Joined: Sun Nov 22, 2020 8:38 pm
Location: Riga, Latvia
Contact:

Re: Cannot connect using starlink

Post by YL3IM »

The Pi system may not be getting the nameserver address from the StarLink device. However, you can set it up manually from the Pi console.

Connect to your Pi-Star via SSH and enter the following commands:

Code: Select all

sudo su
rpi-rw
rm /etc/resolv.conf
echo "nameserver 8.8.8.8" > /etc/resolv.conf
chattr +i /etc/resolv.conf
4I8GL
Posts: 4
Joined: Thu Jan 09, 2020 1:34 pm

Re: Cannot connect using starlink

Post by 4I8GL »

I tried this. But still no avail. I also set custom dns on my starlink. Stillcannot connect
4I8GL
Posts: 4
Joined: Thu Jan 09, 2020 1:34 pm

Re: Cannot connect using starlink

Post by 4I8GL »

its already fixed. i started from scratch. reflashed everything.now working on Pi-Star:4.1.6 / Dashboard: 20230713
Post Reply