routing

  1. M

    [local LAN multisite orchestrator or router] apache or nginx all under Docker

    Good morning, I am very happy to be able to join this forum as a newbie on linux. I undertook to dockerize many ubuntu server 20.04 and 22.04 VMs in order to gain resources and ease. Currently I have dockerized (docker release 24.0.2): Apache Guacamole, Noip (DDNS), Nextcloud, AdGuardHome...
  2. G

    Routing with VPN doesn't work, I wonder why?

    Hi, I'm establishing a VPN connection, but it doesn't seem to work like I thought. Here's the resulting routing table ant the traceroute output: Quote: root@porteus:/home/guest# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.1...
  3. S

    OpenVPN route client traffic to server

    Good day, I have my home server (on which I test my systems) freshly set up with Debian 11 today, and would like others to be able to connect to it. Of course I don't want my IPv4 to be shared, so I thought of the following solution: buy a cheap vServer and forward all requests to it...
  4. J

    Routing all traffic from an external machine to a proxy

    May be there is a duplicated question but it seems no one do this scenario. I have several machines in my network which are not using proxy to outbound. I want to redirect all traffic, using route tables, to an appliance so that appliance ingests that clean traffic and send it to a proxy, or...
  5. W

    SIOCADDRT Operation not permitted

    I'm a newbie with linux and I have a problem I don't know how to resolve... I'm using kali linux and I needed to add the routing table to my device with this command: ```sudo ifconfig wlan0mon up 192.168.1.1 netmask 255.255.255.0 route add -net 192.168.1.0 netmask 255.255.255.0 gw...
  6. L

    How to route/forward all traffic through transparent proxy(redsocks) using iptables?

    Hello! I want to route all traffic through redsocks proxy using iptables. My redsocks.conf: base { log_debug = on; log_info = on; log = "file:/home/user/redsocks.log"; daemon = on; redirector = iptables; } redsocks { local_ip = 127.0.0.1; local_port = 2525...
  7. C

    Lan not tunneling through OpenVPN

    Hello, my effort to to route my LAN traffic via the OpenVPN tunnel is failing, although curl ifconfig.me from the OpenVPN device shows OpenVPN device is tunneling. However the LAN Traffic is not being forwarded to the Internet VPN Gateway. Please review my routing table below for a fix...
  8. E

    Ping through 2 Namespaces in same Subnet

    Hi @ all, i´ve a question. I have the following setup, but cannot ping from ETHA to ETHB. If i check Namespace 1, i have the following configuration: root@default: ip netns exec ns1 ip a 1: lo: <LOOPBACK> mtu 65536 qdisc noop state DOWN group default link/loopback 00:00:00:00:00:00 brd...
  9. T

    Multiple Network Adapters Assigned with Same Subnet IP Addresses

    We have 2 Network Adapters (each vm) assigned with the same subnet IP addresses on Azure SLES 12.x on two VMs, as this is requriement by client application team. However, we were facing some network communications issues (unable to reach) between two servers. Communication is fine if we disabled...
  10. W

    Configuring CentOS 7 with two IP addresses on Same LAN

    Hello all, I have a CentOS 7 server with an Emulex OCE14102-NT card installed into one of its PCI slots. The card has two 10Gbps NICs with unique MAC addresses for each NIC. I am trying to configure each NIC with an address on a 172.16.20.0/16 network. I have disabled NetworkManager and...
  11. cyberkiller

    Distributed computing with Linux

    Hey guys, Im new in this forum, generally Im beginner on distributed computing. The main purpose is to share experiences accordingly to the post thread title. Has anyone tryed his own online server? I mean what type of server, which service, which Linux? Experiences about distributed systems...
Top