Questions tagged [mapping]

96 questions
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
0
votes
1 answer

Login Script Overview

Working on a project for an experiential learning class and well... I got asked to take care of the logon script, we're not ready to fully implement it yet, and I myself am a novice with scripts, but I tried and this is what I have. I am wondering…
zat
  • 1
0
votes
1 answer

unable to ping hostname, but \\hostname\c$ works?

I'm having a strange issue on my initial lab setup. Situation: Host with OS Server 2008 R2 64bit, on this host a Virtual Machine in Hyper-V with OS Server 2008 SP1 32bit. The virtual machine has a fixed ip, and is referring to itself for the…
ciscokid
  • 53
  • 3
  • 7
0
votes
2 answers

Is it possible to map a subdomain to a domain?

Does anyone have experience with this? Is it possible to map a subdomain to a domain? Can I make "example.subdomain.maindomain.com" point to an external website exampledomain.com's content  (but still keep the example.subdomain.maindomain.com URL in…
Erik
  • 3
  • 1
0
votes
2 answers

Mapping subdomain to another server

I have two servers, in which one I have my domain mapped fully and in another server I have a wordpress blog installed. Now, I want to map a subdomain in the first server to the one which has wordpress installed, without any change of URL. Is this…
Hari
0
votes
2 answers

how can I map port 10522 to 80 using apache for different host name?

what I want is, http://example.com:10522 is working perfect I want apache to handle it like http:\\test.example.com 10522 is another webserver not the apache web directory - its standalone web server running on port 10522
shahjapan
  • 131
  • 1
  • 13
0
votes
3 answers

How to map network shares at login on server 2003

I am trying to map a couple network shares for anyone who logs in to the domain under their AD credentials. I had this setup before, and now I can't get it to work at all... so frustrating. I'm trying putting the logon script under the user's…
brennanag
  • 175
  • 4
0
votes
0 answers

NFS user ID mappings

Change current NFS mapping from UID/GID base mapping to a mapping base on account names. Currently the UID/GID for an account has the same value on server and client. The new implementation should allow different UID/GID for an account on NFS server…
faheem
  • 1
  • 2
0
votes
1 answer

Samba username mapping not working as desired

I have the following username mapping in Samba: master = johndoe user2 user3 regular = user5 user6 restricted = johndoe user8 user9 By default, Samba will always map johndoe to the last entry in username.map, that is restricted. Any idea how to map…
Șerban
  • 1
  • 1
0
votes
0 answers

Masking network behind another using Iptables MARK and NETMAP targets

Aoa, Hello I have faced similar scinario mentioned in following link during vpn tunnel implementation using Strongswan: https://www.strongswan.org/testing/testresults/ikev2/net2net-same-nets/ Here it is mention that: necessary network mappings are…
0
votes
0 answers

How can I retrieve a specific value in nginx from the form data..?

I am a newbie in Nginx. I want to fetch a particular value "en" from this form data in Nginx ($request_body) "csrfmiddlewaretoken=7cV8XPsznWBtKRDw2surXEYoUU6f4Bow4JHwdzrVWOEle0J1rw35PIYmqAVBIk52&next=/&language=en". Can this be done in Nginx.? If…
aks
  • 37
  • 1
  • 6
0
votes
0 answers

Create user - map network drive CMD

I have a pipeline which I want to do automatically (probably with a bat file) without the need to do all steps manually on my windows 10 machine. Pipeline steps: Create a normal user account e.g userA. I know this can be done using this net user…
-1
votes
2 answers

How to offer domain mapping to a web app

I have a web app where users setup their profiles. I would like to offer them the ability to use their own domains - like wordpress and other blog engines offer. I'm wondering how these services offer this sort of feature w/o having to reload…
-1
votes
2 answers

mapping my external ip to a registered dns name

Praveen here ,I have registered www.abc.com and i have my web server sitting at our corporate office aand a public ip mapped to it . i am able to access the application from the external network directly typing the ip address , but i want to…
-1
votes
2 answers

domain mapping and ssl for shared website

I'm not very familiar with domain mapping and ssl, so I'm trying to figure this out. basically, I have an asp.net mvc app which is being hosted at a primary domain. Additionally I want other domains to point to it, like google apps, or wordpress,…
Timmerz
  • 101
  • 1
  • 2