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.
REST service and two network interfaces
Re: REST service and two network interfaces
Can you please elaborate on "I can connect only from one network ..."? I'm not quite sure I understand what you mean.
-steinar
-steinar
Re: REST service and two network interfaces
Server have multiple network interfaces. Two of them is active:
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
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
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
Re: REST service and two network interfaces
Ah, yes, I see! Bug found and corrected
-steinar
-steinar