Ubuntu :: FTP Will Not Function Until Ipchains Is Disabled/re-enabled Via Firestarter?

Apr 1, 2010

FTP Server OS: Ubuntu x64 9.10 Client OS: Ubuntu x64 9.10 I have an FTP server on my home network. FTP Server: VSFTPD with TLS My FTP server is running with iptables configured using firestarter. Firestarter Inbound Traffic Policy "allow Service / Port contains the FTP service with the appropriate port range, vsftpd.conf port range is identical, as is the port range on my router.

My Client system, only after reboot or system power on, absolutely will not connect to the FTP server unless the firewall is disabled then re-enabled by way of firestarter then re-enabled. Only then will my client successfully connect and continue to connect until my client reboots or powers on. At which point I need to disable/re-enable iptables through firestarter.

Others can connect to my FTP server, but they use a mixture of Mac and Windows with default firewall settings. Has anyone experienced this with firestarter and ubuntu 9.10? I never had this problem using Ubuntu 9.04.

View 4 Replies


ADVERTISEMENT

Ubuntu :: Ctrl-Alt-Del Starts Enabled And Gets Disabled

May 26, 2010

I had been asking how to enable Ctrl-Alt-Del to call the gnome Logout/Poweroff or whatever is the hidden name of the program to logout from the GUI in a Hardy system.

Today I discovered that once logged in the GUI, it stared enabled but, after three or four succesive calls (or a certain amount of time), it became disabled.

I don't know whether the ouput of dmesg and syslog give a clue. There's a strange interrupt.

Code:
$ dmesg|tail
[ 34.323721] apm: BIOS not found.
[ 34.462563] sky2 eth0: enabling interface
[ 34.466384] ADDRCONF(NETDEV_UP): eth0: link is not ready

[Code].....

View 1 Replies View Related

Ubuntu Networking :: Wireless Is Disabled On One Laptop And Enabled On The Other With Same Kernel

Aug 23, 2010

I just want to enable my wireless network card... how do I do that? It worked perfectly in Jaunty and it also worked when Jaunty was upgraded to Karmic, but in a fresh install of Karmic it is displayed as DISABLED:

sudo lshw | grep network:
*-network:0 DISABLED

I know this is not a bug in any kernel or anything. I now have Karmic on two identical laptops (Fujitsu Siemens AMILO, rt2500pci chipset) with the same kernel (2.6.31-22-generic). Wireless is enabled on one, disabled on the other. This is wearing me out... I am on the verge of buying Windows 7...

View 9 Replies View Related

Debian :: Check When On This Usb Live IPv6 Enabled / Disabled?

Feb 5, 2011

I've installed live usb-hdd using live-helper on my Lenny.
How to check if on this usb live IPv6 is enabled or disabled?

View 2 Replies View Related

Slackware :: Will A Program Written For X86 Function On Slackware64 If It Is Multilib Enabled

Feb 22, 2011

Been thinking about changing over to 64 bit, but I was just curious about whether or not I'll have to worry about incompatibility with a few 32bit-only applications I use, once I've set up multilib. I'll test it out in vbox when I get home but I wanted to check here to see if I could maybe get a solid yes/no/maybe answer.

View 14 Replies View Related

Ubuntu :: Firestarter Removal - Error "zooming Up The Screen Containing Firestarter In It"

Feb 5, 2010

I installed firestarter and then at a later date uninstalled/purged it, both actions via synaptic. I have a very verbose boot, I like to see what's going on, and noticed after the uninstall/purge that I was getting an error zooming up the screen containing firestarter in it. After many restarts I found that a file was left in /etc/network/if-up.d/50firestarter and this file was simply a script trying to restart firestarter. At this point I've commented out the calling line and followed the commented line with exit 0. This removes the error but there's still a link calling the file so, is this a bug or am I missing something? It appears the uninstall/purge wasn't entirely complete.

View 1 Replies View Related

General :: Block All Ports Except SSH / HTTP In Ipchains And Iptables?

Jun 15, 2010

How can I block all ports except

ssh (port 22)
httpd (port 80)

using iptables and iphains?

View 1 Replies View Related

Server :: ProFTP Masquerading Setup Uses IPChains Convert To IPTables

Jan 25, 2011

How to Nat. I wanted to be able to resolve something like
ftp.myfirstdomain.com to 192.168.0.2
Then ftp.mysecond.com to 192.168.0.3

Just as a random example, I know these cannot be done using name based virtual hosts like in Apache. But I got this working internally using my LAN connection and the 2 IP addresses above, with Bind DNS pointing the dns's to those 2 ip addresses respectively. This worked, yet when I tried connecting from my work place to transfer some files, it kept going to the default user's home directory. Just wanted to get this project finished, 2 domains and one public facing IP address.

