Corp Network Help

DigitalCancer

Diamond Member
Apr 6, 2004
3,727
0
76
Hey Guys,

I've been tasked with finding ip addresses that're in use on our network.

We have (2) buildings that are connected right now. My boss wants to setup a 'test' network for some new devices that we're looking at installing (Meraki) and since i'm 'in training' he wanted me to find what we have in use in order to put the Meraki devices on the un-used ip addresses.

Our setup is Comcast/FirstComm at one location and Comcast/AT&T at the other location (firstcomm/att are out fail-overs). I had gotten the un-used ip addresses from the router (10.) but he's wanting the nat'd Ip's I guess?

Any help on tracing it would be great! ^_^
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
What do you mean by tracing? For the comcast side you would call them and get your range, then look at your network documentation to see if there is any free.

As for the 10. , that is a private range so there should be documentation about how the ranges are configured. If there is not there are some tools that can scan ranges, those can be hit or miss.

Personally my approach would be to place the Meraki in the test network in its own ip range. I am also a firm believer that wifi should be not be using IP ranges that are on the cable. IE the wifi IP's should be in another network/subnetwork from the cable to prevent various loops and other exciting issues.
 

DigitalCancer

Diamond Member
Apr 6, 2004
3,727
0
76
Tracing probably wasn't the best wording...Basically what you said, call comcast and get the ranges and then look at what's free...how would I go about doing that on my side? Like, look up the available ranges AND see what's in use?

Also, since we have 2 networks, i'm needing to do this for both...the FirstComm/AT&T/Comcast.

And also...this is just for testing the Meraki devices on our network. For reference...

We have one location with all of the server equipment, 100MB comcast line and 40MB ATT (bonded T's) backup line.

The 2nd location is about 11miles from here...we set it up with a 100MB comcast line and a 40MB FirstComm backup. We need this location to talk to the first location b/c of network shares, email, etc. So I'm not sure of the exact setup (I've been here for 3wks now) but we're looking to re-structure the network quite a bit...I'm a network admin in training and this is really my first big outing with it and I'm trying to learn all I can...the boss thought this would be a good exercise for me as well.
 
Last edited:

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
If you have no documentation....

Look at the config of the modem / firewall. See if there is any MIP mappings created for the outside IPs and inside devices... make sure the devices are actually there etc. Basically play detective.

I highly doubt your wireless AP's should be on the public internet though.

--edit--

I see Meraki has expanded a bit... what device are you installing?
 

unokitty

Diamond Member
Jan 5, 2012
3,346
1
0
Its not clear to me what you want to do.

But if all that you want to do is identify systems that are live on your network, you could use NMAP to actively identify them. I suppose that you could also use Wireshark if you would rather use a passive method.

Though, before I used either NMAP or Wireshark, in an enterprise environment, I'd be sure to check the AUP.

Best of luck,
Uno
 

DigitalCancer

Diamond Member
Apr 6, 2004
3,727
0
76
Ok, what I'm needing is the IP's that're in use (outside).

I have the IP's that're out there now (by calling out providers) but I'm not sure how to see which ones are in use by which devices.

We have 5 IP's for Comcast at one location and 5 at the other.
Then we have 7 IP's at the 2nd location for FirstComm (and she was able to tell me that 2 of them were in use)
Then we have 8 IP's for AT&T which seems that it might not even be configured.

My question is though, how can I see which IP's are actually in use on the network?

They are 50., 168., and a 12.

Weird thing is we have an exchange server that is on 12.129.x.x and the AT&T Ip is 12.185.x.x
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
Ok, what I'm needing is the IP's that're in use (outside).

I have the IP's that're out there now (by calling out providers) but I'm not sure how to see which ones are in use by which devices.

We have 5 IP's for Comcast at one location and 5 at the other.
Then we have 7 IP's at the 2nd location for FirstComm (and she was able to tell me that 2 of them were in use)
Then we have 8 IP's for AT&T which seems that it might not even be configured.

My question is though, how can I see which IP's are actually in use on the network?

They are 50., 168., and a 12.

Weird thing is we have an exchange server that is on 12.129.x.x and the AT&T Ip is 12.185.x.x

You would look at the firewalls that manage those IPs and look for MIP mapping, Traffic, Arp proxies, NAT rules, PAT rules that reference the IPs that are in use. If you find no rules, then they are likely not in use. You can use nmap to port scan them but that doesn't always indicate anything if there are ACL's on the IPs
 

mammador

Platinum Member
Dec 9, 2010
2,128
1
76
Get a network discovery application?

Run it, and you should get all IP addresses and even MAC addresses of all nodes.
 

mammador

Platinum Member
Dec 9, 2010
2,128
1
76
From what I understand, network discovery sends a ping to all connected hosts on a subnet. It should give a picture as to which hosts are operational, and which hosts are down.
 

mammador

Platinum Member
Dec 9, 2010
2,128
1
76
Ok, what I'm needing is the IP's that're in use (outside).

