Questions tagged [mapping]
97 questions
3
votes
3 answers
Junior admin - how to discover/map the network to increase understanding?
I am a junior admin and have been tasked with gaining an understanding of the network. I know and use some of the servers on the network, so am able to tracert/ping them to see the names/addresses of equipment there are along the way, and gradually…

Dave
- 33
- 3
3
votes
2 answers
LANsurveyor creates perfect network maps, but very expensive, alternative?
LANsurveyor does a great job visually mapping my network because I can really understand which devices are on which switches. The map looks like my physical network.
Many other apps I've tried prints a map, but it's hard to understand the layout.…

tobefound
- 233
- 2
- 6
2
votes
1 answer
Tomcat 8.5 can't load @WebServlet annotations
I want to transfer my web application from tomcat7 / java7 to tomcat 8.5 / java8.
My application consists of a directory with some JSP files & WEB-INF folder which contains my application's web.xml :

Ehsan Khodarahmi
- 305
- 1
- 7
- 18
2
votes
0 answers
Why doesn't NFS4's ID mapping give me write access?
I have installed an NFS server on an Ubuntu server system. The /etc/exports says
/ 192.168.178.0/24(ro,sync,fsid=0,no_subtree_check,root_squash)
/home/bronger 192.168.178.0/24(rw,sync,no_subtree_check,no_root_squash)
The…

Torsten Bronger
- 276
- 1
- 2
- 12
2
votes
2 answers
How do I draw a layer 2 (link layer) network map containing Cisco and *NIX boxes?
I've been tasked with drawing a layer 2 network map of our very small datacenter network.
There is one 1841 cisco router, two 3560 cisco catalyst switches and 4 solaris sunfire T-1000 boxes.
I have logged in to the cisco boxes and downloaded the…

gozu
- 313
- 2
- 6
- 14
2
votes
1 answer
map domain to subdomain
I'm working on a project where people can sign up and have multiple shops for themselves. Let's consider that Mark signed up to our site and created a shop for himself:
markshop.shop.com
Now, mark wants to map a domain called markshop.com to…

Ali Shokrollahi
- 23
- 2
2
votes
5 answers
How to determine what device is physically connected to network switch?
So, I've been using some port mapping software and running into a problem. We have many switches spread across the network, when I do a network scan it shows the device that is physically connected to a port, and in the case of a switch, all the…

David Mackey
- 697
- 2
- 15
- 30
2
votes
0 answers
dhcpd.conf rule-based mapping
We have ~100 physical nodes which can host a large number of VMs apiece. We need to set up dhcpd on one machine to distribute addresses in a predictable fashion based on MAC address.
We'd like to go with a scheme such as:
Physical host address:…

BigChief
- 398
- 1
- 2
- 12
2
votes
2 answers
Amazon AWS Ec2 instance, Elastic IP, Domain name from external domainseller, and Google Apps for Email
We are hosting our site on an Ec2 instance. Our Elastic IP is w.x.y.z and Public DNS is:
ec2-w-x-y-z.compute-1.amazonaws.com.
We've bought a domain name domainname.com from a lesser known domain-name-seller. We added an A-record pointing…

Sid
- 21
- 2
2
votes
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
- 21
- 1
2
votes
3 answers
DELL switch 6248 port and mac mapping using SNMP
I have a Dell 6248 switch. I connect some of my servers to it and want to know which server nic connected to which switch port. I try using snmpwalk to get this information, but I just can get mac/ip mapping of my server nic from switch, I still…

Brad
- 21
- 1
- 2
2
votes
1 answer
Automatic layout of manual network mapping
So I have a small business network mainly consisting of two routed layer-2 domains with a total of ca. 100 devices spread over ca. 2000m² production and office spaces. Typical problems to solve using the graph would be: Over what (cable) path is a…

Paul
- 1,918
- 4
- 18
- 24
2
votes
3 answers
How do I map a network in Visio?
I work for a organization which runs several servers mainly used for internet to schools and Exchange on the corporate side.
One of my tasks during my training is to be able to understand the network and how it works.
Now I don't need to understand…

RobertPitt
- 410
- 3
- 12
2
votes
1 answer
NFS4 w/o Kerberos : name mapping works, permissions don't
I simply want to "map by userNAME" between NFS4 client and NFS4 server,
when each has different uid for a given user name, w/o having to setup Kerberos.
The situation: my Linux machine (centos 7) accesses various NFS4 servers (running centos…

Dipr
- 23
- 3
2
votes
0 answers
Why solaris doesn't see all the DIMMS installed?
This is a SPARC T4-2 Server. It has installed 128GB memory in 16 DIMMS 8GB each.
The prtdiag -v output shows
======================= Physical Memory Configuration ========================
Segment…

Tomas Delgado
- 21
- 1