View 3 Replies View Related

OpenSUSE Hardware :: Multi-function Epson Stylus Sx218 - Can Not Run The Scanner Function ?

Mar 24, 2011

I bought a multifunction stylus sx218 Espon model and I can not run the scanner function. I did some research and found a few solutions and very functional. I hope someone solves the problem. My version of openSUSE 11.2.

View 9 Replies View Related

Programming :: How Can A Friend Function Access A Public Function From A Base Class

Nov 16, 2010

Code:
#include <iostream>
using namespace std;

[code]...

View 1 Replies View Related

Programming :: Passing Data From Interrupt Handler Function To Tasklet Function?

May 18, 2010

I am doing some Linux kernel programming for my research project. I need to record the timestamp (by using cpuid and rdtsc) when an interrupt handler (top half) is first invoked. Due to the time critical nature of the problem itself, I have to do the timestamping inside the interrupt handler itself (the first operation when the handler is called). However, I understand that tasks that are not so time critical should be deferred to a tasklet function (bottom half) for processing because other interrupts are disabled in a (top-half) interrupt handler. I am currently out of idea on how I can pass the timestamp information that I have obtained in the interrupt handler to the corresponding tasklet function.

View 2 Replies View Related

OpenSUSE :: Get Function Set_magic_quotes_runtime() To Function On The Newer Versions?

Mar 30, 2011

I'm currently using OpenSuse 11.1 web server. This is bad since 11.1 is no longer supported. the reason why I am using it is because Function set_magic_quotes_runtime() was no longer being used. (so I was told)

That being said, is there a way to get Function set_magic_quotes_runtime() to function on the newer versions of OpenSuSE?

View 9 Replies View Related

General :: Write Script To Use Function And Still Keep Function Active?

Feb 21, 2010

the function terminates if no key is pressed for 10 consecutive seconds. I tried using the -t option as suggested in some forums, but my version of showkey doesn't have the option of changing the timeout. The options I get are:

-h --helpdisplay this help text
-a --asciidisplay the decimal/octal/hex values of the keys
-s --scancodesdisplay only the raw scan-codes
-k --keycodesdisplay only the interpreted keycodes (default).

Is it possible to write a script to use this function and still keep the function active until an interrupt is recieved?

View 6 Replies View Related

Programming :: Bash Array Add Function Example Using Indirect Array Reference As Function Argument?

Jun 20, 2010

I looked on the net for such function or example and didin't find anything, thus after having made one i guess it would be legitimate to drop it to see what others thinks of it.

