Questions tagged [mapping]

96 questions
1
vote
3 answers

Automated Network Mapping

What tools do you suggest I use to create a network map? I prefer to do it automatically rather than go around and collect information per computer. I know spiceworks does something along those lines, do you have anything else to suggest?
user79089
  • 93
  • 1
  • 6
1
vote
1 answer

Windows 7 network drive to Linux filesystem via PuTTY

I'm trying to establish a remote ssh connection to a Linux filesystem from Windows 7. The purpose is to be able to enable Windows programs (like OneNote) to write files to the Linux box, so they can be stored there instead of on the local…
bobobobo
  • 769
  • 6
  • 14
  • 26
1
vote
4 answers

net use mapping not working in batch files but works in cmd

Ok so here's the problem : I've got users using logon script in the domain (username.bat). The script simply lists 4 or 5 (net use letter: \\SERVER\directory\). However, when they open their session, the logon script doesnt work and returns system…
1
vote
0 answers

Mapping extension for MediaWiki

I am creating a wiki that allows people to specify the geographic range in which a species is found, something like this. I would like to allow people to define these kinds of maps in some way, either by drawing or by specifying locations.…
1
vote
1 answer

UAC-account-users can't see their mounted network-drives

I wrote a few login batches in the Group Policy Management which mount specified devices to specified usergroups. The batches work as they should as long UAC is disabled. My problem is that the UAC-account-users can't see their mounted…
Daniel
  • 11
  • 1
1
vote
1 answer

mod_rewrite for specific domains in a mappings file

I have a bunch of domains that I want to go to one domain but various parts of that domain. # this is what I currently have RewriteEngine On RewriteCond %{HTTP_HOST} ^.*\.?foo\.com$ [NC] RewriteRule ^.*$ ${domainmappings:www.foo.com} [L,R=301] #…
scott
  • 11
  • 1
1
vote
2 answers

How to get an A entry to map ports?

Possible Duplicate: How to use DNS to redirect domain to specific port on my server So here's the deal: I have a domain (say, mydomain.net) that I want to create subdomains for. Specifically, I want, say, crm.mydomain.net to map to…
1
vote
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.…
Hasani
  • 143
  • 6
0
votes
1 answer

Are "*_squash" (all_squash/no_all_squash, root_squash/no_root_squash, anon_uid/anon_gid) options in NFSv4 still rellevant?

Nowadays NFSv4 uses /etc/idmapd.conf to do the mapping of usernames between server and client machines. So I don't get the point of having these "*_squash" options, which seems very "NFSv3-flavoured" and redundant, if I'm not wrong. There's any…
Osqui
  • 135
  • 8
0
votes
0 answers

Mapping a remote serial port to a Debian VM

I have a Debian Stretch VM that is dynamically migrated between a few hosts. I need to connect a serial (RS-232) modem to it. Unfortunately, I cannot use the hypervisor for this. I am looking for a reliable method of mapping a serial port from one…
Jakub
  • 256
  • 2
  • 9
0
votes
1 answer

How to redirect multiple domain to same ip but different port for different services

In my VM, i'm running both apache2 and nginx, but apache2 is pointed to Port 8080 and nginx is Port 80. Already i pointed my domain to ip in nginx and its running properly. The same thing i need to do for apache2. But how will i give Port number…
0
votes
0 answers

Which directories are mapped to which domain names?

In my /home directory there are a bunch of directories that each represent a website. Some of these directory names are the same name as the domain name so those are obvious. But other directory names are a bit obscure and there's no easy way for me…
Ryan
  • 153
  • 4
0
votes
1 answer

Nginx multidomain www to non-www redirect goes to wrong domain

I have setup a multilangual Wordpress multiste site on an nginx server (the current english page is not translated yet but it is coming): English version: appscaptain.com Danish version: appscaptain.dk Both should redirect from the www to non-www…
Anders N
  • 3
  • 3
0
votes
1 answer

Custom domain mapping feature in web application

I have a created a application where everyone can have their own stores and its hosted on netforcelab.com e.g india.netforcelab.com its exactly a not subdomain but a programming url. Now i want to add a feature where customers can choose their…
Naveen
  • 35
  • 2
0
votes
1 answer

usb drive persistent mapping(ubuntu 16.04)

I'd like to map an usb drive to a path under ubuntu 16.04. The idea is to use rsync to backup some folders to this usb drive whenever I plug it. Is there any way for the system to recognize the usb drive from its manufacturer id for instance and…
Rani7c2
  • 3
  • 3