Questions tagged [bindings]
79 questions
0
votes
1 answer
Udp port binding in VMware Linux
In my application, there're two physical computers, both in Windows environment. Computer 2 (with IP "192.168.2.2") has a VMware Linux virtual machine (with IP "192.168.80.129") installed on it. What I want to do is to send UDP socket from the…

Yan Zhao
- 1
- 1
0
votes
0 answers
Why is IIS Responding with the wrong binding?
I have two websites hosted on a server using IIS. One is served on port 80 and is simple HTML, no compiled code. The other is on port 90 and is hosting an ASMX web service.
Every once in a while, when I type the server's IP address into a web…

Jrud
- 113
- 1
- 6
0
votes
1 answer
How to host two web applications with different "domains" in IIS 8
I have setup to entries in my hosts file:
127.0.0.1 mymvcapp.dev www.mymvcapp.dev
127.0.0.1 mywebapi.dev www.mywebapi.dev
In the first I want to host my mvc app and the second entry is for my web api app.
Now I have added these two bindings to my…

Legenda
- 89
- 7
0
votes
2 answers
Configure IIS7.5 to only accept SSL requests to specific hostnames
I know with http sites I can configure it to listen for specific hostnames and you can add several bindings, it ignores the rest which is great. I also know I can rename my ssl cert friendly name to get that box available for ssl binding. The…
0
votes
1 answer
Wilcard binding in IIS 7.5
Scenario
Domain is mydomain.com
Website host IP is 1.2.3.4
I have setup the DNS for *.mydomain.com to point to 1.2.3.4
Requirement
I need to route incoming requests for *.mydomain.com to a single site in IIS 7.5
e.g. site1.mydomain.com,…

Jimbo
- 309
- 1
- 5
- 16
0
votes
2 answers
Cannot bind to port > 1007?
I want to bind a server to port 1023.
If I specify any free port > 1007, I have a "address already in use" error, but it works for ports <= 1007.
Working as root on Debian 7.8...
Any idea??
Thanks in advance

greg
- 169
- 11
0
votes
1 answer
Using multiple hostnames on IIS
I have one website called Default Web Site on IIS that grabs all incoming traffic by using all unassigned IP address and omitting the hostname on the binding
So I can access it locally by going to the browser and typing…

KyleMit
- 488
- 4
- 9
- 22
0
votes
0 answers
Issue with Network IP Binding
Trying to bind a /29 (my possession, not the ISP or data center). It's routed at my core switch fine.
interface Vlan70
description SERVER070
ip address xxx.xxx.42.45 255.255.255.248
Content of:…
user124171
0
votes
0 answers
IIS 7 still serves default page on port 80 when I change ports
IIS 7 site xxx.com.
Binding:
IP address 10.149.120.80
Port 8089
Hostname xxx.com
Created DNS record:
xxx.com – 10.149.120.80
Site opens when typing URL: "xxx.com:8089" but when trying to reach "xxx.com" I just get IIS 7 default page.
What am I…

Ivan Fazaniuk
- 101
- 1
0
votes
0 answers
HTTPS address still resolving (to default site) when no longer in IIS and new certificate installed
I have been banging my head with this and I'm hoping its just something silly. We have changed domains and SSL certificates for 2 sites. I have removed the old certificate and removed the IIS bindings for https for both. However if you type either…

Adamsk1
- 1
- 1
0
votes
1 answer
Monitoring performance metrics from Xen (xend) with Java
I need to write a Java application that is collecting and monitoring (remotely and local) performance informations and metrics from a Xen hypervisor. This Java application should fetch the same informations from xen that „xm info“ and „xm top“…

Fango
- 149
- 1
- 3
0
votes
1 answer
Bind a Java process to a virtual interface
I'm trying to bind a java process to a specific virtual interface having IP address as follows:
export BIND_ADDR= LD_PRELOAD=./bind.so
exec java -jar ppp.jar
The program ppp.jar simply makes a request on an HTTP server, which…

auino
- 143
- 7
0
votes
1 answer
IIS 7.5 and DNS Configuration
I'm trying to configure a Windows 2008 R2 Server (Web Server); I know how to access the websites using different ports using IIS, but not when giving them hostnames (in IIS).
I have absolutely no idea how the DNS is supposed to work in relation to…

pdvries
- 103
- 1
- 3
0
votes
2 answers
HTTPS Binding exist but fail on reboot. IIS7 dot net 4.0 framework specific
ENVIRONMENT
Windows Server 2008 Standard
IIS7
Site1 = asp.net, .net framework 3.5 (2.0) https, IP1 , API, standard ssl certificate
Site2 = asp.net, .net framework 4.0, https, IP2, API, wildcard ssl certificate
Site3 = asp.net, .net framework 4.0,…

scott_lotus
- 1,079
- 3
- 17
- 29
0
votes
2 answers
IIS Host Header Bindings not working correctly
I have a Windows 2008 server with two websites.
The first site has bindings for example1.com and www.example1.com.
The second site has bindings for example2.com and www.example2.com.
Each of them has an IIS rule that redirects to the www version…

Mike
- 11
- 1
- 2