= Revision 11233
= Issue Description ip address (serverip) specified in oscam.conf. And oscam is listening on this ip AND on others... CCcam is only listening on the "serverip", but http-server is bind to all ips. The problem is, that the outgoing cccam connections should go out with the "serverip" as source ip. I have two interfaces: eth0 -> 192.168.1.2 and eth0:0 192.168.1.4 oscam should listen only on 192.168.1.4 as specified in the oscam.conf and outgoing connections should go out with the 192.168.1.4 ip address, but they are made with the 192.168.1.2 ip address as source.
= When the issue occurs everytime
= How the issue is reproducable you need two oscam instances and two network interfaces. e.g. eth0 and eth0:0 with different ip addresses. bind oscam to the ip address of eth0:0 and create a reader on this instance to the ip address of eth0. In the oscam instance with the ip address of eth0 you see a client with the ip address of eth0 instead of eth0:0.
Clone of http://www.streamboard.tv/oscam/ticket/3206
but its broken in the latest build also
Thanks