RE: OT: Finding Server IP

2006-08-21 Thread Snake
the easiest solution for you is to simply get a list of IP's/Servers from your host. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: 20 August 2006 18:55 To: CF-Talk Subject: Re: OT: Finding Server IP Maybe I should clarify .. is there anyway from the outside to tell

Re: OT: Finding Server IP

2006-08-21 Thread Tanguy Rademakers
Hello Paul, I cannot pass a variable that I create, so I am trying to find something that is unique and the servers primary IP is what I have come up with. Just a question: why can't you create a variable to track this kind of info? Seems like a natural use for the SERVER scope if you ask

Re: OT: Finding Server IP

2006-08-20 Thread Robertson-Ravo, Neil (RX)
Message- From: Jenny Gavin-Wear To: CF-Talk Sent: Sat Aug 19 01:34:27 2006 Subject: RE: OT: Finding Server IP Sorry if this is a dumb idea, but if you ping the web url you'll get the IP of the web server. ie: ping 66.103.145.74 gives the same as ping www.fasttrackonline.co.uk Jenny -Original

RE: OT: Finding Server IP

2006-08-20 Thread Snake
Get the machines netbios name. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: 20 August 2006 05:50 To: CF-Talk Subject: Re: OT: Finding Server IP I'll jump back in to make sure we are still on track (which it sounds like Terrence is). He is right

Re: OT: Finding Server IP

