Redoing a existing network....


Recommended Posts

Well how does that make sense - if you show the dhcp disaabled. Then no its not your dhcp server.

Post an ipconfig /all of your one of your dhcp clients. Also you should NOT be handing out 8.8.8.8 as dns if your boxes are members of AD.. In AD - YOU ONLY point to the AD DNS - PERIOD! This dns then forwards for unknowns.

So lets see ipconfig /all

Then I ping the dhcp server listed there, and I want to see the arp table

arp -a to see the mac of that IP your showing as dhcp server.

Link to comment
Share on other sites

I want to repeat that part about small office :) Someone suggested a Dell SonicWALL TZ 205 and at 1000?s that is WAY over the top.

you don't need a firewall class router. your router with nat firewall will be fine.

You have enough help without me muddying it up, I am just watching.

Link to comment
Share on other sites

If you only have like 20-30 users, I would prob say the

ZyWALL USG 200/100/50/20W/20

line is good, if you want vpn access for your users prob go with the 50 or 100 model, if not then 20 prob work. Think that only runs about $150 so more in your ballpark? And then prob replace your wireless stuff with zyxel AP as well.

Lets get some numbers of devices and how everything is connected. I don't buy your zyxel is the dhcp server even when it shows disabled. And you put that wireless gateway in front of your firewall in bridge mode -- so the wireless is disabled? You posted up screen shot of your zyxel lan and dhcp server - could you post the wan side of that, you can black out the last couple of octets.

Why would you be using a adsl wireless gateway just to put it into bridge mode?

Also in sizing your firewall uplift, how much is your current bandwidth from your isp?

Link to comment
Share on other sites

Well how does that make sense - if you show the dhcp disaabled. Then no its not your dhcp server.

Post an ipconfig /all of your one of your dhcp clients. Also you should NOT be handing out 8.8.8.8 as dns if your boxes are members of AD.. In AD - YOU ONLY point to the AD DNS - PERIOD! This dns then forwards for unknowns.

Please remember BudMan I did NOT build this network nor from scratch nor from anything; This is the first time they have asked me to look at it. My primary DNS address is the AD

So lets see ipconfig /all

Then I ping the dhcp server listed there, and I want to see the arp table

arp -a to see the mac of that IP your showing as dhcp server.

OK, Ill get you that information tommorow. Like I said, I think (I have a big plate of TODO on my list) I can get you equipment inventory. Do you need EXACT things or for standard PCs will a "desktop PC" be enough?

If you only have like 20-30 users, I would prob say the

ZyWALL USG 200/100/50/20W/20

line is good, if you want vpn access for your users prob go with the 50 or 100 model, if not then 20 prob work. Think that only runs about $150 so more in your ballpark? And then prob replace your wireless stuff with zyxel AP as well.

Lets get some numbers of devices and how everything is connected. I don't buy your zyxel is the dhcp server even when it shows disabled. And you put that wireless gateway in front of your firewall in bridge mode -- so the wireless is disabled? You posted up screen shot of your zyxel lan and dhcp server - could you post the wan side of that, you can black out the last couple of octets.

Why would you be using a adsl wireless gateway just to put it into bridge mode?

Also in sizing your firewall uplift, how much is your current bandwidth from your isp?

We are about 10 in the office (at days, less than 5), no outbound connections coming in.

Ill reread your post tommorow to get you arp tables and screenshots you asked.

BTW, we can do with anything, doesnt have to be zyxel; I perfer a good Cisco even if its a bit more expensive. OpenVPN server capability would be intresting although not deal breaking.

Link to comment
Share on other sites

You forgot the five 9s on you 99 ;)

Welll I can tell right off why you might have issues with your network, your using the gateway as DNS. As I mentioned before in AD, you ONLY talk to AD dns -- your zyxel has not a clue to your AD structure, he might be able to resolve google.com for you -- but he sure and the hell can not resolve your AD domain entries. You point to your DC, your DC forwards queries he does not have the answer to your isp or googledns, or opendns, etc.

Another issue I see, why is your dhcp lease only 1 hour?? That is utterly pointless in a network of so few using a /24 network. That is just unnecessary traffic and possible issues with not renewing, etc.

Is this your machine - why is vmware interfaces on it? Looks like you have ipv6 still enabled - you using that? Doubt it, so just other **** that can cause problem your network.

