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
1
vote
2 answers

Gateway pushed by OpenVPN is automatically replaced

I'm using OpenVPN as gateway and it works perfectly - connection is successful, routes are set and forwarding is working. But some clients have problem with gateway (two different windows PC on same network). Both clients have two adapters - first…
1
vote
2 answers

Dual NICs, dual ISPs, dual FTP servers - Can't keep both connections running. What am I doing wrong?

I have a Windows Server 2003 machine with dual NICs. Until now we've only had a single ISP provisioned by our landlord in the building and have only been using one NIC. Filezilla is the FTP server. We've had a long standing issue with a client who…
Lunatik
  • 133
  • 1
  • 8
1
vote
6 answers

Linux gateway to the Internet

Where is the documentation on how to configure a plain Linux box (probably running Ubuntu), with two NIC's so that eth0 is the input from the Internet and eth1 is the output to a wireless router? While the traffic is passing through, I'd like to…
Scott Davies
  • 423
  • 1
  • 5
  • 9
1
vote
1 answer

Configure clients to navigate through specific wan. Pfsense

I have a machine with a pfsense running. It is configured with three ethernet cards. LAN 192.168.2.1/21 WAN1 200.41.X.2/24 WAN2 200.41.X.3/24 ISP Gateway 200.41.X.1 This is a connection with 5 different IP addresses. WAN1 and WAN2 are directly…
leandronn
  • 21
  • 1
  • 5
1
vote
1 answer

Prevent / Throttle LAN clients using domain controller as gateway

We're in a remote location in the UK, and as a result, have limited bandwidth. We are using on-router bandwidth throttling to ensure QoS for all users on the network. Our domain controller bypasses this throttling to get priority of service for…
1
vote
1 answer

How to set up the routing mail server with public static IP interface and private IP interface

I a building an email server that will use Postfix for SMTP, and Dovecot for IMAP. This server will have two interfaces: wwan0 - this interface has a static public IP address, and will be used by Postfix for sending and receiving email, and Dovecot…
ljbade
  • 133
  • 6
1
vote
1 answer

AWS Storage Gateway and Server 2012 R2

I'm having a heckuva time getting the storage gateway VM to authorize: it's not open on port 80. Perhaps I did something wrong? Server 2012 R2 Hyper-V I downloaded the VM but it would not import. A KB article indicated the problem may be that the…
1
vote
0 answers

Redundant Debian Gateway

I have to configure a redundant gateway with Debian boxes and I would like to get some recommendation what's the best solution in my case. There are certain limitations in my setup and I have to go for sure (100% working). I read this…
icighia
  • 11
  • 2
1
vote
0 answers

Cisco RV042 can ping gateway only

I have Cisco RV042 which the problem is can ping gateway only. here my setup : LAN Setting Device, IP address : 172.31.13.254 Netmask : 255.255.255.248 Dual Wan Setting WAN 1 Static IP: IP Address : 202.xx.xx.254 Netmask : 255.255.255.252 Def GW :…
Pathic
  • 121
  • 1
  • 5
1
vote
2 answers

502 Bad Gateway Nginx

When I try to view my website homepage I get the following error dislayed: 502 Bad Gateway Nginx The error log found at /var/log/nginx shows the message: *2014/04/21 10:30:39 [error] 3807#0: 228 upstream sent invalid header while reading response…
Tignor
  • 31
  • 1
  • 4
1
vote
2 answers

Wrong default gateway assigned

I am using Windows 7. Here is a correct ipconfig which helps me connect to Internet: IPv4 Address 192.168.1.100 Subnet Mask 255.255.255.0 Default Gateway 192.168.1.254 It happens so often that in the morning when I first turn on my computer, the…
trogerx
  • 13
  • 1
  • 1
  • 3
1
vote
2 answers

How can I check if my embedded Linux's SSL is not affected by heartbleed, without relying on the version number?

There are a lot of embedded Linux device that are built on Linux, that are used exactly for security purposes, like gateways, if I check OpenSSL I get: openssl version -a gets -» OpenSSL 1.0.0k 5 Feb 2013 But this maybe patched or merged and I…
Eduard Florinescu
  • 851
  • 5
  • 24
  • 39
1
vote
1 answer

Connection refused while connecting to upstream from nginx to gunicorn_django

I'm trying to get my server back online after an upgrade, and I can no longer seem to get Nginx to direct calls to Gunicorn - every request I send to the site gets back a 502 Bad Gateway. I have gunicorn_django running on port 8001 (as I can see…
benwad
  • 255
  • 2
  • 12
1
vote
1 answer

Iptables configure gateway virtual machine with 2 interfaces

I have a virtual machine that works like a gateway from other virtual machines. The configuration of the interfaces is the following UBUNTU: eth0: ip: 10.0.2.2 netmask 255.255.255.255 gateway 10.0.2.2 eth1: ip: 192.168.1.1 …
Danilo
  • 111
  • 5
1
vote
2 answers

OpenVPN client as gateway for other clients

I have OpenVPN network with one server and two clients. When I setup my default route on C1 to go through S (which does have ip forwarding and NATing enabled), everything works as expected. The problem is, that if I point C1 default route to C2,…
atalax
  • 11
  • 1
  • 3