Unsolved

This post is more than 5 years old

6 Posts

17043

August 29th, 2007 19:00

Power Connect 6248 Internet Routing

I'm try connect to internet from VLAN 103.

The 6248 port g1 is the direct connection to the router.
It's a Linksys RV042.

My PC is connect to port g2 in VLAN 103.

I can ping PC 6248 192.168.103.200
I can ping Linksys RV042 192.168.10.254
I can not ping ISP or internet ip.

This is PC 6248 Configuration

!Current Configuration:
!System Description "Dell PowerConnect"
!System Software Version 1.0.0.27
!
configure
vlan database
vlan 10,101-103
exit
hostname "PC ANTORCHA 1"
stack
member 1 2
exit
ip address 192.168.0.200 255.255.255.0
ip default-gateway 192.168.0.200
interface vlan 10
name "Internet"
routing
ip address 192.168.10.200 255.255.255.0
ip netdirbcast
ip local-proxy-arp
exit
interface vlan 101
name "Antorcha 1"
routing
ip address 192.168.101.200 255.255.255.0
exit
interface vlan 102
name "Antorcha 2"
routing
ip address 192.168.102.200 255.255.255.0
exit
interface vlan 103
name "Hiper-Antorcha"
routing
ip address 192.168.103.200 255.255.255.0
ip local-proxy-arp
exit
ip routing
ip route 0.0.0.0 0.0.0.0 192.168.10.254
bootpdhcprelay enable
bootpdhcprelay maxhopcount 15
bootpdhcprelay serverip 192.168.103.99
exit
username "admin" password 4ffe0b914d88b372c5dd33b854d2fed5 level 15 encrypted
!
interface ethernet 1/g1
switchport access vlan 10
exit
!
interface ethernet 1/g2
switchport access vlan 103
exit
!
interface ethernet 1/g3
switchport access vlan 101
!
interface ethernet 1/g4
switchport access vlan 103
!
snmp-server community antorchaezm rw
exit

Message Edited by kearme on 08-29-2007 03:17 PM

52 Posts

September 6th, 2007 14:00

Perform a trace to a website from your PC. Reply with where it hangs up at. Also, have you verified your router is routing correctly to the isp?

6 Posts

September 6th, 2007 17:00

Trace from PC on VLAN 103

C:\tracert 64.233.167.99

Tracing route to 64.233.167.99

1 1 ms 1 ms 1 ms 192.168.103.200
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *


Trace from PowerConnect 6248


#traceroute 64.233.167.99

1 1085 ms 64 ms 8 ms 192.168.103.220
2 657 ms * * 190.4.9.81
3 * 63 ms 57 ms sl-st21-mia-8-2.sprintlink.net [144.223.64.133]
4 62 ms 51 ms 61 ms sl-bb20-mia-5-0-0.sprintlink.net [144.232.9.198]
5 67 ms 62 ms 52 ms sl-bb22-mia-3-0-0.sprintlink.net [144.232.2.203]
6 87 ms * * sl-crs1-atl-0-0-0-3.sprintlink.net [144.232.12.20]
7 1477 ms * * sl-st20-atl-1-0-0.sprintlink.net [144.232.18.133]
8 * 3793 ms 1075 ms 144.223.47.234
9 * * 1110 ms 72.14.236.12
10 * * 571 ms 64.233.175.98
11 * 390 ms 194 ms 66.249.94.133
12 221 ms * 328 ms 64.233.175.42
13 210 ms 380 ms 178 ms py-in-f99.google.com [64.233.167.99]


Thanks

52 Posts

September 6th, 2007 17:00

Can you ping 192.168.10.254 from your pc? The reason I ask is because if so it would have been the next hop after 192.168.103.200.

6 Posts

September 6th, 2007 17:00

Excuse me.
It's an error

This is the PC 6248 trace..

1 85 ms 64 ms 8 ms 192.168.10.254
2 657 ms * * 190.4.9.81
3 * 63 ms 57 ms sl-st21-mia-8-2.sprintlink.net [144.223.64.133]
4 62 ms 51 ms 61 ms sl-bb20-mia-5-0-0.sprintlink.net [144.232.9.198]
5 67 ms 62 ms 52 ms sl-bb22-mia-3-0-0.sprintlink.net [144.232.2.203]
6 87 ms * * sl-crs1-atl-0-0-0-3.sprintlink.net [144.232.12.20]
7 1477 ms * * sl-st20-atl-1-0-0.sprintlink.net [144.232.18.133]
8 * 3793 ms 1075 ms 144.223.47.234
9 * * 1110 ms 72.14.236.12
10 * * 571 ms 64.233.175.98
11 * 390 ms 194 ms 66.249.94.133
12 221 ms * 328 ms 64.233.175.42
13 210 ms 380 ms 178 ms py-in-f99.google.com [64.233.167.99]


Thanks...

52 Posts

September 6th, 2007 17:00

Can you paste the routes that you have entered on your router?

6 Posts

September 6th, 2007 17:00

#show ip route


S 0.0.0.0/0 [1/0] via 192.168.10.254, vlan 10
C 192.168.10.0/24 [0/0] directly connected, vlan 10
C 192.168.101.0/24 [0/0] directly connected, vlan 101
C 192.168.103.0/24 [0/0] directly connected, vlan 103

52 Posts

September 6th, 2007 17:00

What has this ip address  192.168.103.220?
 
Also, have you entered routes to the different vlans in your router?


Message Edited by nlspears on 09-06-2007 01:17 PM

Message Edited by nlspears on 09-06-2007 01:18 PM

6 Posts

September 6th, 2007 18:00

Yes, can ping 192.168.10.254,
but can't ping ISP Gateway [190.4.9.81]or internet IP.

52 Posts

September 6th, 2007 18:00

Perform a trace to 192.168.10.254 from your pc and post it.

93 Posts

September 14th, 2007 17:00

Ok, are you using the IP addresses of the vlan interfaces as the default-gateways of your PC's?

2 Intern

 • 

203 Posts

September 16th, 2007 20:00

Kearme,

The config looks good.

Seems your using the following for the ip range of the vlans:
192.168.101.200 vlan101
192.168.102.200 vlan102
192.168.103.200 vlan103

They try to go to the internet thru the route statement of:

ip route 0.0.0.0 0.0.0.0 192.168.10.254 which is connected to the Linksys RV042.
BTW, I have two of those routers, they are sweet.

You will need to set a route in the RV042 to find the vlan gateways.
Something like this

ip route 192.168.101.200 ip-address-of-the-RV042-internal

If you ping from the PC, and can ping the 6248 gateway for the vlan, it is getting that far.
If you ping the interface for the RV042, and no response, that means the RV042 has no idea how to get back to the vlan 101 or 102 or 103.

Make some routes.

Like crzywolf mentioned, you will need to change the DHCP scopes, so the default gateways for the differrent IP ranges, is set to the vlans gateway address.

So, for scopre 192.168.101.000/24 set the default gateway in the the DHCP server to 192.168.101.200

Message Edited by StarLog on 09-16-2007 05:49 PM

Message Edited by StarLog on 09-16-2007 05:50 PM

93 Posts

September 17th, 2007 13:00

Turn off ip local proxy-arp on vlan 103, quit being a wuss and use the CLI.  For some weird reason, when you use the web gui to create the vlans, it enables it.  Real men use command line.

2 Intern

 • 

203 Posts

September 18th, 2007 22:00

I second that, and the gui, can mess up other sections.
No Events found!

Top