I personally would do some clean up on your boxes and disable ipv6 if your not using it. Purely from a security aspect you don't run protocols you don't need! Simple fix to disable via a reg entry

reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 255

If your going to run ipv6 on your network, then set it up.. Your clents don't need a 6to4 interface, they don't need teredo interface..

Your network hardware is prob not the problem, your problem when you say your rebooting everything might be as simple as your clients are not pointing to ONLY AD for dns.. And or your dhcp server craps, and your clients lease expire in 1 hour so then everyone would be dead in the water.

And if everyone has ipv6 enabled but not using it - bunch of again unnecessary traffic flowing, a lot of it broadcast that would just be wasting your wireless bandwidth since your wireless is not isolated to wireless segment and you have 19 active devices from your arp on your network. You got your clients asking for renews every 30 minutes.

Link to comment
Share on other sites

You forgot the five 9s on you 99 ;)

?

Welll I can tell right off why you might have issues with your network, your using the gateway as DNS. As I mentioned before in AD, you ONLY talk to AD dns -- your zyxel has not a clue to your AD structure, he might be able to resolve google.com for you -- but he sure and the hell can not resolve your AD domain entries. You point to your DC, your DC forwards queries he does not have the answer to your isp or googledns, or opendns, etc.

OK so then what should I chance?

Another issue I see, why is your dhcp lease only 1 hour??

Could this be a DC setting (since we have come to the conclusion that it is the DHCP server as well)>

Is this your machine - why is vmware interfaces on it? Looks like you have ipv6 still enabled - you using that? Doubt it, so just other **** that can cause problem your network.

Yes, I use VMWare on this machine and it is my machine. Noone is using IPv6 nor is there intrest.

I personally would do some clean up on your boxes and disable ipv6 if your not using it. Purely from a security aspect you don't run protocols you don't need! Simple fix to disable via a reg entry

reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 255

If your going to run ipv6 on your network, then set it up.. Your clents don't need a 6to4 interface, they don't need teredo interface..

Is disabling really a necceary step? AFAIK, all common Windows 7 installations come with IPv6 installed and enabled. The only way I would disabled it is via GP.

Your network hardware is prob not the problem, your problem when you say your rebooting everything might be as simple as your clients are not pointing to ONLY AD for dns.. And or your dhcp server craps, and your clients lease expire in 1 hour so then everyone would be dead in the water.

And if everyone has ipv6 enabled but not using it - bunch of again unnecessary traffic flowing, a lot of it broadcast that would just be wasting your wireless bandwidth since your wireless is not isolated to wireless segment and you have 19 active devices from your arp on your network. You got your clients asking for renews every 30 minutes.

No IPv6 what so ever.

Link to comment
Share on other sites

In your dhcp server on the DC, remove 192.168.100.100 as dns! And change the lease to something more realistic -- like 1 day or 4 days.. Not ever freaking hour, that means your clients are asking for renewal every 30 minutes - why?

192.168.100.100 your zyxel doesn't have a clue about any of your AD dns records.

So if you have no desire for IPv6 - then disable it! I gave you the simple reg key to disable it. If you want to enable it again, just remove the reg key.

Link to comment
Share on other sites

In your dhcp server on the DC, remove 192.168.100.100 as dns! And change the lease to something more realistic -- like 1 day or 4 days.. Not ever freaking hour, that means your clients are asking for renewal every 30 minutes - why?

OK, Ill remove any entries on the DHCP server on the DC relating to 192.168.100.100 being the DNS. Ill change the renewal to 1 day.

So if you have no desire for IPv6 - then disable it! I gave you the simple reg key to disable it. If you want to enable it again, just remove the reg key.

My doubt was that every Windows 7 installation by default has IPv6 enabled so meaning a lot of small office networks have IPv6 enabled and are running just fine. Also, that registry modification, would I have to do it to EVERY computer in the office or can I force it via GP?

Link to comment
Share on other sites

Not saying it wont work - I am saying what you would do if you set it up correctly ;)

I am quite sure most small offices have it enabled yes, doesn't make it right.. If you do not use a protocol, then that protocol should not be enabled - this is security 101. And from a performance and clean up perspective - why do you want or need unused traffic on your network. If ipv6 is enabled its going to be generating traffic. And since your not using it, is completely useless.

As to deployment of a registry key via gp - sure here

https://blogs.techne...Redirected=true

Here is another method of doing it via gp

