Questions tagged [mapping]
97 questions
0
votes
1 answer
Azure drive shares
Azure drive shares, I attached storage to my main Azure server for my other servers to access via network locations as a mapped drive, since I have shutdown the servers over the weekend they are no longer able to connect, any ideas ?
Getting the…

dans3rv3r
- 23
- 3
0
votes
1 answer
How to make nginx understand dots in cookie values?
I have Nginx configured as a simple sticky LB. One of the key parts of config is matching cookie value to server address. This works fine:
map $cookie_sessionServer $http_sticky_backend {
default 0;
Server_A 192.168.73.210:1337;
…

Georgii Ivankin
- 123
- 7
0
votes
2 answers
How best to enumerate a server network
What techniques do you typically use, when you start a gig at a complex environment and no one can tell you what servers are out there, and documentation doesn't exist? I typically start off with getting access to one system, and a few URLs, then…

sed_and_done
- 183
- 8
0
votes
1 answer
Unable to map ubuntu NFS shared folder on windows 7 and windows server clients
Here is my problem:
The NFS shared folder was working without any problem. All the machines of a small network could use it. But something happened few months ago(I have no idea, maybe some auto-update), and since then, I can not connect any new…

gkovacs90
- 33
- 1
- 4
0
votes
1 answer
Samba/winbind to AD - the userid mapping
Guys I got issue with UID mapping from my AD.
I got Centos 5.5 x64 box and AD witk 2k8 Windows Server.
The problem is with username mapping.
Example:
getent passwd
XF-DEV+prouser01:*:16777231:16777230:Prouserf Prousern:/home/prouser01:/bin/bash
My…

Piotr Kieszczyński
- 311
- 1
- 8
0
votes
1 answer
Configure apache as proxy and remap one domain
For local test, I'm using Charles proxy, for those who don't know about it is a tool to debug HTTP requests. It can be configured to act as a proxy and intercept requests/responses and is able to do several things with it, like the most important…

Boris Guéry
- 516
- 1
- 6
- 20
0
votes
0 answers
Windows 8 not connected to domain network
We have several Windows XP and Windows 7 PCs connecting to Windows server 08. Each user has designated mapped drive according to their groups. Recently when we moved to Windows 8, the network drive doesn't appear.
What needs to be changed in Windows…
Bats
0
votes
3 answers
pam auth via winbind, howto map primary group for users?
I have unix users authenticating to an PDC (via winbind) and want to have the primary group of those users a local unix group (e.g. www-data).
users have the group "domain users" with gid 10006 (as the gid winbind mapping)
idmap uid =…

dr gonzo
- 1
- 1
0
votes
1 answer
Route-map changing from permit to deny retains the match tag values
I have a route-map configured on my cisco router with name say s1 and sequence number 10(default) which contains a match tag 10. If i again try to configure the same route-map name with same sequence number 10 (default) with a newer match tag 20 it…

Hemanth
- 149
- 6
0
votes
1 answer
How to map proxy to NAT internet connection?
I have:
Internet connection with proxy (SOCKS5) server.
User's computers with MS Windows. These users don't want to use proxy, they want NAT/Masquerade internet.
One linux box in this network.
How can I make "Proxy to socks" retranslator with it?…

Arenim
- 227
- 1
- 3
- 9
0
votes
1 answer
Mapping to a virtual hosts' documentRoot
Is it possible to say, map a drive from my local workstation to, say, /var/www/myproject on my server (Rackspace Cloud / fedora 14) ??
How would I go about setting it up. . . ? Would there be any negative effects on a webserver (apache2), serving…

TuK
- 237
- 1
- 3
- 9
0
votes
1 answer
Mapping drive from Citrix and remote desktop
Is it possible from a PC using a Citrix ICA Client to connect to Citrix XenApp, then from the XenApp have a RDP remote desktop connection a Server, then map a disk on the Server, such that the mapped disk is available from the PC?

Shiraz Bhaiji
- 2,229
- 9
- 34
- 47
0
votes
2 answers
mapping my EC2 instance to the www.mydomain.com
I am newbie to concepts like Cname, A record and all. I am running a EC2 instance with tomcat6. Now I need to map my java based application to www.mydomain.com.
I just went through few documents and FAQ's. I attached a elastic IP and mapped that…

Jeevan Dongre
- 741
- 2
- 17
- 33
0
votes
1 answer
How to map a domain
Just wondering if anyone can assist me with the following query.
I want to allow a customer to utilise our web application for their clients and they have a spare domain.
How do we go about mapping their domain to point to our application and then…

Bill Johnson
- 301
- 1
- 5
- 14
0
votes
3 answers
map old windows server to new windows server
At the moment, I have 2 servers (serve1 and serve2).
serve1 is old and data is small enough to move to serve2.
serve1 = Win 2k3
serve2 = Win 2008 R2
The problem is I need to keep the serve1 name active as it is in some physical documents that I'm…

user70056
- 3
- 1