Ubuntu Installation :: Gufw - Transfer Gufw Rules To A New Computer?

Mar 9, 2011

gufw - transfer gufw rules to a new computer.Set-up over time, a gufw contains dozens of rules.Is there a way to easily copy and transfer these rules to a new computer - without spending hours of setting it up again from scratch, by hand

View 4 Replies


ADVERTISEMENT

Ubuntu Security :: Gufw - Cannot See The Other Computer Files

Jan 1, 2010

VERY GREEN to Ubuntu. My setup:

1. computer A connects to the internet through usb dial up modem
2. computer A & B are wirelessly networked through an ADHOC network.
3. computer B doesnot need to connect to the internet.

I've installed the GUFW. If I enable it I can not see the other computer files. I use static IPs for both. I tried setting a rule but I get stumped were it asks for the port. I'm not all that familiar with ports.

View 9 Replies View Related

Ubuntu Networking :: Gufw And IN - OUT

Jan 9, 2011

Today I first tried out gufw to block some host that constantly tries to log into my FTP server which invalid user names. I managed to change the default rules to allow so that ufw wouldn't block my usual business. Then I added a rule to block all TCP from that IP to port 21. Working fine.

But what is that IN/OUT distinction good for? I specify IP addresses as from and to, so why would I need to also say whether this is in- or outbound? An old Wiki article on ubuntuusers.de is dated Ubuntu 8.04 and doesn't make that difference at all.

View 2 Replies View Related

Ubuntu Security :: Block Pinging With GUFW?

Jan 25, 2010

I did one of the recommended port scans and all ports passed but failed on pinging. How do you turn pinging on & off with GFUW?

View 9 Replies View Related

Ubuntu Security :: Use Ufw/gufw To Bind Vpn Connection?

Aug 20, 2010

Is there a way to use the firewall to essentially lock certain programs like firefox and transmission to my vpn connection-so that in the event that my vpn connection goes down these programs do not use my default ISP Internet connection.

View 1 Replies View Related

Ubuntu Installation :: When Clicked "install Gufw" The Message Came As Package Not Found?

Mar 25, 2010

How to install gufw? I could not find it when i clicked "install gufw" the message came as package not found.

View 2 Replies View Related

Ubuntu Security :: Changed From Firestarter To Gufw - Conflicts

Mar 11, 2011

Just want to stealth ports on my laptop. Had problems with firestarter when I installed in on 10.10. Set Firestater back to defaults and then dumped it with:

Code:
sudo apt-get purge firestarter
Set up Gufw to defaults and now am not sure what I am seeing with iptables.
iptables -L shows .....

Do these settings look correct for default settings for Gufw? or do I still have some problems with the old firestarter settings not being removed. All I want is all ports stealthed. I know that ping is enabled but I believe that is a default setting in ufw. Could I restore iptables to default with:

Code:
sudo iptables -F
and then enable Gufw and set default?

View 5 Replies View Related

Debian Multimedia :: GUFW Icon Missing

Feb 1, 2016

Every time I install Jessie, I also install gufw as a graphical firewall frontend for desktop users, but I've also always had to create my own menu icon because the default one never showed up. I opened up the .desktop file today and took a look to see why it was never displayed in Gnome.

There was a line next to the bottom that basically told it to only appear in Unity. Deleting this line allowed it to appear in the Gnome menu. My question is this. Why is this line even in here?

Screenshot: [URL] .....

View 2 Replies View Related

Ubuntu Security :: Gufw Asks For Root Access When First Starting Up?

Apr 23, 2011

I just installed gufw and was in quite a hurry. A root acces prompt came up as I started gufw for the first time, and I quickly responded with appropriate password. All I saw in this hurry was that it had something to do with the usr/share directory.So, here's my question: Does gufw require root access when first starting up

View 6 Replies View Related

Debian :: Running Dropbox And GUFW From Root Terminal

Jan 7, 2016

I'm brand new to Linux and perhaps foolishly jumped right into Debian (Jessie). I've managed to get Dropbox downloaded/installed/whatever the proper parlance is, but in order to access it I have to input Code: Select all~/.dropbox-dist/dropboxd. When I close the root terminal, Dropbox disappears.There's no icons in the menu. Likewise with GUFW. It might be superfluous since UFW seems to be active whenever I check it through the root terminal. Is there any way to configure Dropbox to start automatically and maintain its status even if the root terminal is closed? I've looked around these forums and the internet in general and not found any similar problems. Also, I installed Spotify but whenever I click the icon nothing happens.

View 8 Replies View Related

General :: Enabling GUFW / UFW In Debian - Wrong Identification

May 24, 2011

I have a problem with the unix firewall (gufw). I'm using Linux Mint Debian Edition. The problem appears when I double click on the icon to bring it up for configuring. Everything is grayed out so I click on the "unlock" button. Normally, this is when gufw comes alive with color. But all I get now is a note on the bottom of the gray screen that says "Wrong Identification". Uninstalling and reinstalling UFW and GUFW didn't fix the problem. I would like to have my firewall working for me.

View 3 Replies View Related

Networking :: IPtables Rules For Master DNS Server To Allow Zone Transfer

Oct 24, 2010

I have set up a master DNS server at 192.168.50.9 and a slave DNS at 192.168.50.6. Both servers are BIND9.Machines are for testing/experimenting, hence the IP addresses. Initially, the zone transfer was blocked by the firewall on the master, as the slave uses randomly selected non-privileged ports for zone-transfer query. So, as far as I understand, there are two possible approaches:

1. Allow connections based on source, which should be
Code:
-A RH-Firewall-1-INPUT -p tcp -m state --state NEW,ESTABLISHED -s 192.168.50.6 --sport 1024:65535 --dport 53 -j ACCEPT
(and it works for me fine)

2. Allow ESTABLISHED and RELATED connections, which would be something like
Code:
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
which was my initial idea but didn't work, but has inspired me to dig deeper into firewall configuration topics :).

Question: Does zone change notification message count for opening a dialog, or notification from master and slave zone update request are two absolutely separate actions? If the latter is true, that, of course, explains why option #2 didn't work.

View 2 Replies View Related

Ubuntu Installation :: 11.04 Failed - Crashed Computer - Error "Cannot Read 'etc/udev_rule.d/z80_user.rules"

Jun 1, 2011

I have a laptop set up for dual-boot with Ubuntu and Win7. I also have a shared partition which I mounted as the /home directory in Ubuntu. The problem occurred as I was upgrading Ubuntu from 10.10 to 11.04. In the middle of the install, my computer froze for some reason and ultimately I had to shut the computer off and restart. When I restarted the linux would freeze half-way through boot-up with a message saying that the drive was mounted. Before the message saying the drive is not mounted it gave the following error: Can not read 'etc/udev_rule.d/z80_user.rules'

When I boot up Win7 it is unable to mount the shared partition and says that the drive is not formatted. I am also unable to run the ubuntu recovery option from GRUB. It asks me to give the "root password for maintenance," but it won't accept my root password. Would the upgrade have wiped my partition??? Or am I just locked out somehow because it was in the process of changing config files?

View 6 Replies View Related

Ubuntu :: Way To Transfer Data To New Desktop Computer ?

May 29, 2011

I have a number of queries but will start with one. I presently operate 11.04 Classic (no effects). OS is NOT set up as dual boot. As I am considering purchasing a new Desktop, I am wondering what is the best way to recover such things as folders, Firefox bookmarks etc. for four users.

I do have a external HDD which I guess could be used for a possible backup if that is the way to go! The new computer will probably have Windows 7 installed with which I assume I would probably dual boot.

View 3 Replies View Related

Ubuntu Networking :: Transfer A Lot Of Data From Laptop To Computer?

Mar 14, 2011

I am trying to transfer a lot of data from my laptop to my computer. Both are running Ubuntu 10.04 and both have Samba installed, and folders are setup for sharing. The laptop has a 56Mbps Wireless G built in module, and the computer has a Airlink AWLL6075 Wireless N USB Adapter 300Mbps. (I got the USB adapter working with the internet, since there was an issue with it just working out the box)

I have a wireless network, since wired is out of the question. The router is a Belkin Play N600 HD if that makes any difference. When i try to transfer the files across the speed of the transfer maxes out at about 785 Kbps (My Internet speed is 7Mbps=875 KB/s). It seems that the file is being sent to the router and then the internet and back to the router and then my computer.

