Questions tagged [gateway]

A gateway is a network node used in telecommunications that connects two networks with different transmission protocols together.

A gateway is a network node used in telecommunications that connects two networks with different transmission protocols together.

or

A gateway computer that sits between different networks or applications. The gateway converts information, data or other communications from one protocol or format to another.

603 questions
5
votes
3 answers

OpenBSD: Gateway outside subnet (works in Linux)

We need to set up an OpenBSD host to use a default gateway that's outside of it's subnet. This is all I need to do on Linux (not the actual IPs) to achieve it: ifconfig eth0 33.33.33.33/31 up route add 33.33.33.254 dev eth0 route add default gw…
kshade
  • 65
  • 1
  • 5
5
votes
1 answer

Specifying Gateway for VPN Connection

I'm not very familiar with networking really, so go easy on me! I need help enabling Split Tunnelling for client connections to my newly created VPN server. I've un-ticked the Use Default Gateway on the Remote Network option under the IPV4…
Danwise
  • 53
  • 1
  • 1
  • 4
5
votes
1 answer

ping request not forwarded in one direction

Edit: I solved my issue just as I was finishing this insanely long post. I had simply not enable ping reply in my windows firewall which is why I could not ping a computer on network 0 from network 1 or 2 (see below). And of course, when I tried to…
5
votes
1 answer

Passing client MAC addresses to DHCP server over VPN

I'm tasked with implementing VPN access on a gateway. The LAN DHCP server is configured to assign the same IP address to a given MAC address. I would like to have this functionality for clients who connect over the VPN. I know I can configure…
teflon19
  • 181
  • 8
5
votes
1 answer

Linux Gateway: One network card how to masquerade from one subnet to another

Good morning one and all. In our network we have a single Linux machine that has aliased IP addresses. Each of these IP addresses sit on a network controlled by a remote router to an ISP. We want to use our Linux box as the gateway for our…
Alan Williamson
  • 49
  • 1
  • 1
  • 5
5
votes
1 answer

Can Remote Desktop Gateway be run from a standalone server?

I have a standalone (non-domain) Windows Server 2008 R2 that I need to securely access using RDP from the public internet. I want to access it using the standard 443 SSL port, since other ports are most likely blocked within corporations and schools…
Magnus
  • 474
  • 1
  • 7
  • 17
5
votes
2 answers

IPv6 can I use a link local address as my default Gateway?

can I set the default GW to be the Link Local address of the next hop router. I understand this is a strange thing to do, I'm mostly wondering it is possible?
Arthur Ulfeldt
  • 3,249
  • 9
  • 33
  • 40
4
votes
2 answers

What is the difference between a proxy server and a gateway server?

From Proxy server on Wikipedia: A proxy server may reside on the user's local computer, or at any point between the user's computer and destination servers on the Internet. A proxy server that passes unmodified requests and responses is usually…
Tim
  • 1,487
  • 6
  • 28
  • 43
4
votes
1 answer

How to find my VPN gateway?

I'm not a network engineer but I'm trying to configure my linux machine to have internet access while being connected to my VPN. My current idea to solve this is to connect to my VPN while configuring my machine NOT to re-configure my routes after…
Muhammad Gelbana
  • 217
  • 4
  • 11
4
votes
1 answer

Routing on Bonded VLANs

I've got a linux d/b server (OEL 6.4 but effectively Redhat 6 I believe) with bonded nics connecting to juniper switches. I've split the bond up into multiple vlans (bond0.11, ... bond0.18) with IP address ranges 192.168.X.Y/22 so that the d/b…
Mark Fisher
  • 195
  • 1
  • 9
4
votes
2 answers

Prevent Windows Server 2012 from using DHCP-provided default gateway?

How can I prevent Windows Server 2012's local network connection from using the default gateway provided by a DHCP server? I do not control the DHCP server so the solution must be implemented on the client machine. I remember registry entries…
c200162
4
votes
2 answers

Set gateway per interface in DNSMasq

I have dhcp set up using DNSMasq, which looks like this: dhcp-range=interface:eth0,10.1.0.50,10.1.0.250,255.255.255.0 dhcp-range=interface:eth1,10.1.20.50,10.1.20.250,255.255.255.0 What I need to be able to do is set the gateway 'dhcp-option 3' for…
Jerbot
  • 394
  • 2
  • 3
  • 12
4
votes
3 answers

Routing decision when there are two default gateways on windows

My windows machine has two network cards, both have default gateways. How does windows determine which gateway should it access when sending a packet to a remote endpoint? More precisely, here's my routing table: Active Routes: Network…
rouli
4
votes
3 answers

two gateways / two providers with different ips

I want to route packets coming in on eth0 back over eth0 and the ones coming in to eth1 back over eth1. I don't care which gateway is used for outgoing connections. If i just enter two gateways in /etc/network/interfaces then the kernel routes…
Jure1873
  • 3,702
  • 1
  • 22
  • 28
4
votes
2 answers

2 nics. 2 Defaults Gateways

Here is my scenario: i have this server with 2 nics, each one with different IPs, connected to differents routers. Almost everything is configured whe way i need. Traffic coming from eth0 exits using eth0, traffic coming from eth1 exits using eth1.…
andre.dias
  • 49
  • 1
1 2
3
40 41