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

How do I get VirtualBox to use my Windows 7 host machine as a gateway?

I can't seem to find the answer to this. I have a Windows 7 (64bit) machine that is a company laptop. Company policy is very strict about adding machines to the network. I need to run a Linux server to do some Rails development. Anyway, what I…
cbmeeks
  • 243
  • 1
  • 4
  • 11
0
votes
2 answers

Linux or Windows Server as Gateway/Firewall

In my house, i'm running a server I use for testing purposes, and I'm planning on throwing away my knackered router, and making the server my Gateway to the internet and using it as a server for several other applications (mostly on IIS), as well as…
topherg
  • 171
  • 1
  • 2
  • 10
0
votes
2 answers

Linux as a router for public networks

My ISP had given me a /30 network. Later, when I wanted more public ips, I requested for a /29 network. I was told to keep using my earlier /30 network on the interface which is facing ISP, and the newly given /29 network should be used on the other…
nixnotwin
  • 1,543
  • 5
  • 35
  • 55
0
votes
1 answer

Setup dhcpd without gateway on purpose

I have an XP machine with two network interfaces. One is connected to my company's network (and the Internet). The other is a very local network which connects some hardware with my PC. Both the hardware and my XP machine's second network interface…
MBober
  • 103
  • 3
0
votes
1 answer

How to make LAN PCs (Windows) accessible from a SonicWALL L2TP VPN connection

We have several LAN devices connected via a physical wired network to a SonicWALL TZ210 on subnet 192.168.2.0/24. Several of those devices are assigned DHCP addresses in the range 192.168.2.100 to 192.168.2.199 and some of them have static addresses…
Dave Hartnoll
  • 103
  • 1
  • 3
0
votes
2 answers

webserver from local network (behind NAT)

I have a debian server (gateway, web) which is behind ISP's NAT. I need access on webserver from my local network but domain has DNS record for external IP. Can I create "fake dns" for my local network with local server ip? I have bind9 on my server…
kok
  • 1
0
votes
2 answers

Non-DHCP XP Network Gateway configuration

I've got two internet gateways on my network. I want half the machines to point to the first Gateway and half to the second. Currently, they're all using DHCP. I assume that to assign them to a specific gateway, I'll have to switch off DHCP and…
Hawkeye
  • 2,699
  • 9
  • 30
  • 35
0
votes
1 answer

Which brands of wireless routers and DSL modems care about security?

Which vendors have established a strong security process during development where they educate firmware developers about security issues, arrange security engineers to review the code, accept vulnerability reports, fix any vulnerabilities found and…
Till Ulen
  • 123
  • 4
0
votes
1 answer

Servers cannot see internet gateway though their configuration is the same to another which can

I have 2 switches at the Data Centre - one is connected to the internet, and one for the internal private network. All servers have one NIC into the internet switch and one to the private one. All servers are ok, except three: Those three servers…
Harel
  • 630
  • 2
  • 7
  • 18
0
votes
1 answer

Openvpn basic configuration for full traffic routing

My client machine is Ubuntu 11.04, my server machine is Ubuntu 10.10. I'm trying to achieve the simplest quick and dirty solution possible to get all my client machine's traffic to be redirected to the server machine and from there to the…
Maxim Veksler
  • 2,725
  • 10
  • 28
  • 32
0
votes
3 answers

Linux add route error

Here are these Linux and IP: LinuxA: eth0 188.9.5.2, tun0 10.0.0.1 LinuxB: eth0 188.8.6.3, tun0 10.0.0.2 LinuxC: eth0 188.9.7.4 LinuxD: eth0 10.62.8.5 On LinuxA, I can ping to 10.0.0.2 of LinuxB. On LinuxB, I can ping to 10.0.0.1 of LinuxA. On…
inoob
  • 1
  • 1
0
votes
2 answers

How can I use a gateway (or proxy) situated at the other end of a wifi layer 3 bridge?

I have a main and branch office. The branch office has a flaky internet connection and I'd like to let users in that office surf the internet using gateway (or proxy) in our main office. I have a 192.168.3.x - 255.255.255.0 network in branch office…
Pitto
  • 2,009
  • 10
  • 33
  • 49
0
votes
1 answer

Squid X-Forwarded-For enabled for specific domains?

I want to set up a squid gateway, which doesn't forward the X-Forwarded-For header to most of the websites. But I want it to be forwarded to a specific domain. Here's the sample I'm trying to accomplish: Scenario 1: User visits Google.be . No…
friedkiwi
  • 282
  • 3
  • 15
0
votes
1 answer

use windows server as 'remote' router for specific websites

We use a software on our windows 2008 server that regularly needs to connect to a licensing server. For budget reasons, we don't have a public fixed IP address. The problem is that the licensing website will disable our software license if the…
Thomas
  • 3
  • 3
0
votes
3 answers

Ubuntu: block access sites through internet gateway

We have a local server which manages our internet connection. This server functions as a gateway, and that way we share the internet throughout the office (instead of using a router). However, I'd like to block access to the internet for all users…
user60129