search for: dsthost

Displaying 3 results from an estimated 3 matches for "dsthost".

Did you mean: desthost
2008 Mar 19
1
Getting config from SPA-941 or 942 phones
Hi, Is it possible to get the XML config off of a Linksys SPA-941 or 942 phone? I've tried http://[ip address]/admin/spacfg.xml however that file doesn't appear to exist. Thanks.
2006 Feb 24
2
tc filter can target only leaf classes?
...I have this tree: eth0 | +------1:-------+ | | +------1:10 1:20 | | | 1:30 1:40 20: | | 30: 40: 1: is htb qdisc, with default pointing to minor 20. And this filter: iptables -t mangle -A OUTPUT -d $DSTHOST -j MARK --set-mark 1 tc filter add dev $DEV parent 1:0 prio 1 protocol ip \ handle 1 \ fw \ flowid 1:10 Now, I only see 1:10 getting the traffic if 1:30 and 1:40 don''t exist. The moment I add 1:30, 1:40 and their qdiscs, the above filter stops working and this same...
2000 Nov 24
2
Getting the authctxt
My port forwarding changes require an authorization (authentication) context in channel_connect_to(). I'd like to change the dispatch_* functions so that they accept an Authctxt * instead of a void * (this parameter is already used this way). In addition, I'd have to pass the authctxt all the way down to channel_connect_to(). As a side effect, it's possible to get rid of the global