Questions tagged [bindings]

81 questions
25
votes
2 answers

Multiple ssl certificates with one ip and same port but different host headers (IIS 8)

I have an IIS 8 (win 2012 r2) server and i want to bind the same web site to 2 different domain and to 2 different certificates. I can't use wildcard since the domains are different FQDNs. If i add 2 bindings for https and port 443 i can't select 2…
Omri
  • 361
  • 1
  • 3
  • 6
11
votes
3 answers

Setup IIS 7.5 with multiple website bindings and SSL?

On IIS 7.5 I am trying to achieve this with two websites: Default Web Site is bound to: (blank host header port 80 - http) (blank host header port 443 - https) go.example.com www71.example.com the IP address of go.example.com 2nd web site "Beta"…
JK01
  • 339
  • 2
  • 7
  • 16
8
votes
1 answer

bind interface for upload : scp works, not rsync

I need to upload file on a specific interface. This cannot be set-up via iptables, because my script output on several interfaces. this is working fine : scp -oBindAddress=192.168.100.1 ... but rsync --address=192.168.100.1 is still sending on…
user1219721
  • 467
  • 1
  • 6
  • 15
6
votes
2 answers

IIS 8.5 change bindings on bulk (due to SSL certificate renewal)

I just renewed a Comodo Wildcard SSL certificate and I created the PFX in order to install it on my Windows Server 2012 R2 which is a VM on Microsoft Azure. I use IIS 8.5 for all my websites which includes about 300 subdomains of the main domain…
John Enxada
  • 71
  • 1
  • 4
6
votes
2 answers

How to stop IIS7 from listening on a specific IP address and port?

I am trying to install Apache on Windows Server 2008. The installation ends with a warning that the IP address I configured Apache to listen on cannot be bound. When I use netstat -a -p tcp to see if any processes are listening on the IP address and…
webworm
  • 604
  • 2
  • 8
  • 18
5
votes
4 answers

rpcbind - is there really no way to make the tcp ports bind to a specific interface / can nfs be ran without rpcbind?

We would like to move away from sshfs to nfs. The last thing holding us back is the fact that rpcbind (which I assume is required for nfs to work) does not allow you to specify the TCP (not UDP) IP that it binds to. There is the -h flag, but this is…
anonymous-one
  • 958
  • 4
  • 26
  • 43
3
votes
2 answers

Windows Azure Virtual Machine with GoDaddy Custom Domains

I asked this question (on SO by accident): I am having problems setting up a custom domain (purchased on GoDaddy.com) with an Azure virtual machine (on which I plan on running multiple websites.) I've setup some Endpoints (80 for Http and 443 for…
Serj Sagan
  • 315
  • 5
  • 13
3
votes
1 answer

Intranet website - getting a login box although I have configured Windows Authentication in IIS

In a Windows AD domain environment (MYDOMAIN with DNS suffix mydomain.local), I have a server with an Intranet website, that runs on IIS 7.5. I have disabled all authentication types except Windows Authentication. When I access my website with only…
Goran
  • 53
  • 1
  • 9
3
votes
2 answers

How to access a site in IIS with no DNS mapping

In my IIS 7.5 hosted in a Windows Server 2008 R2 I have several websites with no DNS address assigned. Let's take for instance the site (as named in IIS) with site name mySite. I have for this site the standard binding with no host name. Suppose…
CiccioMiami
  • 209
  • 1
  • 3
  • 12
3
votes
1 answer

What are these IIS7 website bindings? Are they needed? Can I remove them?

I notice my main website has these bindings..
Pure.Krome
  • 6,338
  • 17
  • 72
  • 86
3
votes
3 answers

How do you make a website with multiple bindings redirect to one of the bindings?

I have a website with multiple bindings eg http://www.mysite.com http://mysite.com http://www.mysitenow.com Using IIS, can I force requests to the second two domains to redirect to http://www.mysite.com
Petras
  • 249
  • 1
  • 4
  • 12
3
votes
1 answer

Use Port Binding Permissions on Windows

This should be an easy one, but I can't find anything on it. I want to use IIS Express with my local user account to bind to a port on my netbios name. For example, http://computername:1315. My local user account doesn't have permission to do…
Case
  • 231
  • 2
  • 9
3
votes
1 answer

What is the side effect when leaving the IP address of site binding unassigned?

What is the side effect when leaving the IP address of site binding unassigned?
LaTeX
  • 111
  • 2
  • 11
2
votes
0 answers

cannot bind a port altough LISTEN

I'm new to this problem I'm using Ubuntu 12.04 LTS via VMware My problem is to bind port 6703 i tried alot of commands to check if this port or open or not Error Message is Failed to bind to: 0.0.0.0/0.0.0.0:6703 My result after (("try")) to…
user1
  • 121
  • 1
2
votes
2 answers

Can I have a DNS wildcard binding in multiple servers?

I have a Win 2k8 server that hosts multiple IIS apps that are under one domain, example.com. The need for a second server has increased and will need to get more servers to host my apps. On my server, I have a *.example.com bound Default Website…
1
2 3 4 5 6