search for: statefull

Displaying 20 results from an estimated 32 matches for "statefull".

Did you mean: stateful
2004 May 17
4
Asterisk Proxy Type
Perhaps stupid question but, is Asterisk a statefull or stateless proxy? Ignace
2004 Dec 13
7
Dialing out to 2 clients simultaneously
Hi When I register a SIP or IAX client to asterisk and I dial to it from another UA then there is no problem at all But, when I register two or more clients to the SAME peer (with the same user/pass) and I call to this peer.. Then only the UA which registered the last will ring.. Others don't ring... What can I do about this?? I would like to register for example 10 UA's to the same
2007 Nov 14
4
Hardware Requirements for qdisc htb/sfq
I am planning to replace our cisco 7200 core router with Linux. We currently serve around 1500 (3/4 DSL - different router) customers with probably half of them being concurrent at any given time. We have a fiber network and customers currently aren''t managed as far as how much bandwidth they can use at anytime. Therefore I have constructed a working tc qdisc Linux router as a test. It
2008 Feb 14
1
Ser, asterisk and ip2ipgw
...; <head> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1">Hi,<br> <br> i use a ser, as proxy sip server(authentication), then a cisco router as sip2h323 gw(authorization and accounting). i want to start asterisk as sip statefull b2bua server, any suggestion to howto or documentation to asterisk integration and b2b use?<br> <br> ty in advance.<br> </font> <pre class="moz-signature" cols="72">-- Riccardo Cupardo </pre> </body> </html>
2011 Sep 15
1
Xrdp
...ted inside lightdm and not as a greeter, am I wrong? > > Are you implementing Xrdp support? > As far as I can see a basic Xrdp support should be very similar to the vnc > support. But the Xrdp developer are implementing channels for usb/audio > passthrough. > > NX protocol is a statefull shell implementation. So it is not as easy as RDP and > VNC. > Is there a way to implement the NX support using Vala? Like a plugin? A greeter? > > > Regards, > Marcelo > > On Tue, Sep 13, 2011 at 6:58 AM, Robert Ancell <robert.ancell at gmail.com> wrote: >> Cool...
2012 Jun 22
1
[PATCH] Fix wrong NFS umount path
...people wondering what this is. I think that the big issue with this is that _a lot_ of problems appearing _after_ not unmounting correctly the share the first time are caused by this: I used to get mounting errors with ?Stale NFS file handle? that would never go away (NFS is so much a PITA for this statefull behavior). You'll find a lot of people on the net trying to reboot their NFS server and the like, in hope this errors goes away. It was also quite misleading that the mount point for the root FS in the initramfs is called /root. Anyway, a lot of these problems go away with this patch. BTW, th...
2011 Feb 02
5
Regarding asterisk
Hi every one, I am using asterisk version 1.6.2...... i did not install mysql data base and when i tried to register a client from SIPp xml file..... it is registered.... My questions are 1. where can i find that registered client? 2. when i type the command "core stop now" it exists and the registered users are not shown why this is happening? 3. Is it compulsary
2020 Feb 27
9
[Bug 1410] New: STATELESS, rules with notrack into a map
...Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: e.lohmann at mdex.de I would like to put rules like this into a map. But there is no command (set) to use the map in raw, like we do it in STATEFULL with dnat / snat. nft add rule raw PREROUTING ip daddr *publicIP* counter notrack ip daddr set *privateIP* nft add rule raw PREROUTING ip saddr *privateIP* counter notrack ip saddr set *publicIP* I do this in STATEFULL with: dnat to ip daddr map @pubip_pre snat to ip saddr map @pubip_post Open...
2004 Oct 25
4
enquiry on shorewall functions
hi all, shorewall claim that support stateful connection. But I read the document, I can''t found any configuration on it like in iptables e.g. -m -state NEW, ESTABLISHED something like like. Is shorewall by default is staeful connection for any connectione.g. web, http
2004 Jan 09
2
High speed traffic filtering
...39;s say gigabit traffic filtering ? What kind of hardware would be necessary to handle such traffic ? Have you guys any experience with filtering such high speed traffic ? I also thought of two possible solutions, to optimize our current firewalls, on which you may have an opinion. 1) Disabling statefull inspection, by unloading connection tracking modules. I believe netfilter without connection tracking, might be much more efficient (We don''t need connection tracking actually, since we are only filtering HTTP traffic from the others traffics at this point) 2) Replace iptables by nf-hipa...
2006 Nov 11
5
src/etc/rc.firewall simple ${fw_pass} tcp from any to any established
Hi security@ list, In my self written, large ipfw rule set, I had something that passed http to allow me to browse most but not all remote sites. For years I assumed the few sites I had difficulty with were cases pppoed MTU != 1500, from not having installed tcpmssd on my 4.*-RELEASE, but then running 6.1-RELEASE I realised that wasn't the problem. http://www.web.de Still failed, &
2007 Nov 19
1
biocep project (R for the Web and the Virtual R Workbench)
...dard/S4). - Generate java mappings for selected packages' functions (Generic/TypeInfoed). - Use R and the R packages as a Java Toolkit via a Rich, High level, Object-Oriented API. - Deploy and use R as a remote component. - Expose automatically R packages and the R API as JAX-WS stateless or statefull Web Services. - Use R within a resource pooling infrastructure for scalable, web oriented, data analysis applications. - Use the Remote Resources Pooling framework (RPF) to deploy and use distributed computational resources (non R based, native libraries with JNI support or java code) - Use R fo...
2008 Feb 24
0
Load balancing SIP extensions.
Hello, Here is how I do this. The prerequisits are: - MySQL to hold the extensions realtime database. MySQL is synchronized among all servers using the Master/slave replication model. - The phones are spread by some external algorithm over the Asterisk servers (statefull load balancer, statically defined in the config file of the phone, etc.). The idea is to locate on which server the destination phone is registered and redirect the call to it. For this: /etc/asterisk/asterisk.conf has the parameter "sysname" set to its IP address (you can use also...
2003 Jun 09
2
need assistance with rsync keeping two live servers synced.
I have a project that requires that I have two file servers physically separated, both of which need to be able to written to and synced using rsync. I'm not worried about rsync, I'm really worried about users deleting files, because if they delete files on one side, they would just get replicated back from the other side. I have thought about hacking up a script that logs into the
2012 Jun 28
0
[klibc:master] nfsmount: Fix wrong NFS umount path
...people wondering what this is. I think that the big issue with this is that _a lot_ of problems appearing _after_ not unmounting correctly the share the first time are caused by this: I used to get mounting errors with ?Stale NFS file handle? that would never go away (NFS is so much a PITA for this statefull behavior). You'll find a lot of people on the net trying to reboot their NFS server and the like, in hope this errors goes away. It was also quite misleading that the mount point for the root FS in the initramfs is called /root. Anyway, a lot of these problems go away with this patch. BTW, th...
2008 Jun 03
9
clients hang on large PUTs to Mongrel::HttpHandler-based web service
Hi folks, I have a problem with a storage web service our group wrote using Mongrel::HttpHandler We have a consistent problem when using http PUT to this service when the data is larger than about 4 GB. The web service actually retrieves and processes the data, but the clients hang - the TCP connection is still in the ESTABLISHED state on the client side, but the TCP session no longer exists on
2003 May 31
3
Packet flow through IPFW+IPF+IPNAT ?
Hi. On my FreeBSD 4.8 configured IPFW2+IPF+IPNAT and I use them all: - IPFW - traffic accounting, shaping, balancing and filtering; - IPFilter - policy routing; - IPNAT - masquerading. I want to know, how IP-packets flow through all of this components? What's the path? incoming: IPFW Layer2 -> IPFW&Dummynet -> IPNAT -> IPFilter ? outgoing: IPFW Layer2 ->
2010 Aug 12
2
session
I tried to understand what a "session" means in Ruby on Rails, and found this site: http://www.tutorialspoint.com/ruby-on-rails/rails-session-cookies.htm But, really, I couldn''t get the idea well yet. Can you just explain what "session" means mire further? Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to
2007 Nov 19
0
biocep project - R for the Web and the Virtual R Workbench
...tandard/S4). - Generate java mappings for selected packages' functions (Generic/TypeInfoed). - Use R and the R packages as a Java Toolkit via a Rich, High level, Object-Oriented API. - Deploy and use R as a remote component. - Expose automatically R packages and the R API as JAX-WS stateless or statefull Web Services. - Use R within a resource pooling infrastructure for scalable, web oriented, data analysis applications. - Use the Remote Resources Pooling framework (RPF) to deploy and use distributed computational resources (non R based, native libraries with JNI support or java code) - Use R for p...
2011 Jan 11
1
IPv6, HE tunnel and ip6tables problems
CentOS 5.5, fully patched. I have a HE tunnel (tunnelbroker.net) IPv6 tunnel. This works pretty well and is simple to setup. Everything works fine. Until I try to set up an ip6tables firewall. eg if I try to view https://dnssec.surfnet.nl/?p=464 then the page never displays and the firewall shows kernel: IN=sit1 OUT=eth0 SRC=2001:0610:0001:40cd:0145:0100:0186:0033 DST=my.machine LEN=80 TC=0