On 7/17/05, Linux Query <linux_query@xxxxxxxxx> wrote: > Hi ! > > > I have dsl PPPoE + Satellite Downlink > > What I want is: > > Only DNS traffic and WebPages should come back to me > through PPPoE link whereas all other traffic including > port 80 downloads like mp3 wav etc should come back > through satellite link. > > Can anybody kindly give me some idea about how to do > it ? > > I am trying to do : > > acl DOWNLOAD urlpath_regex -i .mp3 .wav > tcp_outgoing_address <ip address of satellite > provider> DOWNLOAD > > Am i on the right track ? > > Thanks and regards, > jim. acl DOWNLOAD urlpath_regex -i \.avi$ \.wav$ \.zip$ \.mp[e]g$ There is plenty of examples discussed by users in the mailing list. Search for more. -- Regards. Abu Khaled