search for: natt

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

Did you mean: matt
2001 Dec 13
3
How to MARK NATtted packets coming from external interface to an internal host ?
...eth0 | NAT | eth1 [client] +-----------+ 192.168.1.8 I tried to use the following command to mark the packets: iptables -t mangle -A PREROUTING -i eth1 -d 192.168.1.8 -j MARK --set-mark 1 But the packets are not being marked probably because they were not NATtted yet and still have the destination ip of the external interface. How can I classify this traffic so I can shape it ? Best regards, Claudio Leonel Salvadori cls@xpnet.com.br
2006 Oct 07
1
GUI for R
...nfortunately, JGR is still somewhat outside Debian as it wants Sun's Java JDK so I don't think I'll ever package it directly. Now, if someone wanted to outside of Debian ... In fact, the CRAN maintainers mention that idea. Maybe one day. | On Saturday 07 October 2006 14:11, Cristiano Natt?ro wrote: | > Hello everybody, | > | > I'm trying to use GNU R on a debian stable but I didn't manage to | > make any GUI work. Then I saw that: | > | > | > $ apt-cache show r-gnome | > <snip> | > As of R 2.1.0, this interface is no longer provided with t...
2005 Mar 05
1
SAY DIGITS problem
Hi, I have a problem using AGI cmd "SAY DIGITS". For some reason I cannot here any thing when the script got executed. However if I use the cmd "SAY NUMBER" I can here * reading the number fine. I am running asterisk-1.0.6 and below is my PHP script. Help please. - Natt #!/usr/bin/php -q <?php ob_implicit_flush(true); set_time_limit(10); /* Standard Input file descriptor */ $stdin = fopen('php://stdin', 'r'); /* Standard Output file descriptor */ $stdout = fopen('php://stdout', 'w...
2002 Dec 03
0
domain logon
...local logon. I can provide a level 10 debug if someone is interested. Best regards, Paul Casteels Paul.Casteels@ua.ac.be Tel: +32.3.8202455 Fax: +32.3.8202470 University of Antwerp Dpt.Physics Universiteitsplein 1 B-2610 Wilrijk Belgium -- smb.conf [global] # --- identity workgroup = NATT # netbios name = NATTC server string = "Nats backup-test" # --- problems with win2k/sp2 profiles nt acl support = no # --- printers printcap name = /etc/printcap load printers = yes printer admin = casteels use client driver = yes # default devmode = yes printing = lprng #...
2011 Jan 12
2
RNetCDF: retrieving variable names and units
Dear List, does anybody has experience with the RNetCDF package? I manage to open a connection and copy data from a ncdf file but would need a way to automatically retrieve variable names (ideally all of them from one file) and units from the file. Any ideas? Jannis
2007 Oct 01
1
SIP trought Firewall
Hi to everyone! I have succerfully instaled my new Asterisk 1.4 on my debian etch. I have my users in sip.conf like this: [200] type=peer host=dynamic context=home secret=200 callerid= 200 dtmfmode=rfc2833 nat=yes mailbox=200 at home disallow=all allow=ulaw I can make calls in my LAN but i can?t ear comunications with another client trought Internet. My Asterisk is in my LAN and i not have a
2007 Mar 07
1
freebsd vpn server behind nat dsl router
Hello Greg, I am writing you, because I saw your responses to a couple of messages on the freebsd-security mailing list related to freebsd vpn and nat. My situations is rather unique, and I am needing an expert's eyes to glance at it and confirm whether it is doable or not. I have a simple diagram that illustrates what I am trying to do, and it is located here (about 40k):
2006 May 28
5
Easiest way to compile custom kernel, for fedora +openswan+xen+patchomatic
I want to compile a custom xenU kernel for a firewall distribution (endianfw, version of ipcop), I can get it to load up but the kernel is missing some modules that aren''t resident. So I want to make a custom version for this domU, I know what I need kernel+openswan+xen+patch-o-matic but I not sure the best way to go about this, do I patch a fedora source or start with a vanilla kernel?