https://social.techn...oup-policy.aspx

If you don't want to disable it - then correctly set it up, not leave the freaking mess MS enables from the git go.. Teredo, 6to4 and isatap - I run it in my home network, but is is correctly configured to be used and remove the teredo, isatap and 6to4 nonsense since there is no use for those.

post-14624-0-48666900-1363437697.png

You notice my ipconfig /all output only list my actual nic, not the teredo, 6to4 and isatap and notice actually work on ipv6.. You boxes have all that stuff enabled sending out noise on your network for what? Can you even ping ipv6.google.com ?

Link to comment
Share on other sites

Not saying it wont work - I am saying what you would do if you set it up correctly ;)

Im trying to just get things working in general; Not really looking for efficiency.

I am quite sure most small offices have it enabled yes, doesn't make it right.. If you do not use a protocol, then that protocol should not be enabled - this is security 101.

BudMan, I understand this is a security issue but this is not my focus right now.

And from a performance and clean up perspective - why do you want or need unused traffic on your network. If ipv6 is enabled its going to be generating traffic. And since your not using it, is completely useless.

As to deployment of a registry key via gp - sure here

https://blogs.techne...Redirected=true

Here is another method of doing it via gp

https://social.techn...oup-policy.aspx

If you don't want to disable it - then correctly set it up, not leave the freaking mess MS enables from the git go.. Teredo, 6to4 and isatap - I run it in my home network, but is is correctly configured to be used and remove the teredo, isatap and 6to4 nonsense since there is no use for those.

post-14624-0-48666900-1363437697.png

You notice my ipconfig /all output only list my actual nic, not the teredo, 6to4 and isatap and notice actually work on ipv6.. You boxes have all that stuff enabled sending out noise on your network for what? Can you even ping ipv6.google.com ?

I still dont really understand that IPv6 generates SO MUCH traffic to it be a performance issue....

Anyways, my office wants to change the firewall ASAP. Like I said, pfSense is going to take me up some time as I do NOT have to time to set it up correctly (besides networking, I do a lot of other stuff here so....). I just need a good firewall.

Thanks to all helping

Link to comment
Share on other sites

pfsense takes all of about 10 minutes to setup from a BARE box! It will be working config after it gets an IP from your wan, and you give it an IP on its lan. It will have the same default rules as any off the shelf soho router.

It will allow ALL traffic outbound from the lan segment, and BLOCK all unsolicated traffic inbound. It will have dhcp server and dnsmasq running after you run through the setup.. Again if you are dicking with it more than 20 minutes your doing it wrong ;)

There really is not much to configure for a standard setup.

Link to comment
Share on other sites

pfsense takes all of about 10 minutes to setup from a BARE box! It will be working config after it gets an IP from your wan, and you give it an IP on its lan. It will have the same default rules as any off the shelf soho router.

It will allow ALL traffic outbound from the lan segment, and BLOCK all unsolicated traffic inbound. It will have dhcp server and dnsmasq running after you run through the setup.. Again if you are dicking with it more than 20 minutes your doing it wrong ;)

There really is not much to configure for a standard setup.

We are crossing threads here (this is about the network setup and the other is about a firewall only) but....

Example of me trying to set up pfSense quickly (I problably did something wrong but).

I booted a LiveUSB of pfSense and did the default config: Unplugged all my network cables. When the time came, I choose autodetection and plugged one of my network cards to a switch with internet conectivity. It detected it as WAN. Next, I choose autodetection and plugged in my other network card into a standalone switch (only the pfSense was plugged in). The WAN side got a local DHCP IP, the LAN got the standard 192.168.1.1 Next, I plugged in my PC to that standalone switch, changed the IP on my PC to 192.168.1.23, subnet /24 and gateway 192.168.1.1

I could not access thru my web browser or ping 192.168.1.1 If I spent 5 minutes configuring that, I cannot simply take time to troubleshoot where the problem is. I need some that just works :) I know many do no understand that but....

Tommorow Ill try the lan side only...

Link to comment
Share on other sites

Well obvious questions are obvious....

1: How do I open ports? Tried doing it thru firewall but nothing

2: How do I port forward?

I searched and a thread came up but and did it but it doesnt seem to work

Link to comment
Share on other sites

yes it is done in the firewall rules. You need to create a wan to lan or a wan to any rule and allow the ports to transverse to a specific ip within your network.

