Questions tagged [static-routes]

Manually configured entries in the routing table.

Manually configured entries in the routing table.

183 questions
0
votes
1 answer

static route configuration?

i rewiew my router configuration and i found :- ip route 0.0.0.0 0.0.0.0 Serial1/0:1 ip route 10.0.14.31 255.255.255.255 FastEthernet0/0 what we mean by two command ??? and what we mean by 255.255.255.255 and 0.0.0.0 0.0.0.0
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
1 answer

How to connect to Wi-Fi device through another machine available through VPN?

We are developing app for device named iTach WF2IR, but we doesn't actually have that device, we will get one in 4 weeks or so. Meanwhile, we should make demo for that device in a week. So we decided to connect through VPN to the remote mac…
Dennis Krut
  • 101
  • 2
0
votes
0 answers

Adding static route between two VPN servers

I have two VPN servers (Wireguard and OpenVpn) and my goal is that the clients connected to both the servers should be able to communicate between them. Say laptop A is connected to wireguard VPN server and laptop B is connected to OpenVpn, I should…
0
votes
1 answer

tun0 configuration via script using nmcli

Background For work I have to use Appgate SDP which is a VPN client. It creates a tun0 device, adds a bunch (300+) routes and is supposed to setup the DNS servers with domain search for tun0. At some point in the last week the DNS configuration…
0
votes
1 answer

Ubuntu can't communicate between two servers

I have 3 servers: Server #1 runs among other things a MongoDB database Server #2 runs some apps that connect to server #1's mongodb, everything works fine Server #3 is a new server where more apps will connect to server #1's mongodb My issue is…
Julien
  • 242
  • 1
  • 3
  • 13
0
votes
1 answer

How to NAT-route network to Tailscale?

EDIT: I already spent 3 days going through different possible ways of handling this and settled on iptables. This is like the biggest-kept secret to me. No matter how much I read, I feel like I'm missing some critical information to doing something…
Sawtaytoes
  • 143
  • 8
0
votes
0 answers

How to router from external IP to internal IP using opnsense

What rules do I need to create in OpnSense firewall to allow routing of packages from external interface to internal, without masquerade? Let me explain: I have an gateway running OpnSens with a valid IP A.A.A.A (WAN interface) and internal IP…
0
votes
1 answer

Static route via nftables firewall

I have a gateway "X" with 2 NICs enp0s3 (192.168.0.100) connected to 192.168.0.0/24 (let's assume this is a WAN network) enp0s8 (172.16.0.1) connected to 172.16.0.0/24 (presumably a LAN network) I have created a NAT connection using nftables to…
asteway
  • 1
  • 2
0
votes
0 answers

Windows Server 2016 unpredictable static routes

I am configuring routes on a Windows Server 2016 machine. I've already set up a Lan to Lan VPN as follows on a DrayTek router: Local network: 10.23.42.96/29 Remote networks: 10.41.73.0/24, 10.41.86.128/28 which is online and working. The network…
Hackjaku
  • 1
  • 2
0
votes
1 answer

Unable to reach different network using ubuntu server as a router in gns3

My network is shown in the picture, I am trying to ping from a windows vm to an ubuntu vm in a gns3 network. But I get: "Destination host unreachable". Network: https://i.stack.imgur.com/2xR6S.png I am trying to use ubuntu server 18.04 as a…
0
votes
1 answer

Windows 10 ignoring routing table

I have a Windows 10 PC that has 2 network interfaces. One of those interfaces goes into the main LAN where the fileserver, dns and the router for the internet are located. The second interface is a tiny LAN which has an PLC and an HMI. They both are…
kruemi
  • 111
  • 2
0
votes
1 answer

Windows static routing not working as expected

I have three routers: Router 1 has an external internet connection. It has LAN IP 192.168.0.1 and gives IP addresses in the 192.168.0.* subnet. Router 2 accesses the internet via Router 1. It has WAN IP (on Router 1's network) of 192.168.0.20, LAN…
cfp
  • 101
0
votes
0 answers

Red Hat 8 - Policy-based Routing

I have a issue with routing inside the RH8 server. So the concept is: 1x Red Hat server with 2 interfaces (different VLANs; 150 & 160) interfaces teamed like: IP 192.168.50.150 - interface: team0.150 IP 192.168.60.200 - interface: team1.160 1x…
0
votes
1 answer

How to add route with "metric" in network-scripts with metric on Centos 7?

On centos 7 server, I'd like to set the follow routes 172.22.55.0/26 via 10.1.1.6 dev eno5.xxx metric 100 172.22.55.0/24 via 10.1.1.5 dev eno5.xxx metric 200 in the /etc/sysconfig/network-scripts/route-eno5.xxx file, how do I do that? This is an…
surfcode
  • 245
  • 2
  • 6
  • 16
0
votes
2 answers

How to Set up Site-To-Site VPN using a VPN client as a gateway

I have a remote L2TP VPN which my synology diskstation connects to. I would like to use my synology diskstation then as a gateway to get to hosts on this VPN. The VPN assigns addresses in the 10.0.0.1 space. So I tried the following static route on…
User7391
  • 143
  • 1
  • 2
  • 6