I figure that bottleneck is my Laptop at 56Mbps, but that still gives a theoretical max of 7MB/s even at a low connection/link counting it at 24Mbps would still be 3MB/s. I even tried making a wireless Ad-Hoc network to transfer the files but when i went to Network it wouldn't show any shares.

I'm missing something to make it go faster and i really can't figure out what it is, maybe because I am too close to it.

View 1 Replies View Related

Ubuntu :: Can't Create File /etc/udev/rules.d/70-android.rules?

Jun 19, 2011

I need to create filename 70-android.rules in the directory /etc/udev/rules.d/I have Adm privileges in my user account properties, but when I use sudo to create this file the Ubuntu OS does not allow me the privilege... I am running Ubuntu 10.04 LTS and here's the Terminal output below:daddy@gatomon-laptop:/etc/udev/rules.d$ sudo cat > 70-android.rulesbash: 70-android.rules: Permission denieddaddy@gatomon-laptop:/etc/udev$ ls -ltotal 8drwxr-xr-x 2 root root 4096 2011-03-16 18:03 rules.d-rw-r--r-- 1 root root 218 2010-04-19 04:30 udev.conf

View 2 Replies View Related

Slackware :: Transfer In A Usb / Computer To Boot In A Usb?

Jul 27, 2010

is there a way that i could transfer my slackware in a usb so that i could get my os "on the go"? more like having my computer to boot in a usb then continue my work.

i saw slax thats why i'm wondering if i could do the same on my slackware.

View 14 Replies View Related

Fedora :: Transfer Music From Computer To The Iphone?

Mar 19, 2011

I need to know what software is able to conect Fedora 14 and Iphone ?I need to transfer music from my computer to the Iphone.

View 2 Replies View Related

Ubuntu :: Transfer Address Book / Email Settings Etc From Old Computer Using Thunderbird On XP?

Feb 7, 2010

How do I transfer my address book, email settings etc from my old computer using Thunderbird on XP.

View 7 Replies View Related

Fedora Servers :: Transfer Files From Computer - Run Program?

Aug 25, 2011

I have recently rented a server which is running Ubuntu linux. I can connect to it through ssh. I've written a Java application that I would like to run on the server 24/7. How do I transfer the files from my computer to the server so I can run the program from the server?

View 11 Replies View Related

OpenSUSE Hardware :: Slow Transfer From Computer To Pendrive?

Sep 19, 2010

has been a very slow rate of transfer from the computer to the USB on openSUSE, and the pendrive to the computer is much faster, I've tested other distros and the performance was very good. this is from the version now in openSUSE 11.2 and 11.3.

View 2 Replies View Related

Fedora :: MPEG -1 Code - Transfer Music Fron My Computer To My Ipod

Mar 21, 2011

Ive been trying to transfer music fron my computer to my Ipod

But I coul not.

Ive been trying to transfer whith the Rhythmbox, Banshee software.

Runing both software the computer tell me that I need to install the MPEG-1 Layer.

The question is, Do you know the MPEG code to install every type of MPEG ?

View 1 Replies View Related

Ubuntu :: Using Cellphone Headset With Computer - Error "no File Transfer Occurs"

Nov 17, 2010

I have a bluetooth headset for a cellphone, which I would like to use with my Ubuntu computers. I'm currently trying to do this with a computer running Jaunty. I have successfully paired the headset with the computer. But when I try to send an audio file to the headset, I get the "Sending files via Bluetooth dialogue box, immediately followed by the error message:

Quote: org.openobex.Error.NotSupported and no file transfer occurs. I am able to do other Bluetooth operations with other devices - eg I can send/receive files between the computer and my cellphone. It just seems to me that using a Bluetooth cellphone headset is not supported, or that I am doing something wrong.

UPDATE: I just tried doing this with my other machine running 10.04, with similar results. It looks momentarily like it's going to transfer the file, then reports that "an unknown error occurred". Is it just not possible to use bluetooth headsets for cellphones with Ubuntu computers? That doesn't seem very likely: when the computer detects the headset, it reports it as being a "headset". So why won't it work? What am I doing wrong?

View 1 Replies View Related

Ubuntu Security :: Snort Not Starting - ERROR: "/etc/snort/rules/exploit.rules(264) => 'fast_pattern' Does Not Take An Argument"

May 12, 2011

