network

  1. D

    How to intercept a packet from an app? [PROJECT]

    Hi! I have this hiking app that uses terrible commercial maps but I want to intercept every request from it and feed it instead with tiles from my OpenStreetMap server. I figured that I need to connect my phone (where the app is installed) to my server via wifi. The server is not connected to...
  2. E

    "Activation of network connection failed." Always shows up.

    Hello folks. So, I've setup a print server in our office using Ubuntu 20.04 LTS and successfully setup CUPS to be available over the network to all devices. But, every time I tried to connect the print server to our router, it keeps showing "Activation of network connection failed." error...
  3. C

    Debian 11 Help

    I’ve downloaded the latest version of Debian and decided to leave my computer off for a few months. Prior to my problem I was using an Ethernet cable to connect to the internet. I’ve since moved properties and have no access to an Ethernet port nor Ethernet cable. To my surprise, I have found...
  4. RoroG

    Wifi adaptator not found MediaTek Wi-Fi 6 MT7921 Wireless

    Hello everyone, I decided to make a post on this forum because after several hours of research and unsuccessful attempts I am completely blocked. This is the first time I use a linux as an OS on my daily computer. My problem: I can't connect with wifi, in the settings in the GUI I don't have...
  5. A

    Small Linux workgroup-related questions

    Hello, I do some volunteer job in educational institution in my country as a part-time system admin, both for experience and for pleasure. Currently we have a set of ~25 Centos 6 (partly v7) based workstations with some pretty 'strong' servers (16G RAM, 8 cores Xeon). I have a set of...
  6. N

    Blocked external access (even with open ports)

    Hi guys, I have some problem on my server that I can't identify. I'm new to this subject, I have a Debian 10 server, but I can't leave it exposed to the external network, even with the proper port forwarding, so much so that I installed xampp on my work machine, and it's working normally, I...
  7. T

    wlan network interface not showing

    Hi, I recently installed arch on my laptop. It lacks an ethernet port so I've had to use wireless, It's been working on and off for a few days but now the wlan interface won't show when I run 'ip link'. I can see it's been detected in lspci and it is written, 'Kernel driver in use: iwlwifi'...
  8. B

    Ansible error "PORT STATE SERVICE 5986/tcp closed wsmans"

    It´s about Ansible setup and connection to target I´ve configure this om my client and used Ansible for window10 with wsl: [web] server01 [web:vars] ansible_user="[email protected]" ansible_password=somepassword ansible_connection=winrm ansible_winrm_transport=credssp...
  9. S

    Help with using networkd on ubuntu desktop rather than network manager

    Hi I've two ubuntu desktop machines running and I am trying to set up one to operate as a router. I've set both to use networkd using this tutorial here What I've done so far: Server: /etc/sysctl.conf - net.ipv4.ip_forward=1 sudo iptables -A FORWARD -i enp0s8 -o enp0s3 -j ACCEPT sudo iptables...
  10. P

    Linux Routing to reach Networks on another Server.

    Hello All, Can i need help with Routing on Linux machine. 1) I have two servers on AWS environment. one Windows and one Linux 2) I have installed GNS on the windows machine and created three Routers (creating two networks) 3) IP address of AWS linux machine is 171.16.10.175 IP address of...
  11. jeremyy44

    Internet stops working after some time

    Hi, So recently I have been getting some problems with my server's internet. So my server is on Ubuntu Server 20.04 and whats been happening is that my internet will be fine and working for a while like for exemple it has been working fine for the past week but all of a suden with no good...
  12. jeremyy44

    2.5Gb/s nic at 1Gb/s speed Jeremyy44

    Hi, So I recently decided to switch to linux for my main OS and I have been having some problems with my nic. So my setup is pretty straight foward I have two 2.5Gb/s nics one in my pc and one in my server that are both directly connected to one another. My problem is that I am not able to get...
  13. O

    Wifi, ethernet connected, but no internet.

    Hey! I have a problem with my Ubuntu system. Wifi and ethernet is connected, when I type iwconfig command it displays but the internetdoes not work. Everything worked before. Iknow it's the system's fault, because on theother system (Windows) (dualboot) everythingworks without a problem. This is...
  14. L

    Network Error after Peppermint 10 OS package updates

    I just bought a new computer and installed peppermint 10, once I did package updates I wasn't able to get WiFi or LAN to connect. I tried to reinstall but can't get the USB to boot! I've asked a friend to help me with some start networking commands but no luck. Can anyone help me understand...
  15. jeremyy44

    netplan "renderer NetworkManager" = could not resolve 'ca.archive.ubuntu.com'

    Hi so today I stumbled upon a problem. When adding the line "renderer NetworkManager" to my netplan .yaml I get a could not resolve error when trying to do a apt update. My .yaml looks like --------------------------------- network: ethernets: enp9s0: addresses: -...
  16. stuffedegg

    Newbie to Linux, network question

    Hi all, sorry if this is in the wrong section, I have only just joined. I am very new to Linux, but honestly, I love it. I am dual booting between Win 10 and Linux Mint (separate SSDs) The way that my household has our network set up is, I am the only person who has a desktop, so I keep a 1TB...
  17. D

    Network issues

    Hello, we have a problem on ubuntu 18.4 if anyone has the idea please. Ubuntus 18.4 VM in vmware which has two network card: one in the DMZ and one in the local network, the server can be reached from the internet from the DMZ card IP by port forwarding and can be reached from the local network...
  18. L

    How to connect internet automatically during startup?

    The os recognize my ethernet device as `enp6s0`. ifconfig -a enp6s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.31.22 netmask 255.255.255.0 broadcast 192.168.31.255 My home network structure: isp ---- moden ---- router ---- pc I had already...
  19. jeremyy44

    SSL with openssl made everything stop working

    So basiclky yesterday I tried to use a self signed ssl using openssl but since creating it using the command sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt most of myy things like nextcloud and...
  20. SuperAdventureHunter

    Spontanious Networking Problem [CLOSED]

    Once again I have been bested by GNU/Linux. Well, all of a sudden Ethernet broke. I hadn't configured wireless yet (my current networking card uses proprietary drivers; different problem for a different time), so on my Debian installation I don't have internet. I know this isn't a hardware...
Top