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

What is the purpose of netcat's "-w timeout" option when ssh tunneling?

I am in the exact same situation as the person who posted another question, I am trying to tunnel ssh connections through a gateway server instead of having to ssh into the gateway and manually ssh again to the destination server from there. I am…
jrdioko
  • 567
  • 5
  • 9
  • 18
4
votes
1 answer

How can I use iptables to forward all traffic to a certain website?

I have a Radius server doing Mac Auth on VLANs. If the MAC address isn't in the allowed table, the user is put into a separate VLAN. What I want to do on that separate VLAN, is have my Debian server giving out IP's via a DHCP server. What I need…
John
  • 41
  • 1
  • 1
  • 2
4
votes
7 answers

multiple internet connection at office

We have been using two separate Internet connections in our office. People will share internet connection by setting their gateways to either of these. Gateway is one of our local server through which internet is shared. So, we are using two local…
Venu
  • 215
  • 1
  • 7
4
votes
4 answers

Stress test speed on a gateway?

I'm interested in stress testing my gateway server but am lost on how. Most of the stress testing applications I've seen only see how much load an app like Apache can handle, but not this. Essentially I want to send as many packets I can into this…
TheLQ
  • 983
  • 4
  • 14
  • 31
4
votes
3 answers

Does Default Gateway IP = Router IP?

I am trying to automate logging into the routers setup config page, and if I can get the default gateway IP I want to be sure that I will be able to use that ip to login to the routers config page (of course assuming router has config page and I…
user55887
  • 151
  • 1
  • 2
  • 7
4
votes
1 answer

load balancing multiple gateway using route and iptables

under linux, how do I load balancing multiple gateway by using route, note that I have one input interface lets say eth0, and one output interface lets say eth1. eth1 can connect to multiple IP gateway where each of those gateway has its own…
uray
  • 245
  • 4
  • 7
4
votes
4 answers

transparent git-svn gateway

Currently we have an subversion repository with the following layout: /trunc /group1 /proj1 /proj2 group2 /proj3 /etc.. /tags /group1 /proj1 /proj2 group2 /proj3 /etc.. /branch /anything temporary I believe this is an rather…
azatoth
  • 143
  • 1
  • 6
4
votes
1 answer

htaccess redirect all to one file (except from localhost)

I want to redirect all traffic to a single .php gateway file, this file will do authentication and use ajax to pull the file that was requested. So I need a .htaccess with flow like this: if external request for any file redirect (or rewrite) to…
Shauno
  • 165
  • 2
  • 6
4
votes
1 answer

Unexpected IPv6 client address from Azure Application Gateway's health probe

I have the following setup in Azure: Public IP address (IPv4) Azure Application Gateway (Standard V2) V-NET with one subnet. AGW deployed to that subnet with 'Add IPv6 address space' checkbox disabled AppServices and Functions as…
3
votes
1 answer

Possible the connect OpenVPN and AWS Transit Gateway

I have setup a Transit Gateway and a Site-to-Site VPN connection from our on-prem to our AWS accounts. It is working like a charm. We have remote users working at home who need remote connection to our infrastructure. So I setup an OpenVPN Server in…
Kaymaz
  • 241
  • 3
  • 11
3
votes
2 answers

AWS VPC: Internet Gateway vs NAT

This and this and this are quite related to my question. Although it seems to have answered quite a lot of people's doubts, I am still struggling to understand if this setup is specific to AWS or in general networking. If its the latter, then I need…
3
votes
2 answers

Add static route (default gateway) on Ubuntu 16.04 server

I have set up Ubuntu 16.04 VM server, and I'm trying to change default GW on it. (all traffic should be redirected to another gw - because of whitelisting problems). Incoming traffic will come from 10.50.x.x network, but outgoing should go trough…
Goran Keleković
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

FreeBSD gateway between two private networks - NAT required?

I have two networks: 10.0.0.0/24 and 10.1.1.1/24. Default gateway to the Internet is 10.1.1.1 and my gateway system gets assigned 10.1.1.20 on the external interface and has 10.0.0.1 on the internal interface. I don't want to run a firewall or have…
user227963
  • 209
  • 1
  • 2
  • 11
3
votes
2 answers

Is it possible to have a windows CE static IP assigned with a non-specific gateway?

First time posted on serverfault. We have a bunch of windows CE devices that hate our DHCP server (likely a bug) but lets ignore that. Say we can't use DHCP at all. But we have devices that may connect one of two Gateways wirelessly, say one…
3
votes
2 answers

Ubuntu as NAT Gateway with iptables

I'm trying to configure Ubuntu 14.04 to act as a NAT gateway between a private and public network. Public Interface -> eth0 (178.x.x.x) Private Interface -> eth0:0 (192.168.206.190/17) I've tried many combinations of iptables rules, but I can't…
epea
  • 406
  • 1
  • 9
  • 19