I need assistance with my Snort Installation. I used Bodhi Zazen's Network Intrusion Detection System post and found it easier than the previous time I had done it. I am currently running Ubuntu 10.04 server and Snort 2.8.6.1 with BASE 1.4.5. I followed Bodhi Zazen's instructions and when I tested snort it ended with a Fatal Error due to ERROR: /etc/snort/rules/exploit.rules(264) => 'fast_pattern' does not take an argument
Fatal Error, Quitting.. Here is the entire output once I ran the test command: snort -c /etc/snort/snort.con -T Running in Test mode

[Code]...

View 2 Replies View Related

Debian Installation :: Remove 70-persistent-net.rules During Live Startup?

Mar 2, 2011

I've created live squeeze usb-hdd and if I boot first time the udev system writes the MAC address of the network interfaces into /etc/udev/rules.d/70-persistent-net.rules.Because I use full persistence, the file is there on the next boot and I don't get network running automatically on other computers. My problem is, howto remove 70-persistent-net.rules every time during the startup?

View 5 Replies View Related

Networking :: Installation Inbound Activities Stopped As Per Rules Defined

Jun 21, 2011

I have installed apf-9.1.7 on linux,after installation inbound activites stopped as per the rules defined.I have added port 20,21 (ftp) in IG_TCP_CPORTS,but still ftp is not working from other Pc.

View 1 Replies View Related

General :: Sony PSP File Transfer Inaccurate Transfer Progress?

Jan 1, 2010

Having a bit of a issue with Debian Squeeze and transferring files to the Sony PSP..Hook up PSP to USB port and Debian mounts it..I go to drag a 125 meg mp4 to video folder..Copy windows takes about 10 seconds to transfer it..Exit USB mode and there is no video there. Go back into USB mode and look at video folder on the PSP memory stick and there is no video..It vanished. From another after copy progress closed I right clicked PSP and unmounted it..

It error-ed saying device was busy and could not unmount..Looking at light on PSP i see memory stick is still being written to..i wait for light to stop flashing..About a minute or so..Then am able to unmount it..Go to PSP video and theres the video ready to be watched. Debian isnt accurately showing the copy progress...Its showing complete when it isnt..I have to watch the light on PSP to know when it is truly finished.

View 3 Replies View Related

Slackware :: No Transfer Process Shown During USB Transfer?

Jan 20, 2010

using Slackware 13.0, and whenever i trasfer my files to USB, like copy or cut and paste, it will show as if file transfered in an instant,like click paste and poof.the whole 1 gig file transferred in one second, and it wont show dialog box of transfer process, and then i have to predict some minutes and wait (till the transfer actually finishes, i have to usually see my USB's transfer indicator light), if i plug out before or my prediction goes wrong, i end up with corrupted files. This aint related to window manager, as same is case for KDE and XFCE tried thunar, konqueror, midnight commander, all of em resulted with same problem.

View 6 Replies View Related

Ubuntu Installation :: 10.04 And Transfer 9.04 Settings New Hdd?

Jun 5, 2010

Alright I couldn't explain it in the title for this post so I'll try to do my best here. As of right now I'm dual booting windows xp and ubuntu 9.04. Windows is on the c drive and ubuntu is on my g drive. They are both on the same hdd just different partitions. I have another hdd that I would like to install 10.04 onto and transfer over all of my settings (and files if possible) from 9.04 to the new installation of 10.04 on the new drive. Afterwords I'd like to uninstall 9.04 from the g drive and have that part of the partition back to continue storing programs and other files for windows. Basically I want each operating system to have their own hdd but I would like to transfer my settings from 9.04 to 10.04

Is this possible? I don't have MUCH that I don't want to lose on my current ubuntu, my main issue was that it took forever to get the wireless internet router to work and it finally does and I don't want to have to go through that again. I also don't want to lose my sound system settings because that took FOREVER to get working properly, and honestly I don't remember how I did it now, it was so long ago.

So if this is possible a little guidance would be great. If it's not possible let me know, I'll just start over fresh and clean with a new beginning and tinker around until I get everything working again.

View 1 Replies View Related

Ubuntu Installation :: Best Way To Clone / Transfer OS Across HDD

Dec 23, 2010

What's the best way to transfer across one hdd to another? I want to avoid setting up my kubuntu 10.10 instance again and hoping there's a way to easily clone it across.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved