Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
136 views

Can ipmasq and ufw be used together?

If both ufw and ipmasq manipulate iptables, can I use ipmasq for a quick easy setup and then use ufw afterwards to add security or will the two just trample all over the iptables "stuff"? I'm playing ...
1
vote
1answer
550 views

Debian - starting UFW (Uncomplicated Firewall) before network interfaces are operational

I want to install UFW on Debian Lenny. Everything looks straightforward except that I don't know where to plug UFW startup script so that it configures iptables before hax0rs can break in. I've ...
0
votes
2answers
266 views

Ubuntu Linux UFW Firewall, Local Intranet Access

At home, I have Ubuntu server with the UFW firewall. What command do I type to turn on local intranet access to my web server, but keep the outside world out from my DSL modem?
0
votes
1answer
644 views

Bandwidth limit by IP on Ubuntu UFW NAT

How can restrict the bandwidth (or perhaps rate of packets) of each IP's traffic going through my Ubuntu Server 10.04 UFW NAT box? (If this belongs on another SOI site, please move it.)
0
votes
1answer
283 views

ufw says a port is open, everyone else disagrees

I am running apache2 on Ubuntu 9.10, and I want expose a particular site through port 10045. My first instinct was to go to ufw and open that port. I've done that, and if I do a list of rules in ufw ...
1
vote
4answers
2k views

How can i open in port 3306 in Ubuntu 8.04.1?

I want to open port using command sudo ufw allow 3306/tcp but it gives the following error: sudo: ufw: command not found please help me
2
votes
4answers
2k views

UFW as an active service on Ubuntu

Every time I restart my computer, and check the status of the UFW firewall (sudo ufw status), it is disabled, even if I then enable and restart it. I tried putting sudo ufw enable as one of the ...
1
vote
3answers
2k views

Best firewall for Ubuntu

I currently have ufw and Firestarter installed on my Ubuntu Desktop 9.10 Which one should I stick with?
0
votes
2answers
464 views

How do I know which firewall is running on Ubuntu 9.10?

I've always used ufw by default, even though I also had installed Firestarter After upgrading from Ubuntu 9.04 to 9.10, by way of Update Manager, I've found ufw disabled (when I look at gufw). How ...
2
votes
5answers
588 views

ports I should block

I recently set up an Ubuntu Server at home, and the first thing I did was place the UFW firewall at full power. Bad move. I could not even "rlogin" to it. I just disabled the firewall, and would ...