Questions tagged [route]

Command line tool for manipulating and listing the routing table.

620 questions
1
vote
1 answer

Creating Routes using the second NIC in the box

OS: Linux I need some advice on how to set up the routing table. I have a box with two physical NIC cards eth0 & eth1 with two associated IPs IP1 & IP2 (both of the same subnet). I need to setup a route which will force all messages from IP1 towards…
Aditya Sehgal
  • 127
  • 1
  • 5
1
vote
1 answer

ISA Server Route Add Question

I have a situation where I have and ISA 2006 server (on Win2k3) that has an internal and an externaly facing NIC's. All works fine but I need to add a couple of routes for the following reason: Our monitoring software is on a different network. Our…
Kip
  • 897
  • 1
  • 12
  • 22
1
vote
3 answers

Routing / binding 128 IPs to one server

I have a Ubuntu server with 128 ip's (static external ips 86.xx.xx.16), and I want to crawl pages thru different ip's. The gateway is xx.xxx.xxx.1, the main ip is xx.xxx.xxx.16, and the other 128 ip's are xx.xxx.xxx.129/255. I tried this…
Andrew
1
vote
1 answer

Allowing a route to/from network when there are multiple networks

I have tough one here but can't seem to figure out the right routing. I have a server (serverA) that is on two separate networks: 192.168.200.x/24 & 192.168.117.0/26. This server has a hostname (serverA.example.com) on 192.168.117.70 & a separate…
1
vote
2 answers

Routing data through VPN in linux

I think its a silly question but still here it goes.. Terminal Output: eth0 Link encap:Ethernet HWaddr 00:1c:c0:37:5e:25 inet addr:10.100.98.51 Bcast:10.100.98.255 Mask:255.255.255.0 inet6 addr:…
Abhijeet Rastogi
  • 236
  • 3
  • 20
1
vote
0 answers

How to isolate interfaces on a wireguard proxy server

I have a Wireguard server that I want to act as a public proxy to all my WG VPNs. My first wg config (wg0) is a standard road warrior scenario. This is the setup: ProxyPeer - wg0 address 10.0.0.1, publicly reachable LANPeer - inside of LAN…
hKaspy
  • 11
  • 2
1
vote
1 answer

Routing VPN access shared folder not working, other request type (ping, http, git) working

My Windows 10 client Routing throught vpn is working, pinging signal and other type of request (http, git, ...) also go through the VPN interface only access windows sharing folder is not - it always go through default gateway , cause of my client's…
MinhNV
  • 11
  • 2
1
vote
0 answers

Bridging traffic between eth0 and wlan0

I have tried with this but can`t get it to work, the eth0 and wlan0 are already up and running so my setup is a lot easier. wlan0 has a DHCP already enabled and is correctly assigning the IP to the client, eth0 is set to static, the client is…
homer69
  • 11
  • 2
1
vote
1 answer

Accessing Devices on SubnetA from SubnetB

Hi All been beating my head all day and will continue to do so but hoping someone can guide me in a direction. I am currently trying to plug an IP Cam directly into ubuntu machine that has an eth0 and wlan0 interface. I'm trying to route it so that…
Llewyn S
  • 41
  • 1
  • 6
1
vote
0 answers

Many external "On-Link" IPv4 addresses shown as Persistent routes in Windows

When I run route print on my "normal" Windows 10 Pro machine, the "Persistent Routes" section lists 136 (!) Network addresses with a /32 mask, and "On-link" as the Gateway. Many of the IP addresses seem to belong to Microsoft or Akamai, but there…
mivk
  • 4,004
  • 3
  • 37
  • 32
1
vote
1 answer

Network Solution to allow LAN to communicate to a different SubNet via a Ubuntu BOX

EDIT: I have added a topology diagram to make it clearer. I want to access the subnet 172.19.X.X (BLUE) from LAN->M2 I am already able to do via M1 which has a static route. I trying to solve a specific situation and dont know how to think about…
DrBug
  • 111
  • 2
1
vote
0 answers

Multiple DHCP NIC and local LAN - Debian, Proxmox

tl;dr: How can i get 3 NIC to route, backup/failover and communicate together? I got a proxmox server with 3 NIC vmbr1: company lan - dhcp (engineering department) vmbr2: robotics network (static) vmbr3: company lan - different subnet (business…
1
vote
1 answer

Redirecting Netflix and Youtube traffic to another gateway by IP addresses on Mikrotik router

I help a friend in taking care of the network with few buildings with appartments for rent. During the holiday season all apartments are fully booked, and that means we have 40-60 guests. There are 18 smart TV boxes with Netflix, Youtube etc. We…
Kamil
  • 157
  • 2
  • 10
1
vote
1 answer

How to check an IP address is blocked by IP Route?

My server is constantly getting attacked by Amazon India servers. I added 35.154.0.0/16 range to the route for IP address 35.154.252.15 ip route add blackhole 35.154.0.0/16 But when I check if the IP address is blocked, it does not output…
NecNecco
  • 221
  • 2
  • 9
1
vote
0 answers

Two instances of Dante proxy server with two interfaces

I'm running 2 instances of Dante server on my Linux machine, one of them is called danted which is supposed to connect me to the internet through the ethernet cable and the other is sockd which is supposed to connect me through an OpenVPN…
Shayan
  • 85
  • 8