Displaying 2 results from an estimated 2 matches for "awith".
Did you mean:
with
2007 Apr 02
1
mark incoming traffic
...fic routing. I have two gateways on the same net and incoming
traffic may arrive from any of them. I want the return packets to go the
same way. My plan is:
Normal traffic goes through default gw. Traffic from the other has TOS
0x08 set. I''d like to mark traffic with TOS and use fwmark awith iproute
for outbound packets.
My problem is that I can mark based on an incoming property and I need
the mark on the outbound packets. How can I do this?
Doing "-A INPUT -p tcp -m tos --tos 0x08 -j MARK --set-mark 1" (in
mangle of course) is not good as the mark is lost. Doing tests...
2005 Jan 29
1
Cyrus IMAP crashes after reading /etc/krb5.conf
...41 imapd NAMI "/etc/krb5.conf"
29641 imapd RET open 12/0xc
29641 imapd CALL fstat(0xc,0xbfbfbb40)
29641 imapd RET fstat 0
29641 imapd CALL read(0xc,0x8172000,0x4000)
29641 imapd GIO fd 12 read 370 bytes
"# This is from http://barney.gonzaga.edu/~awithers/integration/
[libdefaults]
default_realm = US.EXAMPLE.COM
#dns_lookup_realm = true
#dns_lookup_kdc = true
default_tkt_enctypes = des-cbc-md5
default_tgs_enctypes = des-cbc-md5
[realms]
US.MUREX.COM = {...