Skip to main content

All Questions

Tagged with
0 votes
1 answer
806 views

Raspberry pi with ubuntu: Forwarding all traffic from one interface to another

I have two Raspberry Pis running Ubuntu. Both of them have a native ethernet port and a usb ethernet->usb interface. They are both connected with their native ethernet to the same home router. I ...
salmonMaxx's user avatar
0 votes
0 answers
114 views

Internet access from Host-only network

Initial situation I need to share internet between two VMWare images that work within host-only network, where one host would be a server and another a client. I'm working with VMWare Workstation ...
AlGiorgio's user avatar
  • 101
2 votes
1 answer
2k views

Could I set up ufw to only allow access from the specified ip addresses?

For really high security, how can I add ip addresses of the websites that I want to visit individually? What command should I use? How could I get ip addresses of the websites without being able to ...
Linux_user0987's user avatar
0 votes
1 answer
5k views

How to allow only subnet for port with iptables

What i am trying to do is to DROP any packets to specific UDP port, except those one from my secured subnet 10.8.0.0/24. iptables -t nat -A --src 10.8.0.0/24 -p udp --destination-port 63210 -j ACCEPT ...
Croll's user avatar
  • 151
2 votes
1 answer
3k views

tc/netem and iptables: Delay traffic only from specified ip and port

I have a Ubuntu Router with 2 network interfaces. eth0 is the private network and eth1 is the internet. What I want is the following: All packages (mostly udp) comming from a specified private ip (e.g....
rollstuhlfahrer's user avatar
1 vote
2 answers
12k views

Setting up a Linux server with a public Static IP

I have setup a Ubuntu Linux server in an office. It should have a public IP so that outside users can access the internet. Currently, it is set with a public IP, but is it supposed to have a local ...
JM at Work's user avatar