Strange problem with Proxy and PTP
Posted: Sun Aug 17, 2008 12:57 am
Hello everybody
I'm writting to ask, if somebody had the same problem that I will describe:
Well, at the moment, I have a wireless point to point, configurated in bridge mode in ROS 2.9.46, where I transport the Internet to another place where I have two MKT PPPoE Server in ROS 3.11, where I have PPPoE, QOS and WebProxy. The problem appears when I try to optimize the networks, with this change:
The equipment of the PTP does not have exigencies in the processor, so I decided to make in there the QOS. To do its, I have to change my version of ROS to the 3.13. Well, it upgrade excellent, and make the PTP and the QOS without problems.
The problems appears in the PPPoE Servers, I can do everything (ping, DNS,etc), except visit page. So I look that the problems is the proxy. When I disable the NAT roule, that redirect the port 80 to the port of the proxy, I can visit pages, so the problems is the web-proxy!!
I tried taking out the QOS, and nothing. The only way that permit me use the PROXY is the downgrade the version of the PTP equipment. THE ONLY WAY WHERE I CAN HAVE PROXY, IS WHEN I WORKS IN THE PTP WITH VERSION 2.9.X!!!
IS SO STRANGE, ISN'T IT?
The roule that I have to disable is this:
Note: CLIENTES_ACTIVOS is a address-list where are the clients connected to the PPPoE Server.
How to different things can interfere each other??y
Thanks
Rafael Lore
I'm writting to ask, if somebody had the same problem that I will describe:
Well, at the moment, I have a wireless point to point, configurated in bridge mode in ROS 2.9.46, where I transport the Internet to another place where I have two MKT PPPoE Server in ROS 3.11, where I have PPPoE, QOS and WebProxy. The problem appears when I try to optimize the networks, with this change:
The equipment of the PTP does not have exigencies in the processor, so I decided to make in there the QOS. To do its, I have to change my version of ROS to the 3.13. Well, it upgrade excellent, and make the PTP and the QOS without problems.
The problems appears in the PPPoE Servers, I can do everything (ping, DNS,etc), except visit page. So I look that the problems is the proxy. When I disable the NAT roule, that redirect the port 80 to the port of the proxy, I can visit pages, so the problems is the web-proxy!!
I tried taking out the QOS, and nothing. The only way that permit me use the PROXY is the downgrade the version of the PTP equipment. THE ONLY WAY WHERE I CAN HAVE PROXY, IS WHEN I WORKS IN THE PTP WITH VERSION 2.9.X!!!
IS SO STRANGE, ISN'T IT?
The roule that I have to disable is this:
Code: Select all
print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; redirect CLIENTES_ACTIVOS port 80 to proxy ports
chain=dstnat action=redirect to-ports=8080
src-address-list=clientes_activos dst-port=80 protocol=tcp
Note: CLIENTES_ACTIVOS is a address-list where are the clients connected to the PPPoE Server.
How to different things can interfere each other??y
Thanks
Rafael Lore