Ubuntu :: 10.0.4 - Iptables Script Loaded / Not Active

Nov 26, 2010

When i run my iptables script using fw builder (=installed on my router/server) everything works fine...until i reboot (nomather "test run" is active or not) to counter this problem i'm using the 'iptables-restore' in the "interfaces" file. upon reboot a "iptables -L" confirms me the correct rules are loaded.

However... tests (eg ping test from an ethx interface) to the outside indicate the script does not seem to be working. upon installing the script with fwbuilder this works again fine....i see no difference in the route table nor do i seen anything suspicious in the syslog. restarting the "network" does not solve anything either

I have seen posts about an you need to activate it by using "/etc/init.d/iptables save active" but theres no iptables in that location. only /sbin contains that program.

View 2 Replies


ADVERTISEMENT

General :: Iptables Not Loaded At Reboot?

Dec 26, 2010

I ran iptables save but on a server reboot it just loads the default firewall config. how I can get it to load and flush my custom iptables script on reboot?

View 1 Replies View Related

Networking :: How To Check If Iptables Is Currently Active

Jan 12, 2011

I'm new with linux, I just want to know how to check if iptables is currently active, and how to disable it ?? I'm using SUSE 10.

View 6 Replies View Related

Ubuntu Servers :: MySQL - Setup An Active / Active Load Balanced And High Available?

Mar 11, 2011

how to setup an Active/Active Load Balanced and High Available (If one of the nodes is down the system still runs) MySQL cluster. I have found quite a few howto's but I have some things unclear in my mind. I found a few solutions like this one: [URL] or this: [URK] Those are using two or four MySQL nodes, two Load Balancers to avoid a single point of failure but only one MySQL cluster management server. What happens if the MySQL cluster management fails?

I have also found a "MySQL Master-Master Circular Replication" technique but from what I read, with this option there is a chance that conflicts will arise if node A and node B both insert an auto-incrementing key on the same table.

View 1 Replies View Related

Ubuntu :: Only Single Core Active On Quad Core AMD When Acpi Is Active?

Jun 8, 2011

Only Single core active on quad core AMD when acpi is active.with acpi=offuname -aLinux dvip4 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 GNU/Linux

Code:
cat /proc/cpuinfo
processor : 0

[code]...

View 1 Replies View Related

Ubuntu :: Try `iptables -h' Or 'iptables --help' For More Information - ' Not Found.4.4: Host/network `98.200.58.73

Nov 3, 2010

I recently installed a new Ubuntu PC that runs iptables and PSAD. I had the same script on another Ubuntu PC, but when I copied the script onto the new PC, I got this error. I don't remember where I found the tutorial for this, all I know is that this is the script (Edited for my usage):

Code:

#!/bin/bash
# Script to check important ports on remote webserver
# Copyright (c) 2009 blogama.org
# This script is licensed under GNU GPL version 2.0 or above

[code]....

Safe.txt contains:

Code:

127.0.0.1
192.168.1.8
192.168.1.1
98.200.58.73
192.168.0.1

And the error message generated is:

Code:

root@NETWORK-SERVER:/var/ddosprotect# ./ipblock.sh
' not found.4.4: host/network `127.0.0.1
Try `iptables -h' or 'iptables --help' for more information.
' not found.4.4: host/network `192.168.1.8

[code]....

View 3 Replies View Related

Ubuntu Servers :: Setup Iptables Rules In /etc/if-up.d/iptables?

Apr 16, 2011

I am running Ubuntu server 10.10 and trying to setup iptables rules in /etc/if-up.d/iptables

Quote:
root@host# cat /etc/network/if-up.d/iptables
#!/bin/sh -e
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

Problem is that iptables doesn't get updated and I don't see them when iptables -L is executed after reboot.

View 2 Replies View Related

Fedora Servers :: Unable To Restore My Iptables From Iptables-save After Upgrading

Nov 26, 2010

