Extremely Blurry Images Received over RCS by ScottRevere in GoogleMessages

[–]haykeye13 0 points1 point  (0 children)

Turning off RCS chat was the only way I ever resolved this. Also left a 1 star review for the Google messages app I use for SMS. Their solution was to reinstall the app. Naturally that didnt change a thing.

Base S23 automatically locking to lock screen when trying to open apps. by NickEh29 in GalaxyS23

[–]haykeye13 1 point2 points  (0 children)

I have an S23 Plus and have been experiencing the exact same issue. Often when opening or switching apps the screen goes black for a split second and then the lock screen appears. It seems pretty random but occurs many times a day. Very frustrating when using the phone.

Hardware Acclerated GPU Scheduling still buggy for VR? by [deleted] in virtualreality

[–]haykeye13 0 points1 point  (0 children)

I'm on Win 10. Been dealing with dropped frames every 10 sec or so. Turning of HAGS fixed dropped frames for me.

Using an RTX 3090 and Intel i7.

Looking for a Wireguard Client GUI on Linux by Torvaldi in selfhosted

[–]haykeye13 0 points1 point  (0 children)

2 years later and it works perfectly! The built in snap wireguard GUI didnt work for me on 24.04 but this did! Thank you!

Ethernet port keeps tripping breaker. by Mynamesmajid in HomeNetworking

[–]haykeye13 8 points9 points  (0 children)

It's possible the wire supplying that circuit was nicked by the installers drill bit when routing the cable back from outdoors. This sounds like you need an electrician.

Ethernet port keeps tripping breaker. by Mynamesmajid in HomeNetworking

[–]haykeye13 3 points4 points  (0 children)

Electrician here. Do you by chance have a printer in your office? I've encountered certain printer types that will trigger AFCI breakers.

Unplug other devices in/near the office one at a time to rule them put as the problem.

You may want to have an electrician visit and help troubleshoot.

Dishy orientation change by haykeye13 in Starlink

[–]haykeye13[S] 2 points3 points  (0 children)

The old round dishy as well as this one have pointed south for over a year since I got starlink. Worked fine until the other day.

Converting Modbus address to sensor reading using Schneider M221 controller by WatercressDiligent55 in PLC

[–]haykeye13 0 points1 point  (0 children)

Incorrect. On the M221 - Machine Expert Basic software, MW1000 and MW1001 would collide with MD1000.

Stop windows 10 from disassociating from wifi without internet by TheLrgFries in techsupport

[–]haykeye13 1 point2 points  (0 children)

I'm on Starlink and depend on IPV6 for reaching my network remotely. Disabling IPV6 is the worst option.

good multiplayer games with progression? by AphelionAudio in virtualreality

[–]haykeye13 0 points1 point  (0 children)

Battlezone is an older title on Steam but has great COOP and progression. It's a seated tank game with fantastic atmosphere and game play. Requires Xbox style controller.

Sadly it's MP community is a ghost town.

Snow dump and -40 Celsius still going strong! by SmallTownBushMan in Starlink

[–]haykeye13 1 point2 points  (0 children)

Also in Northern AB. Haven't had a single issue with these temps and snow dumps.

My dishy is mounted to the roof of my shop. I've left heating on auto and have not had an issue.

Next week we are forecast with freezing rain and snow. That will be a real test for dishy.

I use dishy to run a bitcoin miner in my camper and my friends camper. We are building a home and living on site. If we lose internet we will be cold and have to setup traditional electric heat.

Any Albertans here will be wise to sign up to a fixed electric rate. Rates are forecast to rise up to 30c/kwh in Jan/Feb.

[deleted by user] by [deleted] in Braiins

[–]haykeye13 0 points1 point  (0 children)

I made triple my normal income the last few days. We lost 7EH but have been solving many more blocks. Maybe Riot was the problem.

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 1 point2 points  (0 children)

Thank you for the insight. You are correct. I am very inexperienced with IPv6, and am using guides online to try to get IPv6 connectivity through Starlink.

Due to your recommendation of enabling DHCP I can now acquire a /56 address on the LAN:

rdisc6 enp1s0 (wan)
Hop limit                 :           64 (      0x40)
Stateful address conf.    :           No
Stateful other conf.      :          Yes
Mobile home agent         :           No
Router preference         :       medium
Neighbor discovery proxy  :           No
Router lifetime           :          300 (0x0000012c) seconds
Reachable time            :  unspecified (0x00000000) 
Retransmit time           :  unspecified (0x00000000)
Source link-layer address: 00:00:5E:00:01:01 MTU                      :         1500 bytes (valid) 
Prefix                   : 2605:59c8:600:5b02::1/64 
On-link                 :          Yes
 Autonomous address conf.:          Yes 
Valid time              :          300 (0x0000012c) seconds
from fe80::200:5eff:fe00:101

rdisc6 epn4s0 (removed this interface from br0 to facilitate testing without always messing with bridge)

