search for: ip_

Displaying 9 results from an estimated 9 matches for "ip_".

Did you mean: ip
2011 Aug 03
18
[Bug 734] New: Iptables on Arm Processor with Vanilla Kernel
...6, PROT_READ) = 0 mprotect(0x40010000, 4096, PROT_READ) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 socket(PF_INET, SOCK_RAW, IPPROTO_RAW) = 3 getsockopt(3, SOL_IP, 0x40 /* IP_??? */, "filter\0\306\2701(\300\24\0\0\0\377\7\0\0\340\334\326\306\200\0C\307$\335\326\306\16"..., [84]) = 0 brk(0) = 0x1b000 brk(0x1c000) = 0x1c000 getsockopt(3, SOL_IP, 0x41 /* IP_??? */, 0x1b078, 0xbeddfbc8) = -1 EINVAL (Invali...
2006 Apr 14
8
[Bug 467] iptables is complaining with bogus unknown error 18446744073709551615
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=467 ------- Additional Comments From mvolaski@aecom.yu.edu 2006-04-14 01:35 MET ------- Examples of rules that give the error are 1) iptables -A INPUT -i bond0 -s 129.98.90.0/24 -p tcp --dport 548 -j ACCEPT 2) iptables -A INPUT -i bond0 -s 129.98.90.101/32 -p tcp --dport 497 -j ACCEPT 3) iptables -A INPUT -i bond0 -s 129.98.90.227/32
2006 Apr 11
2
Browsing problem
...t INTRA.COMPANY.NET<1C> GRUPPE Registriert INTRA.COMPANY.NET<1D> EINDEUTIG Registriert INTRA.COMPANY.NET<1E> GRUPPE Registriert MAC Adresse = 00-00-00-00-00-00 % BROWSTAT STATUS Status for domain INTRA.COMPANY.NET on transport \Device\NetBT_Tcpip_{CFE1851D-F46 9-482D-8682-2137FEF1FF3E} Browsing is active on domain. Master browser name is: SERVER Unable to determine build of browser master: 2 \\\\SERVER . Version:04.09 Flags: 9a0b NT CONTROLLER SERVER 1 backup servers retrieved from master SERVER...
2007 Jun 27
3
Adding custom iptables rules to shorewall
Hi, I''m trying to add following iptables rules to shorewall: iptables -I INPUT -d 192.168.1.1 iptables -I OUTPUT -s 192.168.1.1 What should I put in my custom action or any ware else? I need these rules for munin accounting. iptables -L INPUT -v -n -x Chain INPUT (policy DROP 5 packets, 260 bytes) pkts bytes target prot opt in out source destination 7175
2011 Jan 11
2
Do I need a sip proxy?
Hi Everyone, I am running multiple instances of Asterisk in Proxmox and so far I had one central Asterisk feeding all others with trunks from one provider. Now, I want to connect each Asterisk server directly to the provider. Based on my understanding, each connection made to the provider port 5060 would be on a port that is unique to that server. And so other connections made to the same
2001 Sep 24
1
include ...%G... problem in Samba 2.2.1a
...the shares that are defined in it don't show up on the browse list when I look for them in the network shares window on a Win98 client. I turned on debugging level to 10, and browsed through the output. What appeared there was that Samba did check whether a config file had to be reloaded (Ip_<something function>), but never did a lookup of the above file (although %G certainly is/should be available when a connection is made to a share...). I'm currently downloading and compiling the CVS HEAD-branch of Samba, and maybe that will fix the problem. It would nevertheless be gr...
2012 Oct 24
13
Puppet & Oracle Database config management
Afternoon all. I''ve been reading around on Puppet and Oracle, and have come up with a few links that suggest how to get Oracle installed and base configured, which has got me started in the right direction on that. My next challenge is maintaining Oracle database specific configuration on the relevant hosts. This contains various elements, such as /etc/oratab, /etc/oranfstab (as
2007 Oct 26
14
''Considered Harmful'' Considered Harmful
Because here in Puppet-land we''re all about self-reference and recursion, and because I actually have to give a talk at RubyConf next weekend about abusing self-reference, and because parent nodes aren''t considered harmful in my own world, I give you: http://www.codinghorror.com/blog/archives/000982.html I think it manages to somehow be both on- and off-topic at the same
2018 May 23
7
Vsftpd vs. iptables firewall script
...that looks somewhat like this. I'm linking to the template, I won't copy/paste the whole thing here. https://github.com/kikinovak/centos-7-server-lan/blob/master/config/firewall/firewall-standalone.sh Under Slackware, the iptables rule for a local FTP server looked like this: modprobe ip_conntrack iptables -A INPUT -p tcp -i $IFACE_LAN --dport 21 -j ACCEPT I tried this, but to no avail. Can't connect to my server. I googled a bit, and I found out that there seem to be quite many different answers about the subject of "how do I configure my firewall for Vsftpd". Any...