I have the IP's that're out there now (by calling out providers) but I'm not sure how to see which ones are in use by which devices.

We have 5 IP's for Comcast at one location and 5 at the other.
Then we have 7 IP's at the 2nd location for FirstComm (and she was able to tell me that 2 of them were in use)
Then we have 8 IP's for AT&T which seems that it might not even be configured.

My question is though, how can I see which IP's are actually in use on the network?

They are 50., 168., and a 12.

Weird thing is we have an exchange server that is on 12.129.x.x and the AT&T Ip is 12.185.x.x

Does your firm have a DMZ? Those seem like public addresses.
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
From what I understand, network discovery sends a ping to all connected hosts on a subnet. It should give a picture as to which hosts are operational, and which hosts are down.

Pings don't tell you much. It could tell you that someone mip mapped all the IPs via proxy arp and put a generic ICMP reply rule in place. All IPs would show up. NMAP can be inaccurate if there are IP ACL's in place which happens a lot with VPN devices. Fail over IP's could show as not in use when inactive etc.

For internet facing IP's you are better off examining the firewall config than using nmap. NMAP would get you started, it just may paint you a very wrong picture.
 

DigitalCancer

Diamond Member
Apr 6, 2004
3,727
0
76
Hey guys...I wanted to thank you guys for all the help! I managed to get it accomplished and found some pretty useful tools to add to my 'utilities' folder. ^_^

Anyway...I'm currently only A+ cert'd and was looking at moving along the path of a network engineer for my current company, would I be ok with going straight to a CCNA or should I do the NET+ first? I have the book for NET+ but I never took the test. =/
 

Ghiedo27

Senior member
Mar 9, 2011
403
0
0
You can go straight for the ccna. The study material all starts at the very basics of what a network is. There aren't any prerequisites.
 

DigitalCancer

Diamond Member
Apr 6, 2004
3,727
0
76
Yea, I knew there weren't any prerequisites, I just wanted to make sure there wasn't something in the NET+ that would benefit me. I assumed that's how it was setup though is a tear down from the basics to the top. ^_^

Thanks!
 

unokitty

Diamond Member
Jan 5, 2012
3,346
1
0
would I be ok with going straight to a CCNA or should I do the NET+ first? I have the book for NET+ but I never took the test. =/

While its been more than a few years since I earned my CCNA and Network+, I'll share my experience.

I found the CCNA to be a superset of Network+. That is, it contained all the materials from Network+ as well as some basic material on Cisco's IOS and IOS functions.

If your company pays for your exams, you might consider Network+ a step on the way to CCNA.

If you are paying for your own exams, the CCNA would also include the material in Network+.

But to answer your question, I think that you would be okay taking those certification tests in whatever order that works for you.

Best of luck,
Uno
 

DigitalCancer

Diamond Member
Apr 6, 2004
3,727
0
76
appreciate the info! I talked to the 'boss' about taking the CCNA and he said it might be hard to justify b/c we're moving away from CISCO. =/ What do you guys think of this layout?
I am currently only A+ cert'd...but have studied a bit on the NET+ but would def. need a refresher course.

NET+?

MCSE (MS Cert Sys Eng) -> MCSM
MCITP -> MCM
ISC(2)
MCSA (administrator)
 

RadiclDreamer

Diamond Member
Aug 8, 2004
8,622
40
91
appreciate the info! I talked to the 'boss' about taking the CCNA and he said it might be hard to justify b/c we're moving away from CISCO. =/ What do you guys think of this layout?
I am currently only A+ cert'd...but have studied a bit on the NET+ but would def. need a refresher course.

NET+?

MCSE (MS Cert Sys Eng) -> MCSM
MCITP -> MCM
ISC(2)
MCSA (administrator)



The CCNA while a mainly cisco geared course is a great starting point because it teaches you TONS about network fundamentals, everything from how ARP works to OSI model, subnetting etc.
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
The CCNA while a mainly cisco geared course is a great starting point because it teaches you TONS about network fundamentals, everything from how ARP works to OSI model, subnetting etc.

Agreed, it's more about the fundamentals than anything cisco specific. And since everybody generally copies cisco's IOS interface/command line you can use it no matter what gear it is.
 

unokitty

Diamond Member
Jan 5, 2012
3,346
1
0
appreciate the info! I talked to the 'boss' about taking the CCNA and he said it might be hard to justify b/c we're moving away from CISCO. =/ What do you guys think of this layout?
I am currently only A+ cert'd...but have studied a bit on the NET+ but would def. need a refresher course.

NET+?

MCSE (MS Cert Sys Eng) -> MCSM
MCITP -> MCM
ISC(2)
MCSA (administrator)


If your boss would pay for the exam, NET+ would be a nice step. And you should be able to earn that quicker than you would earn a CCNA. Here is a link to a set of NET+ training videos.

After that, you could consider CCNA, Security+, or any of the microsoft certs.

Best of luck,
Uno
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |