search for: ip_tables_nam

Displaying 8 results from an estimated 8 matches for "ip_tables_nam".

Did you mean: ip_tables_names
2016 May 01
12
[Bug 1064] New: iptables-save fails silently in unprivileged lxc/lxd container
...EW Severity: enhancement Priority: P5 Component: iptables-save Assignee: netfilter-buglog at lists.netfilter.org Reporter: phiphi at phiphi.ch Originally reported to https://github.com/lxc/lxd/issues/1978 in an unprivileged lxc container, /proc/net/ip_tables_names is not readable. iptables-save gives no output, but returns exitcode 0. open("/proc/net/ip_tables_names", O_RDONLY|O_CLOEXEC) = -1 EACCES (Permission denied) exit_group(0) = ? +++ exited with 0 +++ iptables-save command returns no output while iptables -nL wo...
2007 Feb 15
5
Problem with iptables && ensure => running
I''ve been seeing this for a long time now... Got a class like: <snip> class iptables { package { iptables: ensure => latest } service { iptables: enable => true, ensure => running } remotefile { "/etc/sysconfig/iptables": mode => 400, source
2012 Dec 28
4
tincctl localhost timeout
First off, thanks to all who have made tinc possible and continue to work developing it. I hope perhaps in time I can become a useful part of this community. :) I'm having an interesting issue with tincctl and was hoping someone could shed some light on it. Everything seems to work correctly when I build for OSX; however on linux and windows builds, I always receive connection
2013 Oct 10
2
- problem with iptables
hi all, I have a problem with iptables on CentOS 6.2. I configured: chkconfig iptables on and the file /etc/sysconfig/iptables if you reboot the machine configurations are not loaded. iptables-L gives me the default configurations (not assigned) if I (a machine booted): service iptables start then then it works. how can I fix? thanks in advance
2013 Jun 24
0
[Bug 580] iptables-restore and iptables-save lack comparison of a saved ruleset against the currently deployed rules
...;netfilter at linuxace.com> 2013-06-24 18:37:54 CEST --- We cannot alter the default behavior of iptables-save, since admins are potentially relying upon the current output in scripts. However, what you want to achieve is trivially done with userspace. See below. for table in $(sort /proc/net/ip_tables_names) ; do iptables-save -t $table | sed '/^#/d ; s/\[.*$//' done Output that to a text file and use diff to test for differences. Closing. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watchin...
2019 Feb 11
4
Samba and ufw
Louis, Followed your instructions so far. Take a look at the output of the various steps. I'm down to removing items form /etc/ufw. I'm not sure what I should delete. I know some of the files are backups generated after some rules were deleted. Please tell me what is safe to delete before I procede further. martin at radio:~$ sudo apt-get remove --purge ufw gufw Reading package
2011 Aug 03
18
[Bug 734] New: Iptables on Arm Processor with Vanilla Kernel
...\306,\313\5\300\16"..., [84]) = 0 brk(0) = 0xaf000 brk(0xb0000) = 0xb0000 getsockopt(3, SOL_IP, 0x41 /* IP_??? */, 0xaf090, 0xbecbbad4) = -1 EINVAL (Invalid argument) close(3) = 0 lstat64("/proc/net/ip_tables_names", {st_mode=S_IFREG|0440, st_size=0, ...}) = 0 statfs("/proc/net/ip_tables_names", {f_type="PROC_SUPER_MAGIC", f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0 socket(PF_INET, SOCK_RAW, IPPROTO_RAW) =...
2019 Feb 12
0
Samba and ufw
...quot; > DEFAULT_COLOR_STOP="\e[0m" > > function firewall_status > { > # Ausgabemodus > if [ "$1" != "short" ]; then > VERBOSE="--verbose" > fi > # Alle geladenen Tabellen sortiert durchlaufen > for table in `cat /proc/net/ip_tables_names | sort` > do > echo -e > "${DEFAULT_COLOR_START}--------------------------------------- > ------------------------------------------------${DEFAULT_COLOR_STOP}" > echo -e "${DEFAULT_COLOR_START}`echo $table: | tr a-z > A-Z`${DEFAULT_COLOR_STOP}" > e...