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

Shorewall: VPN clients can access LAN resources, but not the Internet

I set up a network in my studio's office with a Raspberry Pi serving as a VPN server for remote clients to access LAN resources. Router port-forwards 1194 port to RPi, so it's accessible from the Internet. After some time, I successfully set up…
Terzalo
  • 31
  • 4
2
votes
2 answers

Why Ping starts showing results only after a minute

I am running a Solaris 11 system over a local private network 192.168.100.0/24 and I run ping -s to get continuous ping. From the Gateway to my server I get root@mygateway:~# ping -s 192.168.100.42 PING 192.168.100.42: 56 data bytes 64 bytes from…
RaamEE
  • 195
  • 1
  • 1
  • 7
2
votes
2 answers

504 gateway timeout when accessing by hostname, but not by IP

I'm using Amazon EC2 with Elastic Load Balancing. On my web-based application, end-users connect to app.myapp.com get a 504 gateway timeout error when performing certain operations like converting a document to PDF. Otherwise, the entire…
user3035649
  • 121
  • 1
  • 3
2
votes
1 answer

OpenVPN: forward client's LAN to the VPN

My current setup involves an openVPN server with a single network interface and a client on another network that acts as router for a specific LAN. My goal is to enable forwarding of LAN traffic through the VPN. The router of the LAN is the one…
Einar
  • 225
  • 2
  • 11
2
votes
1 answer

OpenVPN redirect-gateway breaks other tunnels

This is my ifconfig setup: eth1 Link encap:Ethernet HWaddr 54:04:a6:49:99:16 inet addr:192.168.0.12 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::5604:a6ff:fe49:9916/64 Scope:Link UP BROADCAST…
Nikita240
  • 219
  • 1
  • 3
  • 11
2
votes
3 answers

Is there any way to prevent DHCP server conflicts?

When I ordered the internet connection for work, they threw on a "bonus" router. It's a a 2wire gateway "every service we can cram in a box" type of thing. This is not what I preferred to work with, but seeing as how my company has a limited budget,…
DWilliams
  • 953
  • 2
  • 20
  • 29
2
votes
1 answer

Load balancing SDSL + ADSL with Zyxel USG-100

I have a Zyxel gateway/firewall, and two Internet connections : SDSL (4MB up, 4MB down) and ADSL (15MB down, 1MB up). I'm trying to configure my Zyxel to use the two connections, and to use the SDSL in priority. I added a rule on the trunk, here is…
frinux
  • 121
  • 2
2
votes
3 answers

Multiple DNS with multiple WAN

I'm having a Linux gateway with two WANs each one is connected to different provider, each provider has his own DNS server, And local users are connected to the internet via this server [it's also serves as proxy server]. The Question is that is it…
MohyedeenN
  • 1,063
  • 1
  • 12
  • 15
2
votes
1 answer

lxc container not getting default route

I'm running Ubuntu Precise. I understand that my current version of lxc doesn't support gateway/default route assignment (lxc 0.7.5-3ubuntu67). I've been trying like heck to get a few lines to execute so that the default route can be set in the…
user176373
  • 53
  • 2
  • 4
2
votes
4 answers

Gateway software for wifi hot spot

Im looking for a solutions to set-up free wifi hot spot, but not completely open - i want to give access to all customers via paper coupons/codes. Like, each code is valid for 3 hours of surfing internet. It is kinda complicated, so i`ll try to…
Dan Sosedoff
  • 247
  • 2
  • 4
  • 11
2
votes
3 answers

OpenVPN - Client traffic is not entirely routed through VPN

I installed OpenVPN on my dedicated server. Using Viscosity or Tunnelblick on the client, I successfully connected to this server. However, after some tests, I realized that not all the traffic generated by the client goes through the server.…
Pierre Espenan
  • 141
  • 1
  • 7
2
votes
1 answer

Ubuntu 12.04 Transparent proxy gateway

i have a ubuntu server which i want to use as a transparent proxy, (i have no issue setting up squid, just the iptables. The server only has one network interface. The server sits on the same subnet as the router which is the current gateway to the…
user146536
  • 31
  • 3
2
votes
2 answers

How can I setup RD Gateway on the same server as TMG?

I have used the following guides with no luck: http://www.rayheffer.com/953/building-a-remote-desktop-gateway-rdg-rd-gateway-server/ http://www.isaserver.org/tutorials/Microsoft-Forefront-TMG-Publishing-RD-Web-Access-RD-Gateway-Part2.html We have MS…
Name
  • 33
  • 1
  • 2
  • 4
2
votes
2 answers

Default route not on LAN

I have a network that in principle looks like this: H1---\ /----Inet1 H2---->---GW1---< H3---/ \----GW2-----Inet2 H1 and H2 = Hosts that need access to internet with GW1 Inet1 = Internet link over 3G connection Inet2 = 5GHz…
Jarmund
  • 535
  • 2
  • 6
  • 17
2
votes
1 answer

What causes packet loss from Debian server to nearest gateway?

I have a debian Squeeze KVM server hosted with an ISP. The server doesn't have much load (average 0.1) and has sufficient memory, low network traffic, low disk i/o etc etc. It's running standard LAMP setup, with all latest deb packages installed. No…