search for: msnmessenger

Displaying 18 results from an estimated 18 matches for "msnmessenger".

2007 Jul 05
4
Load Balancing , MSN and SSL
...add fwmark 3 table 22 prio 20 ip route add default via $P1 dev $IF1 table 21 ip route add default via $P2 dev $IF2 table 22 ip route flush cache Here the iptables mangles rules : ############# MSN Services ##################### iptables -t mangle -A PREROUTING -i eth1 -p tcp -m layer7 --l7proto msnmessenger -j MARK --set-mark 2 iptables -t mangle -A PREROUTING -i eth1 -p udp -m layer7 --l7proto msnmessenger -j MARK --set-mark 2 ############### SSL Services ########### iptables -t mangle -A PREROUTING -i eth1 -p tcp -m layer7 --l7proto ssl -j MARK --set-mark 2 I add the rules from DNS and FTP too ....
2005 Oct 19
0
Redirect mark to some route
Hello, Here is what I want to do: I have a patch that make me able to mark package by its nature useing layer 7. So I use this line to mark a packge (i will use msnmessenger like example): $IPT -t mangle -A POSTROUTING -m layer7 --l7proto msnmessenger -j MARK --set-mark 3001 Now I want that all packges with this mark get throu my gateway using the link at eth2 and all other packges use link at eth1. How can I do this?! Att, Nataniel Klug ______________________...
2003 Sep 29
1
CP for rpart
...r xstd 1 0.18667 0 1.00 1.00 0.18098 2 0.00001 3 0.44 1.12 0.18897 I would appreciate your help on this, Weidong _________________________________________________________________ Instant message with integrated webcam using MSN Messenger 6.0. Try it now FREE! http://msnmessenger-download.com -------------- next part -------------- A non-text attachment was scrubbed... Name: plotcp.pdf Type: application/pdf Size: 3990 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/20030929/42f5f6e2/plotcp.pdf
2004 Aug 06
1
compile error in the new icecast 2
...ph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. _________________________________________________________________ Have fun customizing MSN Messenger — learn how here! http://www.msnmessenger-download.com/tracking/reach_customize --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No s...
2003 Sep 23
2
IP address restrictions and multiple interfaces
...book Understanding CIFS by Chris Hertel talks about NetBIOS name conflicts in this scenario (same name mapping to multiple IP addresses). Thanks. _________________________________________________________________ Instant message during games with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com
2004 Nov 15
5
Packet loss with htb+sfq+l7filter
...-m tcp --tcp-flags SYN,RST,ACK SYN -j RETURN # by layer 7 $NFl7 --l7proto http -j MARK --set-mark 0x3 $NFl7 --l7proto http -j RETURN $NFl7 --l7proto ftp -j MARK --set-mark 0x3 $NFl7 --l7proto ftp -j RETURN $NFl7 --l7proto skype -j MARK --set-mark 0x2 $NFl7 --l7proto skype -j RETURN $NFl7 --l7proto msnmessenger -j MARK --set-mark 0x1 $NFl7 --l7proto msnmessenger -j RETURN $NFl7 --l7proto msn-filetransfer -j MARK --set-mark 0x3 $NFl7 --l7proto msn-filetransfer -j RETURN $NFl7 --l7proto jabber -j MARK --set-mark 0x1 $NFl7 --l7proto jabber -j RETURN $NFl7 --l7proto smtp -j MARK --set-mark 0x3 $NFl7 --l7proto...
2003 Nov 15
1
tricky scenario? with shorewall/squid!
...I cannot access via my http such as my web cam (site B) from my web browser from site A. Any ideas anyone? I would appreciate it.... thanks, hallian Cheers, Shazad _________________________________________________________________ MSN Messenger with backgrounds, emoticons and more. http://www.msnmessenger-download.com/tracking/cdp_customize
2004 Aug 06
0
Ice Cast / win32 basic help
...ph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. _________________________________________________________________ Have fun customizing MSN Messenger — learn how here! http://www.msnmessenger-download.com/tracking/reach_customize --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No s...
2003 Oct 08
0
Sorry! Previous subject was cell means model in LME
...st for the first factor included in the model and then used "contrast treatment" for all the other factors. Thanks for your help! Francisco _________________________________________________________________ Instant message in style with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com
2003 Sep 22
1
rsync problem on cygwin
Hi, I have few rsync problems on latest version of cygwin and rsync. 1. if the file already exist, the rsync goes into hang. I have --progress and it says 1 file to consider rsync -Cav --ignore--existing --progess test.bac /backup First time above command works second time it hangs!!! 2. If I do control c on Cygwin I still see rsync process running. Probably, this is not question for this
2003 Oct 17
1
System layout
...that possible? Our local network is 100 mb/s and our internet connection is 768kb/s in both directions. Would that be enough? Thanks, Jake _________________________________________________________________ See when your friends are online with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com
2003 Sep 25
0
Re: Please check if your are sending offending emails
...>Information Technology Consultant >Biology Department >San Jose State University >408-924-4860 >rliu@email.sjsu.edu > > _________________________________________________________________ Instant message with integrated webcam using MSN Messenger 6.0. Try it now FREE! http://msnmessenger-download.com
2006 Dec 11
21
iptables 1.3.7, kernel 2.6.19, ROUTE and Layer7 issues
...ginfosize 0 != 40 [root@myhost ~]# cat /var/log/messages | grep "ROUTE" Dec 11 20:32:50 myhost kernel: ipt_ROUTE: targinfosize 0 != 40 With layer7 filter, I have a problem too, but it has no dmesg or syslog entry: [root@myhost ~]# iptables -v -t mangle -A PREROUTING -m layer7 --l7proto msnmessenger 0 opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 LAYER7 l7proto msnmessenger iptables: Invalid argument Does anyone help me please? I need any more recent patch? More info: SMP machine (dual Xeon) Thanks
2007 Sep 03
3
Classes do not receive any traffic ?
...1 -o ! -r /tmp/2 ] ; then touch /tmp/1 /tmp/2 find /etc/l7-protocols/protocols/ -type f -name *pat |cut -d/ -f5 | cut -d. -f1 >/tmp/1 sed ''/skype*/d;/finger*/d;/biff*/d;/whois*/d;/tsp*/d;/ntp*/d;/unknown*/d;/sip*/d;/h232*/d;/teamspeak*/d;/ventrilo*/d;/ssh*/d;/jabber*/d;/aim*/d;/msnmessenger*/d;/yahoo*/d;/qq*/d;/battlefield1942/d;/battlefield2/d;/counterstrike-source*/d;/dayofdefeat-source*/d;/doom3*/d;/halflife2-deathmatch*/d;/mohaa*/d;/quake-halflife*/d;/quake1*/d;/worldofwarcraft*/d'' /tmp/1 > /tmp/2 fi i=`cat /tmp/2|wc -l` j=1 iptables -t mangle -N ${dev[2]}_SKY...
2004 Jun 11
9
Handling Events that don''t take an ID
...nd end Or is there a simpler, more direct way to get a particular instance of a widget to respond to such events? Robert Carlin _________________________________________________________________ Watch the online reality show Mixed Messages with a friend and enter to win a trip to NY http://www.msnmessenger-download.click-url.com/go/onm00200497ave/direct/01/
2003 Oct 10
18
Getting past "net unreachable" message(s)
My Shorewall installation was working great until yesterday when it started logging ''REJECT'' to packets that tried to cross the firewall to the internet. I tried to work past the firewall by entering "shorewall clear" but I still can''t get past the gateway / firewall machine. Does this mean the NIC is damaged? When Shorewall is running I can navigate
2003 Sep 11
5
FreeBSD 4.9-PRE+ nvidia
Hello all. I have the same problem as described by Dmitry a day ago in a topic similar. I am able to use x11 with base driver "nv" but when I load "nvidia" driver, startx simply crash my machine and reboot after 5 seconds. I have a similar log file as reported by Dmitry even using startx+logverbose option. XF86Config file is similar,except it is not the same nvidia video
2006 Dec 06
0
Configuring a QoS Box + Cliente Bandwidth Control
...SKYPEMARK $IPT -t mangle -A PREROUTING -p udp -m layer7 --l7proto skypetoskype -j MARK --set-mark $SKYPEMARK $IPT -t mangle -A PREROUTING -p udp -m layer7 --l7proto skypeout -j MARK --set-mark $SKYPEMARK # referente ao msn MSN="22" $IPT -t mangle -A PREROUTING -p all -m layer7 --l7proto msnmessenger -j MARK --set-mark $MSN # referente ao ssh SSH="23" $IPT -t mangle -A PREROUTING -p all -m layer7 --l7proto ssh -j MARK --set-mark $SSH #---- # SALVANDO MARCAS DO IPTABLES #---- $IPT -t mangle -A PREROUTING -j CONNMARK --save-mark #------ # Apagando regras antigas de QoS #------ $TC q...