REST service and two network interfaces

Here you can submit bugreports
Post Reply
User avatar
Soffort
Posts: 44
Joined: Wed Mar 15, 2017 7:27 pm

REST service and two network interfaces

Post by Soffort »

Hello, Steinar!

I have server for transcoding with two network interfaces. When I run REST service (as service, or as app), I can connect only from one network and can't choose this. Even localhost (127.0.0.1) connection broken.
admin
Site Admin
Posts: 1680
Joined: Sat Feb 08, 2014 10:39 pm

Re: REST service and two network interfaces

Post by admin »

Can you please elaborate on "I can connect only from one network ..."? I'm not quite sure I understand what you mean.

-steinar
User avatar
Soffort
Posts: 44
Joined: Wed Mar 15, 2017 7:27 pm

Re: REST service and two network interfaces

Post by Soffort »

Server have multiple network interfaces. Two of them is active:

Code: Select all

Ethernet adapter vlan 20:
   IPv4 Address. . . . . . . . . . . : 10.254.20.119(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.254.20.2
   DNS Servers . . . . . . . . . . . : 10.254.20.110, 10.254.10.110

Code: Select all

Ethernet adapter vlan 60:
   IPv4 Address. . . . . . . . . . . : 10.100.60.5(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.100.60.1
   DNS Servers . . . . . . . . . . . : 10.254.10.110, 10.254.20.110
First for production network and second for office.

All network functions works from both networks. I can connect to SMB or RDP or something else from office network and from production. Even from PC that connect to both.

BUT! When I start rest service (or just as app), I can't connect as "http://10.100.60.5:65445/monitor". And locally as "http://127.0.0.1:65445/monitor" not working too (this is strange). Only 10.254.20.119 working. But this network not available from office subnet.

Firewall disabled. Configuration without custom routes in network properties. Weird third party software not installed.

P.S. Forum say "Your message contains too many URLs. The maximum number of URLs allowed is 2." I was correct my message, but this limitation obstruct :)
admin
Site Admin
Posts: 1680
Joined: Sat Feb 08, 2014 10:39 pm

Re: REST service and two network interfaces

Post by admin »

Ah, yes, I see! Bug found and corrected :-)

-steinar
Post Reply