I am unable to restore my iptables from iptables-save after upgrading Fedora. I cannot get iptables-restore to work, and I have resorted to entering rules manually using the GUI.

View 2 Replies View Related

General :: When Restart The Iptables Service Then The Firewall Entries Are Again Shown In Iptables?

Sep 17, 2010

I am facing a strange problem witht my iptables as there are some firewall entries stored somewhere which is displaying the below firewall entries even after flushing the iptables & when I restart the iptables service then the firewall entries are again shown in my iptables as shown below,

[root@myhome ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

[code]....

View 6 Replies View Related

Fedora :: IPtables Creates An Error During Startup - Applying Firewall Rules: Iptables-restore: Line 21 Failed

Jul 17, 2010

IPtables creates an error during startup as well as when I try to restart it: Here's the output of:

[Code]....

View 11 Replies View Related

CentOS 5 :: Custom Iptables: Remove The Existing Iptables First?

Apr 28, 2009

To expand: I'm trying to set up a box with l7-filter, and I need to patch and compile iptables 1.4.1.1 as part of the process. I ./configured it with the prefix= argument so it would install into /sbin instead of /usr/sbin, and I did a yum remove iptables before installing it so as not to get in the way of the original iptables, but I'm wondering if this is really necessary - it's kind of annoying, because removing the original iptables removes the init.d script, deregisters the service, etc. If I don't, is it possible that iptables 1.4.1.1 might get overwritten in a system update or something, or will yum see that I've got a custom/newer version in there and leave it be?

View 4 Replies View Related

Red Hat / Fedora :: Best Book For IPTABLES Contains Everything Of Iptables

Jun 18, 2011

I am going to start studying IPTABLES for Linux Firewall. Can any one suggest me the best Book for IPTABLES contains everything of iptables.

View 2 Replies View Related

General :: Save Iptables When Iptables-save Doesn't Exist?

Apr 14, 2011

I'm working on a Soekris net4801 that is running an unknown distro of Linux. The kernel is 2.4.29, and iptables is v1.3.4.

I can't work out how to save the iptables. I searched the whole system for files/folders containing the name "iptables" and got 3 results:

/user/local/lib/iptables
/sbin/iptables
/lib/iptables

I've tried iptables save, iptables-save and iptables save active.

"iptables save" and "iptables save active" give me an invalid argument error. "iptables-save" isn't a valid command. "iptables --help" gives me a list of valid switches, none of which have to do with saving.

how I can save the iptables?

View 1 Replies View Related

Ubuntu :: .Xdefaults Not Getting Loaded?

Jan 21, 2010

I have the following in my .Xdefaults:

Code:
#define COLOR_FG #dcdccc
URxvt.background: COLOR_BG

[code]....

View 4 Replies View Related

Ubuntu :: Gzip Using 90% Of CPU Yet It's Not Loaded?

Feb 3, 2010

At times I notice that my CPU is working hard and I open terminal and enter #top which shows me that gzip is running and using 90% or more or the CPU this remains the same after I close all applications and the only thing left open is terminal. The only way I have found so far is to reboot the system.

View 7 Replies View Related

Ubuntu Multimedia :: GLX Not Loaded Automatically?

Feb 11, 2010

I am unable to use k3d or blender due to a weird graphics related problem. It says glx is not loaded. I tried to put Load "glx" line in my xorg.conf but no success
Even glxinfo and glxgears complain for the extension glx

Quote:

a@pc1:/etc/X11$ glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".

[Code].....

View 9 Replies View Related

Ubuntu :: Error No Loaded Kernel

Mar 20, 2010

I got an acer aspire 5532 last year for Christmas and I want to try the new 10.04 ubuntu on a partition with windows 7. I installed it successfully on drive E and when I boot up I get a black screen like this:typed boot and got: "error: no loaded kernel."How do I fix this?

View 1 Replies View Related

Ubuntu :: Wallpaper Is Not Loaded At Startup?

Jun 10, 2010

I have 10.04 NBR and have set a desktop background image which is fine until I shut down and then upon booting it is not shown until I go to appearance->background and it suddenly apears as the desktop

why it is not shown automatically on starting ?

View 1 Replies View Related

Ubuntu Multimedia :: Loaded RubyRipper - Where Did It Go

Jun 15, 2011

I loaded RubyRipper today so I can rip some music, but don't know where it went. I extracted it, but don'y know what to do now. If it is not a straightforward install, where I just click install and it does the rest, I am lost. What do I look for, and what do I do?

View 4 Replies View Related

Ubuntu :: Grub Error No Loaded Kernel

Mar 17, 2010

I have Ubuntu installed in my machine, I also have Windows Vista.I have been using Ubuntu perfectly well, today I received the following message when chose to boot Ubuntu:GNU GRUB version 1.97 beta 4[Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device/flies completions]

View 6 Replies View Related

Ubuntu :: Checking Driver Loaded For A Hardware?

Apr 13, 2010

I would like to ask some questions about checking which driver loaded for a hardware. Information: I am using Ubuntu and Xubuntu version 9.10.

1. For all types of hardware (including but not limited to network adapter, video card, sound card, USB devices, etc), if the command 'lshw' configuration does not show the loaded driver for a hardware, but the hardware work perfectly, is there any other way to know which driver loaded for that hardware WITHOUT ANY RESEARCH ON THE INTERNET, (and for network device, without using "connection information" feature in NetworkManager) ? If yes, how to do it?

2. Does your answer in question 1 will work for external hardware (hardware based on USB, FireWire, etc) and also the other non-pci based hardware? If it will not work, any other ways?

3. For your answer in question 1 above, do I need to install any packages that was not installed by default during Ubuntu installation?

4. For network hardware, "connection information" feature in NetworkManager does show the driver information. But, like stated in question 1, "lshw" command does not show the information about the driver used, then how NetworkManager get information about the driver used for a network hardware?

View 2 Replies View Related

Ubuntu Installation :: Error: No Loaded Kernel

Apr 26, 2010

I've been looking forward to making the switch to Ubuntu for a while, but ever since I did, the road's been pockmarked with errors and hassles. That's, primarily, because I don't know what the hell I'm doing. Let me explain how I installed Ubuntu: All I did to install Ubuntu was download the file from the website and run the program. I didn't burn anything onto a CD or USB; I just clicked on the .exe file and let it run from there. Everything worked great - all I had to do was boot my laptop and choose from either Windows 7 or Ubuntu. Now, I had no idea how to watch videos, so I started to install a lot of stuff from the Synaptic Download Manager. Now, I don't know all of what I downloaded, but it was mainly games. The next thing I know, I get this page when I choose Ubuntu:

Code:

GNU GRUB version 1.97~beta4
[minimal BASH-like line editing is supported. For the first word, TAB lists possible command completion. Anywhere else TAB lists possible device/file completions.]
sh:grub> _

So I hit TAB and try the easiest command on the list, BOOT. This is what I get when I try boot:

Code:

error: no loaded kernel

So I don't know what I did wrong.

View 4 Replies View Related

Ubuntu :: Blacklisted Modules Still Get Loaded At Boot?

Oct 23, 2010

I'm trying to prevent a few modules from loading at boot, like i.e. bluetooth, sco, bnep, btusb, usb_storage and uvcvideo, so I blacklisted them in /etc/modprobe.d/blacklist.conf but they still get loaded. I've checked that I unload all of the ones depending on eachother so that shouldn't be the problem, I think. Does anyone know what I'm supposed to do to really prevent them from loading?

View 2 Replies View Related

Ubuntu :: Sun-Java-6-jre Installed But Openjdk Loaded

Oct 28, 2010

I have both the openjdk-6-jre and sun-java6-jre versions of java installed on my Ubuntu Maverick desktop, with the sun version setup as the default. I was trying to load the web page,URL..., an amateur radio software defined receiver. I can load the page on Firefox run on XP in a VirtualBox machine, but when loaded on Firefox on my Maverick desktop, I wasn't getting any sound with openjdk, so I installed sun's and set it as the default. When I run 'java -version' from the command line, it reports the following:Java(TM) SE Runtime Environment (build 1.6.0_22-b04)Java HotSpot(TM) Server VM (build 17.1-b03, mixed mode)but on firefox, when loading the above page, it reports 'java version test applet 1.6.0_20' on the page. How do I get sun's version to run? I need to get the sound to work.

View 4 Replies View Related

Ubuntu :: CPU Fan - Sensors Not Detected / Loaded Properly

Dec 25, 2010

I am having difficulty setting up lm-sensors so that I can monitor fan speed and temps. I have been following theHow-To on the forums, but it appears I don't have the sensors detected/loaded properly.

This is the current output:
Code:
ronald@ronald-Satellite-L505:~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +69.0C (crit = +114.0C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +63.0C (high = +105.0C, crit = +105.0C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +57.0C (high = +105.0C, crit = +105.0C)

Below is a copy of what I have been trying in terminal. Here is a walkthrough of sensors-detect:
Code:
ronald@ronald-Satellite-L505:~$ sudo sensors-detect
[sudo] password for ronald:
# sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)
# System: TOSHIBA Satellite L505 (laptop)
# Board: TOSHIBA Portable PC .....
Monitoring programs won't work until the needed modules are loaded. You may want to run '/etc/init.d/module-init-tools start' to load them.

Possibly necessary info:
10.10 64-bit
Intel T4300 dual core
Western Digital WD3200BEKT HDD

View 2 Replies View Related

Ubuntu Servers :: Apache2 Rewrite_module Not Loaded

Mar 19, 2011

My rewrite_module is not loaded checked with a script and double checked with sudo apache2ctl -l. Output:
HTML Code:

[Code]....

One of the Virtual hosts in httpd.conf (probably it's not best practice for Apache2?) is:

[Code]....

The rewrite_module doesn't work because I always get: HTTP Error 500 (just 'static' pages work perfect. I tried everything but I'm not a apache2 config specialist so I should ask some help after searching myself for 10 hours now If you need more information I will try to serve it!

View 6 Replies View Related

Ubuntu :: Font Or Resolution Before Gnome Is Loaded

Sep 10, 2010

when you first start up your computer it is in command line, before the gui has loaded. Just like when you type ctrl alt f1 it goes to a similar screen. in both those cases my fonts are twice the size they normally are. I've used ubuntu and slackware, installed them both on different occasions, and the font in the terminal was always small and looked like what i came to see as normal. but now they are stretched out and twice the size. i am wondering if there is a command or way to change either the font or the resolution or the display settings of the terminal.

View 2 Replies View Related

General :: Ubuntu 9.04 Desktop Effects Cannot Loaded / Fix It?

May 6, 2009

I recently installed Ubuntu 9.04 on my Inspiron 1520 laptop. Everything works fine except when I try to enable desktop effects. When I click on it a progress bar comes up saying (searching for drivers) then the screen flickers and finally a message comes up saying DESKTOP EFFECTS COULD NOT BE LOADED.

View 3 Replies View Related

General :: MS Is Usually Loaded As The OS?

Jul 20, 2011

I know very little about Linux. I've always used ( and been abused by) Microsoft. So: should I use Linux instead?

If Linux is that good why is is that MS is usually loaded as the OS?

View 14 Replies View Related

Ubuntu Installation :: VM - Virtual Box Kernel Driver Not Loaded

Jan 7, 2010

I am trying to get my VM to work. It tells me the virtual box Kernal driver is not loaded, how do I get started on getting this to work.

View 1 Replies View Related







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