Sponsored Content
Operating Systems Linux SuSE Regarding accessing multiple servers using single public ip address Post 302338271 by mark54g on Monday 27th of July 2009 11:37:00 AM
Old 07-27-2009
How are users connecting? Your description sounds like either a proxy or a firewall/router would be the best option.

If your users are connecting via a web page, you can run an apache proxypass server based on the URL and direct them to the correct page, without the URL passed to them changing. A proxy can do similar things. I would look at Apache, IPTables and Squid to see if they do what you are looking for.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Accessing single elements of a awk array in END

How do I access one of the indices in array tst with the code below? tst=sprintf("%5.2f",Car / 12) When I scan thru the array with for ( i in tst ) { print i,tst } I get the output of: vec-7 144 But when I try this in the END print tst It looks like it's not set. What am... (6 Replies)
Discussion started by: timj123
6 Replies

2. UNIX for Advanced & Expert Users

Generate Public key for non ssh enabled servers

I am writing a script that needs to access various servers some of which are not ssh enabled. In order to access the ssh enabled servers I am using the following command to generate the public key : ssh-keygen -t rsa Is there a similar command for the other servers as well. If I try to use... (1 Reply)
Discussion started by: ravneet123
1 Replies

3. HP-UX

Automatic execution of commands in multiple servers using single script.

Hi, I've to do a simple job many times whenever it has been asked, just i've to log in to all of fourtien HP servers and i've to execute ps -fu user > temp cat temp|sendmail "xyz@z.com" commands to send the statics of all of 14 servers over the mail to particular user id.. Though logging... (4 Replies)
Discussion started by: vickramshetty
4 Replies

4. Shell Programming and Scripting

Issue faced while accessing data from files on different servers.

I have two log files of same name and structure which resides on different servers with ssh-keygen installed. I want to search for a list of strings available in an array on last 15 minutes logs of both files and calculate the total count of occurence of each string. Sample format of both file... (0 Replies)
Discussion started by: poweroflinux
0 Replies

5. Programming

Would you please give me some idea about single client and multiple servers

Hi, I have a program which needs to connect multiple servers at the same time. The program has to collect data from each of servers and then make a decision regarding to the data received. There are several requirements. 1. Server (s) may shutdown anytime without any ack (e.g.power... (1 Reply)
Discussion started by: sehang
1 Replies

6. Shell Programming and Scripting

Multiple lines in a single column to be merged as a single line for a record

Hi, I have a requirement with, No~Dt~Notes 1~2011/08/1~"aaa bbb ccc ddd eee fff ggg hhh" Single column alone got splitted into multiple lines. I require the output as No~Dt~Notes 1~2011/08/1~"aaa<>bbb<>ccc<>ddd<>eee<>fff<>ggg<>hhh" mean to say those new lines to be... (1 Reply)
Discussion started by: Bhuvaneswari
1 Replies

7. Shell Programming and Scripting

Require single command to start script in multiple servers

I have 9 servers, on each server a script with common name is available. I send a token file to all server from 1 particular server. so when a daemon job checks that token file is available then it triggers the script.. I want to know is there any command or script which I will run/execute on... (16 Replies)
Discussion started by: mirwasim
16 Replies

8. Shell Programming and Scripting

How to run simple single command on multiple Linux servers?

Hi All, How can i run a single command on multiple servers with or without giving credentials. I have a file(servers.txt) which has got list of servers and i want to run a command lsb_release -dr on all these servers and get output of those servers against each server. I tried below code... (9 Replies)
Discussion started by: darling
9 Replies

9. IP Networking

3 public servers: middle machine for traffic forwarding

With the following machines... Server 1: PPTP client windows; Public IP: 1.1.1.1 Server 3: PPTP server centos6; Public IP: 3.3.3.3 Connecting VPN server3 from server1 works correctly! Goal is to have a middle server forwarding traffic in both ways Server 1: PPTP client windows; Public IP:... (0 Replies)
Discussion started by: pedroz
0 Replies

10. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies
wsdl(1) 						      General Commands Manual							   wsdl(1)

NAME
wsdl - Mono's Web Service Proxy Generator SYNOPSIS
wsdl [options] [path | url] DESCRIPTION
wsdl is a tool for generating proxy classes that can be used to access to web services. The tool reads a WSDL document from the provided path or url, and downloads referenced schemas or other WSDL documents if needed. This tool is used to target the 1.x API, for targetting the 2.x API, please use the wsdl2 tool. OPTIONS
The following options are available: -appsettingurlkey:key -urlkey:key Specifies that the url for the services should be read from the <appsettings> section of the configuration file, using the provided key. -appsettingbaseurl:url , -baseurl:url Specifies a base URL for the service. The final URL will be constructed by combining this value with the URL read from the -appset- tingurlkey option, and the -type:typename, assembly Generate a proxy for a compiled web service class. The URL parameter can be used to providethe location of the service. location attribute specified in the WSDL document. -language:language , -l Language of the code to generate. It can be CS for C# (default), Boo for Boo and VB for Visual.Basic. Alternatively you can specify a full type name for a CodeProvider, for example, you could use this to generate code for the imaginary "MyLan" language which has the following full type: wsdl myservice.wsdl -language:MyLan.MyLanCodeProvider, MyLan.CodeDom, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxyy' -namespace:name , -n:name The namespace of the generated classes. If none is specified, the default namespace is used. -out:filename , -o:filename The target file for generated code. -protocol:protocol , -p:protocol The protocol for which to generate code. It can be Soap (default), HttpGet or HttpPost. -sample:METHOD This will display XML request and reply of the sample invocations to that SOAP message. You can use the -protocol: option to render the message in different forms. -server Generate a server skeleton instead of a client proxy. -nologo Supress the startup logo. -u:username , -user:username The user name to use when connecting to the server. -p:password , -password:password The password to use when connecting to the server. -d:domain , -domain:domain The domain to use when connecting to the server. AUTHORS
Lluis Sanchez Gual (lluis@ximian.com) LICENSE
wsdl is released under the terms of the GNU GPL. SEE ALSO
disco(1), soapsuds(1), mono(1), mcs(1), wsdl2(1) wsdl(1)
All times are GMT -4. The time now is 08:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy