I am using the following command to add a route, but the metric isn't working the way I want it to. I want the route I am adding to have a lower cost.
C:\Users\cboyle>route ADD 0.0.0.0 MASK 0.0.0.0 192.168.76.2 METRIC 3 IF 11
…
I have the following scenario:
Computer A: 198.51.100.8, netmask 255.255.255.0
Computer B: 203.0.113.9, netmask 255.255.255.0
Both computers are on the same LAN segment; no default gateway is specified in either case.
To get these two computers to…
I have a computer with 2 network interfaces.
One interface is connected to LAN network with IP 192.168.0.254, and the other is connected to a recorder server (192.168.0.233).
192.168.0.10 is the gateway for the LAN.
When I try to ping to…
I would like to join/bridge two different networks, network 1 and network 2:
Network 1: A network consisted of a Linux box (with one ethernet) port and multiple clients (connected via LAN switch). The linux box is acting as DHCP server and it's…
I am having an issue with a CentOS 6.3 box.
We have two NICs (eth0 and eth1) in the server which each have an ip from a different subnet assigned, let's say eth0:192.168.1.2/24 (gateway 192.168.1.1) and eth1:192.168.2.2/24 (gateway 192.168.2.1). The…
I am connected via Ethernet (10.1.1.1, interface 11) as well as via Wireless LAN (172.22.12.1, interface 12). I trying to route just a certain host (140.239.191.10 - which is whatismyipaddress.com for testing purposes) via the wlan instead of the…
Our domain consists of around 60 computers. I have been tasked with making sure that Windows 10 workstations cannot communicate with each other. My manager asked that I create static routes so that computers can only communicate with the network…
Is there a way to configure PPTP VPN on Windows Server which automatically tells the client to add a route for the private network?
I have to do it manually on every PC (once) using following command for example:
route add 192.168.111.0 mask…
For some reason my Centos 5.9 Linux 2.6.18 x86_64 wants me to have two default routes.
Whenever I reboot the server, my routing table looks like this:
[root@server1 ~]# route -n
Kernel IP routing table
Destination Gateway Genmask …
Software developer here, trying to get his sysadmin-foo up and running by setting up an OpenVPN server on amazon EC2 to access all the internal resources there. Here's how I envision that on a fresh Ubuntu 12.04 Canonical AMI:
Local network …
I try to setup Ubuntu with full disc encryption on top of Hetzner Cloud. I got everything to work except the network connection in initramfs. Thanks to the UI console its possible to unlock, but I need SSH (dropbear) in init. I successfully using…
I apologize if this is a really dumb question.
Objective
Ensure that traffic that is meant to go between nodes in a cluster does not (inefficiently) go outside the cluster and then come back in, but goes directly between nodes.
Background
We are…
Configured Clear OS to be in Gateway mode on a machine with two NIC cards.
eth0:192.168.2.0/24 with ip 192.168.2.27 which is connected to a modem and thus have internet connectivity.
eth1:192.168.122.0/24 with ip 192.168.122.10 which is connected to…
I'm currently doing the CCNA (Cisco Certified Network Associate) course at school and am a bit stuck on my case study, so I was wondering if anyone could help.
I have the following topology:
I have set up all the connections to the ones shown…