Hi
Many thanks for taking the time to help me.
I understand what you have said up to point 4.
to simplify. i have port 24 set to vlan 9 and the BT router is connected to it which has an IP of 192.168.9.254
what i don't understand is that i can ping from vlan 5 to 7 and vice versa. but from a machine in vlan 7 i cannot ping the BT router address. Yet if i then change port 24 to be on vlan 7, and change the router address to be 192.168.7.254 i can ping it. but not from anything on vlan 5 though. yet a server on vlan 5 can ping a machine on 7. How can this be??
Your help is appreciated
Regards
Krystian
Main Topics
Browse All Topics





by: from_expPosted on 2008-12-01 at 22:32:47ID: 23074836
hi!
Your design is fine, however you have missed some things.
I'll try to explain your own scenario to you :)
1. Management vlan - it is for your mgmt workstation and switch, possibly for some other devices, rather obvious switch should not look for default gw here.
2. servers vlan, correct, switch has IP address in it and will work as a default gateway for servers
3. workstations vlan, correct and again switch will be a default gateway for workstations
4. most tricky part, bt router should have ip in vlan 9 network only, otherwise it would not see all your networks correctly. this 192.168.9.254 should be a default gw for your switch and you have configured it (ip route 0.0.0.0 0.0.0.0 192.168.9.254). then bt router should have static routes to vlan1, vlan5 and vlan7 networks:
( in cisco terms it would look like:
ip route 192.168.1.0 255.255.255.0 192.168.9.1
ip route 192.168.5.0 255.255.255.0 192.168.9.1
ip route 192.168.7.0 255.255.255.0 192.168.9.1 )
then dhcp scores: yes, your bt router should have dhcp pool for 192.168.7.0/24 network and switch should work as a dhcp relay agent and is configured correctly.