cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
14050
Views
35
Helpful
34
Replies

(Help) Switch Catalyst 3750 & Router 2811

Rokas Daunoras
Level 3
Level 3

Hi Cisco Community,

I'm having a problem with no internet connection on switch ports 9-16 17-24

But internet works well on Default vlan 1-8 ports

i added subnet and nat i don't understand what i'm missing any effort of helping is appreciated

Kind Regards,

Rokas Daunoras

2 Accepted Solutions

Accepted Solutions

azibnaseem
Level 5
Level 5

Hi [@badaro292@gmail.com]  ,

I have created a LAB in GNS3 specific to your problem. I would suggest that disable routing from switch. I have attached configuration file & LAB screen shot for your review. If you have any other question do lets me know.

Regards'

View solution in original post

Thank you for the updated config. If all 3 PC are able to ping to Internet but not to ping each other I wonder if the issue might be a security policy on the PC that does not allow ping to the PC. One way to test this would be to try to ping from the router to each PC.

HTH

Rick

HTH

Rick

View solution in original post

34 Replies 34

azibnaseem
Level 5
Level 5

Hi [@badaro292@gmail.com]  ,

After seeing the configuration, i come to know that you are going to achieve Router on a Stick (RoAS) scenario. If it is yes, please reply.

Regards'

Hey @azibnaseem ,

Something like that i'm not sure though i'm new at switch & routers but probably it's router on stick since i'm able to use one IP address.

I see a DHCP pool for vlan 1 but I do not see any DHCP pool for either vlan 50 or 70. Are the devices connected on vlan 50 and 70 getting an IP address? If so what address are they getting and where are they getting it from?

HTH

Rick

HTH

Rick

Hey,

Yes it was one of the problems reload page there should be pools by now for both vlans.

Yes I now do see the DHCP pools. The default router specified in the new pools is not correct.

HTH

Rick

HTH

Rick

so it should look like this? 

Default-router 10.100.50.1

Default-router 10.100.70.1

Hi [@badaro292@gmail.com]  ,

You can achieve this scenario using two ways, one is Router on a stick & other ways is to make Point to Point link between your router & switch then configure Router & switch accordingly.

I have posted full Router on a Stick configuration in my previous reply. Using this lab I can ping to internet from all three pc's. Please make your configuration similar to that & let me know if there is any problem.

Regards'

Hey azibnaseem  

I can ping to internet from all three pc's but what i also want is them to be able to communicate.

It is good to know that now all 3 PC can ping the Internet. This is significant progress. Are you saying that all 3 PC can ping to outside but that any PC can not communicate with other PC?  If that is the case then please provide this information:

- IP address and subnet mask of each PC.

- where each PC is connected.

- what kind of communication are you testing with. Is this ping between PC or some other type of communication between PC?

HTH

Rick

HTH

Rick

Hey,

Yes, all 3 PC from any port can ping outside but can't communicate.

IP address and subnet mask of each PC

1.  10.100.100.2 255.255.255.0

2.  10.100.50.3 255.255.255.0

3.  10.100.70.4 255.255.255.0

PC are connected to Switch each of are at different Vlan 

1. 10.100.100.2 connected to Port 5

2. 10.100.50.3 connected to Port 15

3. 10.100.70.4 connected to port 20

Yes i only tried ping between PC.

Regards

Thank you for the additional information. I believe that your problem may be due to these static routes

ip route 10.100.50.0 255.255.255.0 10.100.100.2 name TO-VLAN-50
ip route 10.100.70.0 255.255.255.0 10.100.100.2 name TO-VLAN-70

I suggest that you remove them and test again and let us know if the behavior changes.

HTH

Rick

HTH

Rick

Hey,

ip routes didin't change anything, i already removed them.

My mistake forgot to refresh config.

Regards

Thank you for the updated config. If all 3 PC are able to ping to Internet but not to ping each other I wonder if the issue might be a security policy on the PC that does not allow ping to the PC. One way to test this would be to try to ping from the router to each PC.

HTH

Rick

HTH

Rick

Hey azibnaseem  

The problem was firewall i removed McAfee and disabled firewall and it start'd to work i guess it was blocking connection between those computers communicating Thank you for helping.

Regards.