cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
977
Views
0
Helpful
3
Replies

CMS streaming - invalid interface

Laszlo Olah
Level 1
Level 1

Dear Colleagues,

 

During an CMS streaming configuration I have got an invalid interface error message.

>streamer listen a:445 lo:445 whitelist

Error: Invalid interface

 

I tried with different ports and interface with no success.

Have you faced one of you with this problem?

 

Thanks,

Laszlo

1 Accepted Solution

Accepted Solutions

As it turned out, there was a simple syntax error, I had to leave the whitelist term.

The proper command is:

>streamer listen a:445 lo:445

 

Typical user error ;-)

View solution in original post

3 Replies 3

Patrick Sparkman
VIP Alumni
VIP Alumni
You have it configured to listen on interface a as well as the loopback interface, it could be that the loopback interface uses interface a and is causing a conflict. Have you tried to use either interface a or the loopback interface, instead of both?

Thanks for replying me.

Yes, I have tried to run the command with interface a and loopback separately and together as well... same error as I mentioned.

As it turned out, there was a simple syntax error, I had to leave the whitelist term.

The proper command is:

>streamer listen a:445 lo:445

 

Typical user error ;-)