Linked Questions

5 votes
1 answer
2k views

This question is related to the answer & comment in What is kernel ip forwarding? from @LawrenceC post1: So in the above example, if you have an internet connection on NIC 2, you'd set NIC 2 ...
Adrian's user avatar
  • 773
5 votes
1 answer
3k views

I need to forward an interface and I wonder why it is disabled by default. Will there be security issues or side effects when I enable it?
Ricardo's user avatar
  • 177
5 votes
1 answer
5k views

I have a two network interfaces machine, one is connected to the router and gets an automatic address via DHCP. The other has a static IP in a different subnet. I can ping both IP addresses, telnet to ...
gasko peter's user avatar
  • 5,644
2 votes
2 answers
1k views

So, I have a server and a home machine. My server can't talk to internet, but my home machine can. So, I set up a reverse tunnel through home to server using: ssh -R 9001:www.google.com:80 server Now,...
user46026's user avatar
0 votes
0 answers
2k views

I am trying to learn about networking, specifically, what I am currently trying is creating a private network that runs behind a NAT that connects to my main router. The way I've though of it is as ...
Hosh Sadiq's user avatar
0 votes
1 answer
885 views

I have a VM with two interfaces, eth0 and eth1. I would like packets coming in from eth0 to be processed and if they don't match any rule, get dropped. If they match a rule, then I want them to be ...
M. Buil's user avatar
  • 123
2 votes
1 answer
337 views

I intend to pass Internet from openSUSE Leap 15.1 to CentOS 7: openSUSE Leap 15.1 machine with access to Internet through a wireless router CentOS 7 machine without access to Internet due to lack of ...
Megidd's user avatar
  • 1,579
2 votes
1 answer
420 views

I have a linux box and has ethernet, wlan STA/client and wlan Access Point. It's a internet connection via ethernet and I can log in to the box via ssh. But I wish to use the box like a wireless ...
pomegranatex's user avatar
0 votes
2 answers
489 views

We are trying to setup a test bed for our server testing, to simulate multiple connection / msg handling, I am trying to connect to our test server from a virtual IP. on the client machine (Debian) ...
Ragav's user avatar
  • 431
1 vote
1 answer
268 views

I have this setup: 10.5.128.150 Ubuntu Ubuntu eth2 <------> server (10.5.128.154) client eth1 <----> eth1 ...
firebush's user avatar
  • 235