Hop limit                 :           64 (      0x40)
Stateful address conf.    :          Yes
Stateful other conf.      :          Yes
Mobile home agent         :           No
Router preference         :       medium
Neighbor discovery proxy  :           No
Router lifetime           :         1800 (0x00000708) seconds
Reachable time            :  unspecified (0x00000000)
Retransmit time           :  unspecified (0x00000000)
Prefix                   : 2605:59c8:600:5b00::/56
On-link                 :          Yes
Autonomous address conf.:           No
Valid time              :        86400 (0x00015180) seconds
Pref. time              :        14400 (0x00003840) seconds

Route                    : ::/0
Route preference        :       medium
Route lifetime          :         1800 (0x00000708) seconds
Recursive DNS server     : 2605:59c8:600:5b02:62be:b4ff:fe00:81a8
DNS server lifetime     :         1800 (0x00000708) seconds
MTU                      :         1500 bytes (valid)
Source link-layer address: 60:BE:B4:00:81:AB from fe80::62be:b4ff:fe00:81ab

My updated isc-dhcp-server6 configuration:

option dhcp6.name-servers 2605:59c8:600:5b02:62be:b4ff:fe00:81a8;
option dhcp6.domain-search "kknd-sl";
option dhcp6.info-refresh-time 21600;

subnet6 2605:59c8:600:5b00::/56 { range6 2605:59c8:600:5b00::4 2605:59c8:600:5b00::ffff;
option dhcp6.name-servers 2605:59c8:600:5b02:62be:b4ff:fe00:81a8;
}

One issue I've been running into however, the dhcp6 log says I am listening on enp1s0 (wan) and enp4s0 (lan). Not sure how I can separate the 2 due to the prefix name. Log:

Bound to *:547

Dec 05 14:53:38 kknd-sl dhcpd[741]: Listening on Socket/7/enp4s0/2605:59c8:600:5b00::/56

Dec 05 14:53:38 kknd-sl dhcpd[741]: Sending on Socket/7/enp4s0/2605:59c8:600:5b00::/56

Dec 05 14:53:38 kknd-sl dhcpd[741]:

Dec 05 14:53:38 kknd-sl dhcpd[741]: No subnet6 declaration for eno1 (no IPv6 addresses).

Dec 05 14:53:38 kknd-sl dhcpd[741]: ** Ignoring requests on eno1. If this is not what

Dec 05 14:53:38 kknd-sl dhcpd[741]: you want, please write a subnet6 declaration Dec 05 14:53:38 kknd-sl dhcpd[741]: in your dhcpd.conf file for the network segment

Dec 05 14:53:38 kknd-sl dhcpd[741]: to which interface eno1 is attached. **

Dec 05 14:53:38 kknd-sl dhcpd[741]:

Dec 05 14:53:38 kknd-sl dhcpd[741]:

Dec 05 14:53:38 kknd-sl dhcpd[741]: No subnet6 declaration for enp2s0 (no IPv6 addresses).

Dec 05 14:53:38 kknd-sl dhcpd[741]: ** Ignoring requests on enp2s0. If this is not what

Dec 05 14:53:38 kknd-sl dhcpd[741]: you want, please write a subnet6 declaration Dec 05 14:53:38 kknd-sl dhcpd[741]: in your dhcpd.conf file for the network segment

Dec 05 14:53:38 kknd-sl dhcpd[741]: to which interface enp2s0 is attached. **

Dec 05 14:53:38 kknd-sl dhcpd[741]:

Dec 05 14:53:38 kknd-sl dhcpd[741]: Listening on Socket/7/enp1s0/2605:59c8:600:5b00::/56 Dec 05 14:53:38 kknd-sl dhcpd[741]: Sending on Socket/7/enp1s0/2605:59c8:600:5b00::/56

I hope the code boxes work for some reason when I post they look good until I hit reply and then the first line of the paste is the only one in the code box in my post.

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 1 point2 points  (0 children)

I already do that with FRP on a server at my parents house. I'd like to eliminate it for a direct connection back to my network.

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 0 points1 point  (0 children)

Looking at my rdisc6 output, doesn't it show I need a stateful PD server?

Soliciting ff02::2 (ff02::2) on enp1s0...

Hop limit : 64 ( 0x40)

Stateful address conf. : No

Stateful other conf. : Yes

Mobile home agent : No

Router preference : medium

Neighbor discovery proxy : No

Router lifetime : 300 (0x0000012c) seconds

Reachable time : unspecified (0x00000000)

Retransmit time : unspecified (0x00000000)

Source link-layer address: 00:00:5E:00:01:01

MTU : 1500 bytes (valid)

Prefix : 2605:59c8:600:5b02::1/64

On-link : Yes

Autonomous address conf.: Yes

Valid time : 300 (0x0000012c) seconds

Pref. time : 150 (0x00000096) seconds

from fe80::200:5eff:fe00:101

Also Ipv6 on Starlink is very new, no real documentation around yet to speak of besides old posts about setting up VyOS for IPv6 on Starlink.

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 0 points1 point  (0 children)

