Dears Henrik & Bags, I'm checking the IP address that I'm using in Browser settings by visiting this website: http://www.whatismyip.com Hanrik, After changing the myaddr by myip it is working, but it is not giving the correct address all the time .. :S I have to refresh the site more than 5 times in order to get the correct address ! Exactly I edited the lines to be like: acl interface1 myip x.x.x.x tcp_outgoing_address x.x.x.x interface1 acl interface2 myip y.y.y.y tcp_outgoing_address y.y.y.y interface2 If I use x.x.x.x ---->x.x.x.x when I use y.y.y.y -----> x.x.x.x (I have to refresh the site many times in order to get the y.y.y.y) Regards, Aldalil > Are you sure your outgoing traffic is using y.y.y.y and z.z.z.z when you > expect it to? > Did you check your traffic with tcpdump or alike? > > > Bye > Bgs > > > Alaa Ayad - InternetVSAT.com wrote: >> Hi Alexandre, >> >> I want to use All the IP addresses .. but for each time getting the >> correct reply for the IP I'm use. >> >> So, if I used the x.x.x.x I get a reply for x.x.x.x and if I used the >> y.y.y.y I get the reply for y.y.y.y and so on .. >> >> What I'm getting now is: x.x.x.x using any IP address, so if I used >> x.x.x.x I'm getting reply for x.x.x.x .. also if I used y.y.y.y I'm >> getting reply that I'm using x.x.x.x .. so, using any IP I'm getting >> reply that I'm using one of the IP addresses ... >> >> so .. again in few lines: >> My current status: >> x.x.x.x -------> x.x.x.x >> y.y.y.y -------> x.x.x.x >> z.z.z.z -------> x.x.x.x >> >> I need it to be like: >> x.x.x.x -------> x.x.x.x >> y.y.y.y -------> y.y.y.y >> z.z.z.z -------> z.z.z.z >> >> I hope that it is clear now .. as I rely confused why it is giving a >> reply for one IP in the server even if I used the other IP addresses. >> >> My Regards, >> Aldalil >