2006-08-20 Thread Paul Giesenhagen
And how do you do that? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Snake [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, August 20, 2006 4:34 AM Subject: RE: OT: Finding

RE: OT: Finding Server IP

2006-08-20 Thread Snake
You can execute the hostname command on the server using cfexecute. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: 20 August 2006 15:35 To: CF-Talk Subject: Re: OT: Finding Server IP And how do you do that? Paul Giesenhagen QuillDesign 417-885-1375 http

Re: OT: Finding Server IP

2006-08-20 Thread Paul Giesenhagen
- From: Snake [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, August 20, 2006 11:20 AM Subject: RE: OT: Finding Server IP You can execute the hostname command on the server using cfexecute. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED

Re: OT: Finding Server IP

2006-08-20 Thread Robertson-Ravo, Neil (RX)
-Talk Sent: Sun Aug 20 18:38:03 2006 Subject: Re: OT: Finding Server IP Ok .. thanks .. we can't use CFExecute so that won't work .. Is there anyway outside of cold fusion to see? Ie some sort of a ping if you know the website address? Paul Giesenhagen QuillDesign 417-885-1375 http

Re: OT: Finding Server IP

2006-08-20 Thread Paul Giesenhagen
- From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, August 20, 2006 12:40 PM Subject: Re: OT: Finding Server IP Not from outside no, that would be very bad. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey

Re: OT: Finding Server IP

2006-08-20 Thread Robertson-Ravo, Neil (RX)
this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Paul Giesenhagen To: CF-Talk Sent: Sun Aug 20 18:55:04 2006 Subject: Re: OT: Finding Server IP Maybe I should clarify .. is there anyway from the outside

RE: OT: Finding Server IP

2006-08-20 Thread Dave Watts
But are there any differences default defined IP and in advance settings defined IPs on a Windows box? Yes. The first one will be used for general Windows Networking functionality - it will be the one used to send requests by default. So, for example, if you're using DDNS, and you rename your

RE: OT: Finding Server IP

2006-08-19 Thread Jenny Gavin-Wear
Subject: Re: OT: Finding Server IP Yes we are validating a license ... but we need to know for a particular license the host server. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Adkins, Randy [EMAIL

RE: OT: Finding Server IP

2006-08-19 Thread Rick Faircloth
: RE: OT: Finding Server IP Yes/No. If you want to have only 1 SSL on server than you can use current IP also for SSL. But if you want to have more than 1 site which needs SSL on same server, you need to have an IP for each of these sites

Re: OT: Finding Server IP

2006-08-19 Thread James Holmes
? Rick -Original Message- From: Oðuz_Demirkapý [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 7:42 PM To: CF-Talk Subject: RE: OT: Finding Server IP Yes/No. If you want to have only 1 SSL on server than you can use current IP also for SSL. But if you want to have more than 1

RE: OT: Finding Server IP

2006-08-19 Thread Snake
An SSL needs a unique IP on the server, or its own port. As port 443 is the default, any thing else you use will need to be typed on the URL. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 23:57 To: CF-Talk Subject: RE: OT: Finding Server IP

RE: OT: Finding Server IP

2006-08-19 Thread Snake
-Original Message- From: Oðuz_Demirkapý [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 23:48 To: CF-Talk Subject: RE: OT: Finding Server IP Below is the same list with real names. :) I have 192.168.2.101 and 192.168.2.200 in physical layer network. First one is via DHCP and second one

RE: OT: Finding Server IP

2006-08-19 Thread Ryan, Terrence
Systems Programmer Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Saturday, August 19, 2006 4:26 AM To: CF-Talk Subject: RE: OT: Finding Server IP Yes but again you have totally

Re: OT: Finding Server IP

2006-08-19 Thread Paul Giesenhagen
? Terrence Ryan Senior Systems Programmer Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Saturday, August 19, 2006 4:26 AM To: CF-Talk Subject: RE: OT: Finding Server IP Yes but again you

Re: OT: Finding Server IP

2006-08-18 Thread Robertson-Ravo, Neil (RX)
: Fri Aug 18 06:21:28 2006 Subject: OT: Finding Server IP I am wanting to find out what the SERVER IP address (main IP) of the server my application is running on, not the website's IP address but it's server. Our server runs a number of websites and they all have different IP addresses .. those

RE: OT: Finding Server IP

2006-08-18 Thread Ryan, Terrence
and Information Technology E-mail: [EMAIL PROTECTED] -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 2:14 AM To: CF-Talk Subject: Re: OT: Finding Server IP This info should in the CGI scope. -Original

Re: OT: Finding Server IP

2006-08-18 Thread Robertson-Ravo, Neil (RX)
website at http://www.reedexpo.com -Original Message- From: Ryan, Terrence To: CF-Talk Sent: Fri Aug 18 07:26:24 2006 Subject: RE: OT: Finding Server IP Neil: The CGI Scope would reveal the ip address that the request came through, not the base ip of the server. Paul: You say not look it up

Re: OT: Finding Server IP

2006-08-18 Thread John Beynon
Programmer Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 2:14 AM To: CF-Talk Subject: Re: OT: Finding Server IP This info should in the CGI scope

RE: OT: Finding Server IP

2006-08-18 Thread Snake
August 2006 07:26 To: CF-Talk Subject: RE: OT: Finding Server IP Neil: The CGI Scope would reveal the ip address that the request came through, not the base ip of the server. Paul: You say not look it up in the operating system tools does that mean that using cfexecute to call ipconfig.exe is out

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
: Friday, August 18, 2006 1:26 AM Subject: RE: OT: Finding Server IP Neil: The CGI Scope would reveal the ip address that the request came through, not the base ip of the server. Paul: You say not look it up in the operating system tools does that mean that using cfexecute to call ipconfig.exe

RE: OT: Finding Server IP

2006-08-18 Thread Russ
be different firewall configurations for different ips, but usually there's no real difference. Russ -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 9:13 AM To: CF-Talk Subject: Re: OT: Finding Server IP Yes, I do NOT want to use

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
with. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Russ [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 18, 2006 8:22 AM Subject: RE: OT: Finding Server IP What are you

RE: OT: Finding Server IP

2006-08-18 Thread Ryan, Terrence
Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 9:20 AM To: CF-Talk Subject: Re: OT: Finding Server IP When I run this script, I am getting

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
-talk@houseoffusion.com Sent: Friday, August 18, 2006 8:37 AM Subject: RE: OT: Finding Server IP I'm guessing you're using NLB and the servers are sharing the ip? Do you have unique instance names for your CF instances? In that case you can do something like this: cfobject action=create type

RE: OT: Finding Server IP

2006-08-18 Thread Russ
#/cfoutput -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 9:29 AM To: CF-Talk Subject: Re: OT: Finding Server IP Primary IP of the server, I am trying getting info back from different servers and I want to know which server I am

RE: OT: Finding Server IP

2006-08-18 Thread Ryan, Terrence
Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 9:50 AM To: CF-Talk Subject: Re: OT: Finding Server IP Example, You are hosting a website

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 18, 2006 9:01 AM Subject: RE: OT: Finding Server IP Okay, my cfregistry thing probably won't work in that case. This may be low-tech and missing the point, but if you have access to the code in all places, couldn't you just set

RE: OT: Finding Server IP

2006-08-18 Thread Russ
] Sent: Friday, August 18, 2006 9:50 AM To: CF-Talk Subject: Re: OT: Finding Server IP Example, You are hosting a website at hostmysite.com and another over at crystaltech.com and yet another at some other server farm. I want to find out what machine the information is coming from

RE: OT: Finding Server IP

2006-08-18 Thread Adkins, Randy
- From: Russ [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 10:15 AM To: CF-Talk Subject: RE: OT: Finding Server IP I'm not getting it... Do you have the sites somehow load balanced between the 3 servers, or do you have 3 separate sites at each of the NOCs? If it's the same site, then how

Re: OT: Finding Server IP

2006-08-18 Thread powell
it's on. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Ryan, Terrence [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 18, 2006 9:01 AM Subject: RE: OT: Finding Server IP

RE: OT: Finding Server IP

2006-08-18 Thread Ken Ferguson
] Sent: Friday, August 18, 2006 9:38 AM To: CF-Talk Subject: Re: OT: Finding Server IP I would help us to understand your app if you can give more information on how the remote code is calling back to your site. Are they using some variety of webservices? Reed No, I do not have access to the code

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
@houseoffusion.com Sent: Friday, August 18, 2006 9:27 AM Subject: RE: OT: Finding Server IP Is this some type of service you are wanting the machines to identify where they Are coming from for validation or something? Say you have a CF application you sell and have it validate the license

Re: OT: Finding Server IP

2006-08-18 Thread Paul Giesenhagen
:37 AM Subject: Re: OT: Finding Server IP I would help us to understand your app if you can give more information on how the remote code is calling back to your site. Are they using some variety of webservices? Reed No, I do not have access to the code in all places .. the code is calling

RE: OT: Finding Server IP

2006-08-18 Thread Snake
come up with. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com SiteDirector Shopping Cart Software - Original Message - From: Russ [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 18, 2006 8:22 AM Subject: RE: OT: Finding Server IP What

RE: OT: Finding Server IP

2006-08-18 Thread Russ
Subject: Re: OT: Finding Server IP Primary IP of the server, I am trying getting info back from different servers and I want to know which server I am getting what information back from. I cannot pass a variable that I create, so I am trying to find something that is unique and the servers

RE: OT: Finding Server IP

2006-08-18 Thread Adkins, Randy
: Snake [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 3:31 PM To: CF-Talk Subject: RE: OT: Finding Server IP Every IP on every server is unique. You cannot have the same IP on 2 servers, therefor ethe IP that your web site runs on is the server IP and is unique. Russ

RE: OT: Finding Server IP

2006-08-18 Thread Snake
To: CF-Talk Subject: Re: OT: Finding Server IP Primary IP of the server, I am trying getting info back from different servers and I want to know which server I am getting what information back from. I cannot pass a variable that I create, so I am trying to find something that is unique

RE: OT: Finding Server IP

2006-08-18 Thread Adkins, Randy
That's true in an NLB setup. However a server with multiple NIC cards would have separate IPs for each card. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 4:10 PM To: CF-Talk Subject: RE: OT: Finding Server IP Yes but both servers in a NLB

RE: OT: Finding Server IP

2006-08-18 Thread Snake
Where is the no part? -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 20:41 To: CF-Talk Subject: RE: OT: Finding Server IP Well yes and no. a single server can have more than one NIC Card resulting in each having its Own IP Address. Example

RE: OT: Finding Server IP

2006-08-18 Thread Russ
But both servers would also have a unique ip that is used for other things (I believe). I think this is the ip he wants to get. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 4:10 PM To: CF-Talk Subject: RE: OT: Finding Server IP Yes

RE: OT: Finding Server IP

2006-08-18 Thread Adkins, Randy
The true server can have multiple IPs. It is based on the NIC cards installed and how they are configured. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 4:12 PM To: CF-Talk Subject: RE: OT: Finding Server IP Where is the no part

RE: OT: Finding Server IP

2006-08-18 Thread O�uz_Demirkap
Are there any differences/levels for IPs which are defined on a Windows server? For example in Linux when I define IP addresses for eth0, eth0:0, eth0:1, I would say that eth0 IP is the main IP address for server. (In reality all IP addresses refer to the server equally). But are there any

RE: OT: Finding Server IP

2006-08-18 Thread Snake
I didn't say it couldn't. I said you cannot have the same IP on 2 servers. -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 21:24 To: CF-Talk Subject: RE: OT: Finding Server IP The true server can have multiple IPs. It is based on the NIC cards

RE: OT: Finding Server IP

2006-08-18 Thread loathe
:21 PM To: CF-Talk Subject: RE: OT: Finding Server IP I didn't say it couldn't. I said you cannot have the same IP on 2 servers. -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 21:24 To: CF-Talk Subject: RE: OT: Finding Server IP The true

RE: OT: Finding Server IP

2006-08-18 Thread Rick Faircloth
18, 2006 5:21 PM To: CF-Talk Subject: RE: OT: Finding Server IP I didn't say it couldn't. I said you cannot have the same IP on 2 servers. -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 21:24 To: CF-Talk Subject: RE: OT: Finding Server IP The true

RE: OT: Finding Server IP

2006-08-18 Thread Snake
There is a default IP, and then under advanced settings you define addiitonal IP's An IPCONFIG will return the default IP. -Original Message- From: Oðuz_Demirkapý [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 21:54 To: CF-Talk Subject: RE: OT: Finding Server IP Are there any

RE: OT: Finding Server IP

2006-08-18 Thread Snake
Multiple nics with multiple IP's does not allow you to have the same IP on 2 different servers. This still requires unique IP's -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 21:17 To: CF-Talk Subject: RE: OT: Finding Server IP That's true

RE: OT: Finding Server IP

2006-08-18 Thread Snake
18, 2006 5:21 PM To: CF-Talk Subject: RE: OT: Finding Server IP I didn't say it couldn't. I said you cannot have the same IP on 2 servers. -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 21:24 To: CF-Talk Subject: RE: OT: Finding Server IP The true

RE: OT: Finding Server IP

2006-08-18 Thread Snake
poster didn't ask about any of these things. -Original Message- From: loathe [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 22:29 To: CF-Talk Subject: RE: OT: Finding Server IP Which still isn't true if you are using a hardware load balancer, or if they are on different subnets. How

RE: OT: Finding Server IP

2006-08-18 Thread Oğuz_Demirkapı
] Sent: Freitag, 18. August 2006 23:48 To: CF-Talk Subject: RE: OT: Finding Server IP There is a default IP, and then under advanced settings you define addiitonal IP's An IPCONFIG will return the default IP. -Original Message- From: Oðuz_Demirkapý [mailto:[EMAIL PROTECTED] Sent: 18 August

RE: OT: Finding Server IP

2006-08-18 Thread Snake
„± [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 23:13 To: CF-Talk Subject: RE: OT: Finding Server IP Here is my IPConfig result. Which one of following IP address is my default one? And why? :) C:\ipconfig Windows IP Configuration Ethernet adapter 001: Connection-specific DNS

RE: OT: Finding Server IP

2006-08-18 Thread O�uz_Demirkap
. . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Samstag, 19. August 2006 00:23 To: CF-Talk Subject: RE: OT: Finding Server IP The first one. If you open up your TCP/IP properties, that should

RE: OT: Finding Server IP

2006-08-18 Thread Rick Faircloth
And for utilizing an SSL cert, I will have to have a dedicated second *external* IP for that website on IIS, right? Rick -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 5:52 PM To: CF-Talk Subject: RE: OT: Finding Server IP U can assign many IP's

RE: OT: Finding Server IP

2006-08-18 Thread O�uz_Demirkap
: Samstag, 19. August 2006 00:57 To: CF-Talk Subject: RE: OT: Finding Server IP And for utilizing an SSL cert, I will have to have a dedicated second *external* IP for that website on IIS, right? Rick ~| Introducing the Fusion

OT: Finding Server IP

2006-08-17 Thread Paul Giesenhagen
I am wanting to find out what the SERVER IP address (main IP) of the server my application is running on, not the website's IP address but it's server. Our server runs a number of websites and they all have different IP addresses .. those are not what I am interested in... I want to find out