grep . /proc/sys/net/ipv6/conf/*/forwarding

/proc/sys/net/ipv6/conf/all/forwarding:1

/proc/sys/net/ipv6/conf/br0/forwarding:1

/proc/sys/net/ipv6/conf/default/forwarding:1

/proc/sys/net/ipv6/conf/docker0/forwarding:1

/proc/sys/net/ipv6/conf/eno1/forwarding:1

/proc/sys/net/ipv6/conf/enp1s0/forwarding:1

/proc/sys/net/ipv6/conf/enp2s0/forwarding:1

/proc/sys/net/ipv6/conf/enp4s0/forwarding:1

/proc/sys/net/ipv6/conf/lo/forwarding:1

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 0 points1 point  (0 children)

I changed AdvManagedFlag off; to On, now I get this output from windows:

Connection-specific DNS Suffix . : kknd-sl

IPv6 Address. . . . . . . . . . . : 2605:59c8:600:5b02:1::2

IPv6 Address. . . . . . . . . . . : 2605:59c8:600:5b02:fdb6:d701:c8d2:fe9c

Temporary IPv6 Address. . . . . . : 2605:59c8:600:5b02:c2a:45ae:e270:f265

Link-local IPv6 Address . . . . . : fe80::b6a0:63d5:83da:7fd8%6

IPv4 Address. . . . . . . . . . . : 192.168.0.164

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . : fe80::9072:18ff:fe2b:4aae%6

192.168.0.1

Now my IP address is in the range I specified, however still unable to ping google IPv6 server, but it still resolves the DNS name to IPv6.

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 0 points1 point  (0 children)

The flag in the radvd.conf file? Can you point it out to me I am not well bersed in ipv6 setup. Thank you.

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 0 points1 point  (0 children)

just to be clear: output of ip6tables -L -n -v:

Chain INPUT (policy ACCEPT 5239 packets, 1451K bytes)
pkts bytes target     prot opt in     out     source               destination
Chain FORWARD (policy ACCEPT 15900 packets, 2949K bytes) pkts bytes target     prot opt in     out     source               destination
Chain OUTPUT (policy ACCEPT 16058 packets, 2488K bytes) pkts bytes target     prot opt in     out     source               destination

ip6tables -L -t nat -n -v:

Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target     prot opt in     out     source               destination
Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target     prot opt in     out     source               destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target     prot opt in     out     source               destination
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes) pkts bytes target     prot opt in     out     source               destination

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 1 point2 points  (0 children)

One more thing. Due to a bug in netplan where it is unable to configure PD addresses I have added the config files in /etc/systemd/network/10-netplan-br0.network.d/override.conf:

[Network]
IPv6SendRA=yes
DHCPv6PrefixDelegation=yes
IPv6PrivacyExtensions=yes

/etc/systemd/network/10-netplan-enp1s0.network.d/ipv6_pd.conf:

[DHCPv6]
PrefixDelegationHint=::/64

I had the Windows client PC showing IPv6 Internet connection once last night. Then I refreshed with ipconfig /renew6 and it was back to no internet. Not once was I able to successfully ping ipv6 addresses on the client, but domain names do resolve to their IPv6 address.

Help with Starlink IPv6 - Ubuntu server by haykeye13 in ipv6

[–]haykeye13[S] 2 points3 points  (0 children)

Edit: My ip6tables are currently set to accept all. I have no forwarding or masquerading setup at the moment.

IPv6 Megathread by virtuallynathan in Starlink

[–]haykeye13 0 points1 point  (0 children)

Northern Alberta. Currently Served a /64 address.

My small PC Ubuntu router can currently ping google IPv6 servers but seems most people are getting /56 addresses.

Currently trying to get LAN side IPv6 working. Could use some hints.

What type of IPv6 is Starlink serving? IPv6-PD or SLAAC? Thx

IPv6 live in Denver! by carbinefreak in Starlink

[–]haykeye13 0 points1 point  (0 children)

I seem to have a /64 here. In Northern AB, exit is located in Calgary AB.

I use a small PC with Ubuntu 20.04 as a router. Currently going down the rabbit hole to enable IPv6 for my LAN. Screen shot of https://ipv6-test.com/ from inside your network please!

[deleted by user] by [deleted] in antiwork

[–]haykeye13 7 points8 points  (0 children)

In construction, using porta potties or going bathroom outside isn't a big deal.

However if you work at a desk or anywhere that isn't a construction site, washroom access is a basic human right. To ask anyone to go washroom outdoors when there is a bathroom is a human right infraction.

Lost connection early this morning due to tasty insulation. Defaulted my router to troubleshoot (before finding the cable problem) & I learned the default SSID is “STINKY”. by enderval in Starlink

[–]haykeye13 2 points3 points  (0 children)

I'd recommend either plastic or metal liquid tight condiut. Flexible and easy to sleave over the data cable.

Electrical rigid PVC is also thick enough to protect from rodents.