this is a 20 but it is a similar interface.

Link to comment
Share on other sites

OK, done doing 0.000000001% of redoing the existing network. We are getting a ZyXEL ZyWALL USG 50 in about two days.

Did zyxel fix their throughput issues? We had a zyxel firewall lthat got nowhere near their advertised through put. Even their tech support gave up on helping us. That's why we switched to pfsense.

Link to comment
Share on other sites

yes it is done in the firewall rules. You need to create a wan to lan or a wan to any rule and allow the ports to transverse to a specific ip within your network. this is a 20 but it is a similar interface.

I can confirm you that does NOT work. Using web tools (check my port sites) and actually trying to connect thru that port does not allow me.

Link to comment
Share on other sites

call zyxel, you should have support with your device.

from the post from where this video came from.

"simply change the IPv4 Destination from "any" To the IP address of the end devices IP address. And then your done."

Link to comment
Share on other sites

I was going to disable IPv6 thru GP but reading, this came up:

http://msmvps.com/blogs/acefekay/archive/2010/05/27/how-to-disable-rss-tcp-chimney-feature-and-ipv6.aspx

Others might disable it because of a misperception that having both IPv4 and IPv6 enabled effectively doubles their DNS and Web traffic. This is not true.

I simply from a bandwidth point of view do not see the need to diabled IPv6. From a security point of view, of course.

Link to comment
Share on other sites

it is completely up to you. But if you ever watch packets on the network to troubleshoot network issues, having those packets that you don't need to take up space and processing power during a capture helps. I just did a 30 second capture on my laptop to troubleshoot a network issue here (we also have ipv6 enabled)...a 30 second capture created about 1.5GB of log, there was a bit of ipv6 traffic in there and if we had it disabled the file wouldn't have been as large. Unfortunately to test will take a bit of time that we don't have (small IT department with a ton of projects going on at the same time).

Link to comment
Share on other sites

are you running any of those services that "need" ipv6 - if not then disable it. From a security point of view alone.. You don't run protocols your not using, period!

If you are using something that requires it, then you should be correctly enabling it on your network.. Not leaving the 3 different methods MS turns on by default. teredo, isatap and 6to4.. I doubt your using any of those, so disable them and let native ipv6 run and set it up correctly so it actually works.

What AD/Windows servers are you running - are you on 2k8? If your using 2003 server IPv6 is not even there by default and you would have to install it. So I doubt your running any services that require ipv6

And I agree with sc302, unwanted traffic on your network be it a bandwidth issue or not is noise - why would you want it there? It just makes troubleshooting any thing more cumbersome having to weed through noise. And it might not be a bandwidth issue, but sure its going to create dns queries - that most likely are going to just get forward out your wan because your AD dns can not respond... Don't you have a very small upload pipe? something like 500kbits or something.. Every packet requesting something you have no use for, is just getting in the way of packets you want to go out and get answers from.

Do you need ipx? Then why would you run it on your network, what about appletalk? If you don't need/use a protocol then it shouldn't be running on your network. But if you don't control settings on OSes and Devices that you put on your network - these protocols are most likely there as unwanted noise.

Not something you have to do right this minute, but I would put cleanup of such things on your list of things to do to make your network the best it can be. A simple GP push to disable ipv6 would remove quite a bit of noise. If you have concerns do it on a few machines first - does everything still work? If so then you have no use of it!

btw

"I finally got it to work by tinkering around."

I wince every time I hear something like this - what did you do? You need to understand what was wrong.. not just randomly trying ****.

Link to comment
Share on other sites

Removed the router's IP from the AD's DNS list and updated the DHCP lease to 1 day. :)

btw

"I finally got it to work by tinkering around."

I wince every time I hear something like this - what did you do? You need to understand what was wrong.. not just randomly trying ****.

Well, there was a object basically called "WAN" then any then "WAN1_PPP". I tried any as I literally wanted it to come from anywhere but that didnt work out. Later I believe I either tried WAN (which is a service group containing WAN1_PPP, WAN2_PPP etc) or WAN1_PPP. One of those as source did it so....

I want to disable/enable ping ICMP but I cant seem to set it up correctly. Hmmm.......

Also, since ONCE AGAIN I am not aiming for security, Im not going to do the IPv6; Also I pointed out a article (from MS) that certain things might break so.........Im not risking it.

Ill get a ipconfig /all up on Tuesday and show you results.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.