Questions tagged [gateway]

584 questions
36
votes
9 answers

Nginx + php-fpm "504 Gateway Time-out" error with almost zero load (on a test-server)

After debugging for 6-hours - I am giving this up :| We have a nginx+php-fpm+mysql in LAN with almost 100 wordpress (created and used by different designers/developers all working on test wordpres setup) We are using nginx without any issues from…
rahul286
  • 1,647
  • 4
  • 20
  • 25
26
votes
11 answers

Is anyone else using OpenBSD as a router in the enterprise? What hardware are you running it on?

We have an OpenBSD router at each of our locations, currently running on generic "homebrew" PC hardware in a 4U server case. Due to reliability concerns and space considerations we're looking at upgrading them to some proper server-grade hardware…
Kamil Kisiel
  • 11,946
  • 7
  • 46
  • 68
22
votes
3 answers

nginx : no live upstreams while connecting to upstream

502 bad gateway error displayed when switching between site pages and some times on home page but not for the first request on the home page it is only when another page redirect to it. and it happens for some javascript files load balancing…
Mohammad Jolani
  • 333
  • 1
  • 2
  • 8
18
votes
7 answers

Windows 7, network connection with no default gateway: any way to change the "Unknown network" status?

I have a computer running Windows 7 Pro RTM. This computer has two network connections: A Wi-fi connection to the Internet (through a home router) which works just fine. An OpenVPN virtual network connection. More precisely, this is a virtual…
Etienne Dechamps
  • 2,164
  • 8
  • 24
  • 28
18
votes
12 answers

How to find the gateway IP address in Linux

What command can you use to find the Gateway IP Address (ie. home router address) for eth0 in Linux? I need to get the IP address from a command line app to use in a shell script.
J. Polfer
  • 449
  • 2
  • 5
  • 9
16
votes
3 answers

Routing from docker containers using a different physical network interface and default gateway

Background Information I have a server with two network interfaces that is running Docker. Docker, like some virtualization tools, creates a Linux bridge interface called docker0. This interface is configured by default with an IP of 172.17.42.1 and…
user81598
16
votes
5 answers

OpenVPN make redirect-gateway optional

I'm currently running an OpenVPN server for multiple clients. All traffic is directed through the VPN (it's set up as gateway; push "redirect-gateway def1"). So far, all is working fine. However, I'd like to connect a couple of servers to this…
Tuinslak
  • 1,435
  • 7
  • 30
  • 54
15
votes
7 answers

What is an edge server / router / device?

What is an edge server? We see some references to them, but we never see a definition.
Some Student
15
votes
7 answers

What's the difference between a gateway and a router?

Here we can see the router is 67.23.27.187(first hop), but the gateway is 67.23.27.1. What's the difference between a gateway and a router? How does my computer know the IP of the router when only the gateway address is configured? [root@jiaoyou ~]#…
wireshark
13
votes
4 answers

Does a Gateway of a Subnet need to be a "real" Computer?

Is a Gateway always a real computer or just a "logic" entity, which can be on any address, except the broadcast IP?
Semo
  • 271
  • 2
  • 9
12
votes
1 answer

AWS NAT vs AWS IGW vs AWS Router

As per this answer, router and gateway are same devices, in terms of functionality. In AWS world, we have internet gateway, NAT gateway and router Are these three not the same?
12
votes
8 answers

How do i get the default gateway in LINUX given the destination?

I'm trying to get the default gateway, using the destination 0.0.0.0 i used this command: netstat -rn | grep 0.0.0.0 and it returns this list: Destination - Gateway - Genmask - Flags - MSS - Window - irtt - Iface 10.9.9.17 - 0.0.0.0 …
Suezy
  • 223
  • 1
  • 2
  • 5
10
votes
0 answers

IPv6: Destination unreachable: Address unreachable

My server can't ping/reach any other outside. ping6 works for my local fe80::468... address as well as the 2a01:4f8..., but not for fe80::1! Errors/Troubles/Issues: ip neigh show fe80::1 dev eth0 FAILED ping6 2001:4860:4860:8888 (Google) PING…
am1
  • 211
  • 1
  • 2
  • 3
9
votes
1 answer

OpenBSD route via different gateways which have same IP but on different interfaces

I have multiple VPN connections which use the same gateway IP (I do not have the ability to change this as it is out of my control). These VPNs all provide access to different networks, and the networks are at least one or two hops upstream, so a…
bao7uo
  • 1,664
  • 11
  • 24
9
votes
1 answer

How do I increase FastCGI read timeout to prevent 504 error on nginx?

I am running a file with considerable amount of coding. It takes approximately 55 seconds to process 500 users, but now I have to process 1000 users. The default timeout is 60 seconds, so I have to increase the FastCGI read timeout. I found this…
rajankaneria
  • 93
  • 1
  • 1
  • 3
1
2 3
38 39