search for: ondainternet

Displaying 6 results from an estimated 6 matches for "ondainternet".

2007 Dec 12
1
Re: LARTC Digest, Vol 34, Issue 12
...ubbed... > URL: > http://mailman.ds9a.nl/pipermail/lartc/attachments/20071210/7146d379/attachment.html > > ------------------------------ > > Message: 5 > Date: Mon, 10 Dec 2007 08:32:18 -0300 > From: "Alexandre J. Correa - Onda Internet" > <alexandre@ondainternet.com.br> > Subject: Re: [LARTC] PAT HOW to - IPTABLES > To: lartc@mailman.ds9a.nl > Message-ID: <475D23C2.2090300@ondainternet.com.br> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > you can use squid as reverse proxy .. > > see cache_peer !! > &...
2007 Mar 06
2
ip route config question, forcing src address
I''m trying to use ip route to setup a single interface with two ip addresses. I currently have: / # /usr/sbin/ip address show 1: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:19:03:00:27:10 brd ff:ff:ff:ff:ff:ff inet 128.0.0.1/16 brd 128.0.255.255 scope global eth0:1 inet 172.17.31.84/24 brd 172.17.31.255 scope global eth0 2:
2006 Jul 25
3
Routed network + web-cache
Hello all, I have a small ISP and I work all my clients networks over a routed network (now I am using 201.35.16.0/24 and 200.140.222.128/25 for my clients). The gateway server of the ISP is capable of running a web-cache (only http) using squid but I dont want that my clients go to the internet with the proxy/cache IP. Like when they enter in this site www.meuip.com.br it shows
2007 Apr 24
2
Prioritizing based on HTTP Content-Type header
I''m setting up a reverse-proxy on a limited-bandwidth pipe. The system is Debian "etch" on Linux 2.6, using squid as the proxy. As we''ve only got 5mbit to play with, what I''d really like to do is set up priority levels based on the Content-Type of the (outgoing) response: 1. text/* gets highest priority (along with application/x-javascript). 2.
2007 Dec 10
6
PAT HOW to - IPTABLES
Hi, I have a box running with iptables and iproute2. it has 3 ethernet cards. One for the internet. another for LAN and yet another for DMZ. @ DMZ ZONE I have 3 web servers. But I have only one real ip on my firewall. Now , I want to forward port 80 to theese 3 web servers. How can I do it? I searched a lot from google. But, still no luck. -- Thank you Indunil Jayasooriya
2006 Dec 11
6
load balacing with https home banking
Hello everybody. I''m running linux 2.6.19 with nth match to alternatively snat outgoing connections to two different ip addresses for load balancing between two adsl lines: Here is: $IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m multiport --dports 80,443 -m statistic --mode nth --every 2 -j SNAT --to adslA $IPTABLES -t nat -A POSTROUTING -s my_ip --protocol tcp -m multiport