Score:0

Can't Ping Discord.com [Ubuntu Server 22.04.1 LTS]

sh flag

Recently moved my server machine to a new location (different ISP). I have an internet connection and can ping google.com, but I cannot ping discord.com. (I need to reach discord.com in order to host a bot). I can reach discord fine from other devices on the same LAN, as well as SSH into the server machine. At the server's previous location, I was able to connect with no issues. At the current location, with a previous installation of Ubuntu, I was also able to connect. I was connected over ethernet in each instance.

Here are the contents of /etc/netplan/01-network-manager-all.yaml :

#network:
#  ethernets:
#    enp0s7:
#      dhcp4: true
#  version: 2

# Let NetworkManager manage all devices on this system
network:
  version: 2
  renderer: networkd
  ethernets:
    enp0s7:
      dhcp4: true
      dhcp6: true
      addresses:
       - 192.168.1.2/24
      routes:
       - to: default
         via: 192.168.1.1
      nameservers:
        addresses:
         - 8.8.8.8
         - 8.8.4.4

Any advice on how to remedy this? I'd like to avoid reinstalling Ubuntu if possible.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.