We have two sister companies that just got a 10Mb Point to Point line for doing mostly file sharing. We have an HP Procuve 5406zl switch at each company which is the default gateway for all PCs on each LAN. IP routing is enabled and we're already using these to route traffic for internal VLANs. We're hoping to use these to route traffic between the two companies.
Our first attempt was to setup a VLAN and add static routes for each company's subnet as follows:
1. Setup VLAN on each switch (VLAN7)
2. Set VLAN7 IP on each switch (192.168.11.1 CompanyA and 192.168.11.2 CompanyB)
3. Set VLAN7 to untagged on Point to Point connected port
4. Set Point to Point connected port to 10FDx
5. On CompanyA switch, add route - ip route CompanyBNetworkAddress 255.255.252.0 192.168.11.1
6. On CompanyB switch, add route - ip route CompanyANetworkAddress 255.255.252.0 192.168.11.2
This attempt did not work, however. There is either something missing in the routing table or we need to use a protocol instead such as OSPF or do multinetting, neither of which I have experience with.
On the CompanyB switch, I can ping 192.168.1.2 but not 192.168.1.1. I can setup a laptop, give the IP of 192.168.1.2 and have CompanyA setup a laptop, give the IP of 192.168.1.1 and can ping both ways, so the Point to Point connection is working.
Can someone point me in the right direction, por flavour?
Many thanks,
Jerod
Our first attempt was to setup a VLAN and add static routes for each company's subnet as follows:
1. Setup VLAN on each switch (VLAN7)
2. Set VLAN7 IP on each switch (192.168.11.1 CompanyA and 192.168.11.2 CompanyB)
3. Set VLAN7 to untagged on Point to Point connected port
4. Set Point to Point connected port to 10FDx
5. On CompanyA switch, add route - ip route CompanyBNetworkAddress 255.255.252.0 192.168.11.1
6. On CompanyB switch, add route - ip route CompanyANetworkAddress 255.255.252.0 192.168.11.2
This attempt did not work, however. There is either something missing in the routing table or we need to use a protocol instead such as OSPF or do multinetting, neither of which I have experience with.
On the CompanyB switch, I can ping 192.168.1.2 but not 192.168.1.1. I can setup a laptop, give the IP of 192.168.1.2 and have CompanyA setup a laptop, give the IP of 192.168.1.1 and can ping both ways, so the Point to Point connection is working.
Can someone point me in the right direction, por flavour?
Many thanks,
Jerod