Questions tagged [static-routes]

85 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
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 …
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
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…
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
1 answer

How to communicate (route traffic?) across two different subnets

A home networking question. I would like hosts on different networks (subnets?) that use the same internet connection to communicate. Two routers, 192.168.2.x connects to the the internet and 192.168.1.x connects to 192.168.2.x. Router 1: Belkin…
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…
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
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
2
votes
1 answer

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
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
2
votes
1 answer

how make this two 'separated' lans/networks see each other/works as one?

I need that devices from network 1 see/interact with devices on network 2, but i don't know how to do it. 1 - the modem of the contracted company is currently in bridge mode, because i don't have much access to his configurations and the company…
1
2 3 4 5 6