search for: wansid

Displaying 4 results from an estimated 4 matches for "wansid".

Did you mean: wansim
2006 Jul 11
0
tcng not working as expected
...ay be 128kbps. e.g. In case of full utilization, the VIP client with 64kbps should get full 64kbps but the poor client with 128kbps may get much lower. I will appreciate your suggestion. regds, Rajendra. #include "fields.tc" #include "ports.tc" #define LANSIDE eth0 #define WANSIDE eth1 /*######### Shape DOWNLOAD Traffic ############*/ /*#############################################*/ dev LANSIDE { egress { class ( <$client1_a> ) if ip_dst == 10.10.10.24; class ( <$client1_b> ) if ip_dst == 10.10.10.22;...
2006 May 28
0
TCNG HTB Branching the class not working. (bug or what)
...es unusal tc commnds. I guess, its a bug on tcc compiler or it happens to my box due to some misconfgurations? Please look at the following example where I have a problem [root@server traffic]# cat test1.tc #include "fields.tc" #include "ports.tc" #define LANSIDE eth0 #define WANSIDE eth1 /*######### Shape DOWNLOAD Traffic ############*/ /*#############################################*/ dev LANSIDE { htb() { //Main link bandwidth class (rate 128kbps, ceil 128kbps) { //Client 1 class (rate 128kbps, cei...
2018 Jun 01
3
Trust relationship between different domains
...lan. 聽聽聽聽setup vhost聽<VirtualHost ip1 ip2>聽聽聽 In the DNS, create the domain.tld zone. and CNAME www.domain.tld to the hostname of the LAN side of you server. 聽聽聽 ( now your avoiding kerberos auth problem since the lan side has a host/fq.dn at kerberosUPN ) 聽聽聽 And聽setup dns internet to the wanside. 聽聽聽 Server connected to the internet, use bind or other dns server on these and forward the domain domain.tld to and internet dns. 聽聽聽 forward companyname.domain.tld to you lan DNS. 聽 companyname.domain.tld聽聽聽it the company toplevel dom for the lan. 聽聽聽 OU=Service聽聽聽 my service聽users for all...
2018 Jun 04
0
Trust relationship between different domains
...lan.     setup vhost <VirtualHost ip1 ip2>    In the DNS, create the domain.tld zone. and CNAME www.domain.tld to the hostname of the LAN side of you server.     ( now your avoiding kerberos auth problem since the lan side has a host/fq.dn at kerberosUPN )     And setup dns internet to the wanside.     Server connected to the internet, use bind or other dns server on these and forward the domain domain.tld to and internet dns.     forward companyname.domain.tld to you lan DNS.   companyname.domain.tld   it the company toplevel dom for the lan.     OU=Service    my service users for all...