Questions tagged [mapping]

97 questions
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
  • 141
  • 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
1 answer

host not found in "$server_listen_port" of the "listen" directive

With the following nginx config excerpt: map $server_name $server_listen_port { default 443; localhost. 80; localhost 80; } server { server_name "${ENVIRONMENT_SERVER_NAME}."; listen $server_listen_port http2 reuseport; #…
0
votes
0 answers

In Appian, I have created a process model. In that approve, reject, and screening action is involved

In Appian, I have created a process model. In that approve, reject, and screening action is involved. I am taking decisions for each action. If the decision is true for any of the actions I am finishing the process. Or else it will return back to…
saitharun
  • 1
  • 1
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
  • 57
  • 2
  • 7
0
votes
2 answers

Why my domain doesn't map to the server address?

I have installed DNS server and network manager on my remote server as by following this instruction: https://www.linuxtechi.com/setup-bind-server-centos-8-rhel-8/ as below: var/named/fwd.sssss.com.db: $TTL 86400 @ IN SOA ns1.sssss.com.…
user3486308
  • 115
  • 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…