#!/bin/bash
addelementtoarray()
{
local arrayname=$1

[code]....

View 10 Replies View Related

Ubuntu :: Not Booting Because Of Firestarter?

Jan 24, 2010

For some reason when I try to boot Ubuntu up I get the following error messages:udevd[470]: NAME="%k" is superfluous and breaks kernel supplied names, please remove it from /etc/udev/rules.d/48-ldusb.rules:2One or more of the mounts listed in /etc/fstab cannot yet be mountedAfter the second error message, it says, "Stopping Firestarter..." and it stops there. :

View 9 Replies View Related

Ubuntu :: Firefox Connections In Firestarter?

Jan 16, 2010

Firestarter sometimes shows up to a dozen different ip connections for a single webpage that I open. This is for the first webpage I open, not after I have been browsing for awhile so they are not old connections that have not timed out. This just doesn't seem normal to me since other installs I have had of ubuntu have only shown one or two firefox connections at all times.

View 1 Replies View Related

Ubuntu :: Set Firestarter As A Startup Application Using The Gui But It Will Not Run?

Feb 17, 2010

I'm trying to set firestarter as a startup application using the gui but it will not run due to permissions problems,?

View 4 Replies View Related

Ubuntu Security :: **WARNING** Get FireStarter Now?

Apr 27, 2010

I have an Asus 900 laptop that I put Ubuntu 9.10 on.I know it was made by the Chinese, but why are they trying to hack my pc?I currently put FIRESTARTER a linux firewall on board you can go here to get itNow I can see everyone's IP address and find out where they are and who they are!!

View 9 Replies View Related

Ubuntu Networking :: Firestarter Blocks 192.168.1.1 And 100?

Jul 23, 2010

I have wireless connection between my router and PC. It is the only computer connected. Sometimes Firestarter blocks ports 1900 and 6771 from 192.168.1.100 IP address and sometimes port 68 from 192.168.1.1 IP. I'm a bit confused because 192.168.1.100 is the IP addres i use to open ports in router and 192.168.1.1 is used to access the router settings..

View 7 Replies View Related

Ubuntu :: Starting Firestarter At Startup?

Aug 15, 2010

I need to start firestarter at starup, but the application need root credentials, I use "Startup Applications" when I need a program to start upon login, but firestarter need input the su password... how could I get around this?

View 1 Replies View Related

Ubuntu Security :: Does Firestarter Protect Out Of Box?

Sep 15, 2010

I was wondering if firestarter (software firewall) works out of the box or does it need some kind of configuration in order for it to provide protection? Is firestarter even needed with ubuntu?

View 6 Replies View Related

Ubuntu Networking :: Use The Firestarter Firewall?

Sep 26, 2010

i connect to internet with the connection (with Name: DSL Connection 1) that made by myself. now i wanna use the firestarter but i have a problem.

View 5 Replies View Related

Ubuntu Networking :: How To Allow DAAP In Firestarter?

Oct 22, 2010

I allowed ports 3689 and 5353 for incoming and outgoing traffic in firestarter but my other machines wont detect a DAAP share. They do see them when I turn off firestarter. I'm even more confused when I see that I have a local connection using port 56690 when I turn off firestarter and monitor the log. It seems that DAAP is using 56690 but when I allow it for incoming/outgoing it still doesnt pick up my DAAP shares.

Is there a way I could fix this? I mean, I could run without a firewall but...idk if thats such a good idea :/

View 1 Replies View Related

Ubuntu Security :: Firestarter Keeps Blocking Ip's?

Mar 8, 2011

im having a bit of a problem with Firestarter, i have Transmission opened and i am downloading a movie but when i check Firestarter i see hundreds and hundreds of Ip's that are blocked, and like 10ip's every second that get blocked.

[Code].....

View 2 Replies View Related

Ubuntu :: Firestarter Error After Removing Wireless?

Mar 25, 2010

So I had my desktop connecting via wireless to my home network. And I had firestarter helping with the firewall, and it was running using the wlan0

But now I have connected that machine by ethernet to the internet and I have taken out the wireless card. So there is no more wlan0 connection.

But now firestarter doesn't recognize my eth0 connection. How do I fix this. Should I just uninstall and reinstall firestarter? I feel that there should be a way to configure it to realize the firewall should be on eth0 now instead of wlan0.

View 9 Replies View Related

Ubuntu Security :: Firestarter Does Not Recocnize Wifi?

Apr 19, 2010

I am new to Ubuntu and till now I have chosen it to be my favorite distro. I use my laptop in various networks, home, work, school. When I run firestarter the wizard does not give me the option for wireless INTERNET, only ethernet.

View 2 Replies View Related

Ubuntu :: Firestarter Firewall Is Blocking Mozilla

Oct 6, 2010

I updated my system with system updates and when i restarted.I couldn't access the internet from my desktop. i got on laptop internet worked just fine..i disabled firestarter and mozilla connected to the internet just fine. I turned firestarter on. and i couldn't reach anything.. What do I have to do to get firestarter to allow me to connect to the internet via firefox

View 3 Replies View Related

Ubuntu Security :: Firestarter Fail In Boot Log?

Oct 20, 2010

I've been using Firestarter for a while and have used it to set-up inbound and outbound policies (which are probably way too restricitve) but since turning on boot logging the other day I have noted that the boot log contains the message:

Code:
* Starting the Firestarter firewall [fail] I find this somewhat alarming. I have seen post[URL].ht= firestarter (although have not added it the auto startup list and do not wish to have it start without the root password). What I would like to know is as the computer boots up does it set the iptables to their last setting irrespective of whether firestarter starts or does firestarter need to start to set the iptables and therefore my policies?

View 2 Replies View Related

Ubuntu Networking :: Wlan Not Ready With Firestarter

Nov 8, 2010

All I want to do is share my internet connection that comes through the eth0 cable to my wlan0 wiki card. Firestarter seems the convenient tool for doing this. BUT it keeps telling me wlan0 not ready. The card is connected correctly and network-manager does see incoming signals.

View 1 Replies View Related

Ubuntu Networking :: XRDP Being Blocked By Firestarter?

Dec 8, 2010

I recently installed the XRDP server on my desktop edition of Ubuntu v10.04 following the simple instructions available here. I did this on two computers. One computer has Firestarter installed while the other does not.

When I use Windows to connect to the Ubuntu box without Firestarter, everything works just fine. However, when I try to connect to the one running Firestarter, I get a pop up showing an error message (see the attached file).

I checked the incoming rules in Firestarter and I don't see a way to add RDP sessions to the list of exceptions. I also tried adding my IP address in the host section but this too didn't help the situation.

View 1 Replies View Related







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