Questions tagged [static-routes]

80 questions
7
votes
1 answer

How would I add network routing instructions with NetworkManager in Arch Linux?

I need some help with networking. I know how to do this in Windows, but not in NetworkManager on Arch Linux. First my setup: NetworkManager Arch Linux IP…
user452025
6
votes
2 answers

How to permanently add a route in OS X?

I have a Mac Pro and the problem is that it is not connecting to systems in other VLANs. This can be temporarily archived by sudo route -n add -net /mask However it vanishes in the next laptop restart. How can I add the route…
Sri Ram
  • 61
  • 1
  • 1
  • 2
5
votes
1 answer

How to access web administration page of downstream router from client of upstream router?

Given the following network setup, Router1 (192.168.1.1) ─┬─ (192.168.1.2) Ubuntu Samba+SSH Server ├─ (192.168.1.3) Router2 (192.168.2.1) ─┬─ (192.168.2.X) GuestPC1 ├─ (192.168.1.X) AdminPC1 …
silvernightstar
  • 331
  • 1
  • 5
  • 19
4
votes
1 answer

How to set up a static route to allow PS Vita remote play to PS3 through a second router?

I'm trying to get my PS Vita to connect to my PS3 through my home network rather than the PS3's wireless access point (mainly because of the PS3's weak signal). My Mac (OS X 10.8.2) is sharing its internet connection from en0 (ethernet) to en1…
SOBA
  • 41
  • 3
4
votes
2 answers

Routing table persistent route not working (Windows)

Hi I configured the following persistent routes on my Windows Server. route -p ADD 10.32.1.40 MASK 255.255.255.255 172.16.8.254 route -p ADD 10.192.1.40 MASK 255.255.255.255 172.16.8.254 They work fine initially, but when I reboot they do not work…
Gilles Lesire
  • 141
  • 1
  • 1
  • 10
3
votes
1 answer

Why am I having connection difficulties across two subnets?

I'm attempting to wirelessly connect my neighbor's home network with mine. We each have our own internet services and subnets which we want to preserve, but still be able to access services between our subnets. To that end, I purchased two Ubiquiti…
2
votes
0 answers

How do I join two networks without the ability to change the default gateway?

I have a handful of internet-facing Linux (Ubuntu) VPSs with a couple of providers, and I connect them together with a virtual backplane network from ZeroTier (https://www.zerotier.com/). I use this to do stuff like database replication between…
2
votes
0 answers

How to create route for dummy interface

I have two linux servers 172.20.140.10 and 172.20.140.11 in same network. 172.20.140.10 is used for simulating the devices and 172.20.140.11 is my Collector. In 172.20.140.10 I have created 2000 Virtual IP's (Sample command I used for creating the…
user1882624
  • 121
  • 2
2
votes
0 answers

Why does multicast streaming only work with 224.0.0.0/4 routed to network card/NIC in Linux?

a project of mine involves multicast streaming of DBV-S2 TV channels by using a networked SAT tuner. As there are no IGMP-capable network switches, the network is quite stressed and so I set up a physically separate network. This new network…
Andreas N
  • 159
  • 1
  • 4
2
votes
0 answers

Understanding Linux routes in Proxmox

I have a server and decided to go ahead and practise with Proxmox. This is the network setup I have right now: Two interfaces: eth0 & eth1 (different NICs, both connected to internet) Two bridges: vmbr0 (private IP: 192.168.1.200) & vmbr1 (used by…
Raj
  • 21
  • 3
2
votes
0 answers

Route table flushed - how to repopulate active table without reboot

I am trying to automate a procedure in our team in which we must flush the routing table on some machines but what I have noticed is that it flushes the active table as well. This table does not repopulate till we reboot the machine and in many of…
nGX
  • 224
  • 2
  • 4
  • 11
2
votes
2 answers

How to permanently set the default gateway to a particular IP address?

I get a default gateway of 192.168.178.2 whenever I connect to my router, but I want 192.168.178.1. Every time I connect to the Wi-Fi I have to delete and then re-add the default gateway. How can I solve this problem permanently? ----edit--- The…
epsilon8
  • 730
  • 3
  • 12
  • 22
2
votes
3 answers

File Sharing between two routers

i need help on setting up file sharing across two routers. the two routers were DLink DIR-600 Wireless 150 Router. Router 1 lan address 192.168.5.1 and router 2 is 192.168.10.1. how can i setup up to make filesharing possible within the network? The…
JW 웃
  • 123
  • 7
2
votes
1 answer

How do I connect to a computer behind a switch behind a router from the same network?

Environment: I have a router (ASUS ROG GT-AC5300 x 1) in the middle of two switches (TP-Link TL-SG108E 4.0 x 2). The router's WAN port is connected to another router that provides Internet (out of scope). Both switches are on LAN ports. Computer 1…
2
votes
2 answers

How does the IP address of a gateway in a static route affect routing

I have been using a Windows 7 computer to connect to a Windows 10 computer which is on the same physical network but on a different subnet. Before I added a static route to Windows 7 all traffic was going up to the main router and then back down to…
chew socks
  • 383
  • 1
  • 17
1
2 3 4 5 6