I am having some trouble with a Site to Site VPN and using OSPF... It might be something simple I am just missing, I am not sure, the setup is as follows:
HPE 5700 - Firewall - Firewall to 2930F
I have the firewalls set up and I am able to go between the two from both sites.
On the remote side I have a vlan with a /30 IP and on the firewall port I the other IP. I can ping these no problem. On the switch I have the following OSPF configuration:
ip routing
...
router ospf
area backbone
redistribute connected
redistribute static
enable
exit
On each vlan I have an IP and also the ip ospf IP_ADDRESS area backbone commands.
VLAN 1
name "Default"
untagged 1-28
ip address x.x.x.x x.x.x.x
ip ospf x.x.x.x area backbone
exit
vlan 30
name "switch <--> Firewall"
tagged 28
ip address x.x.x.x x.x.x.x
ip ospf x.x.x.x area backbone
exit
The other side should be good (I have not had any routing issues). Is there something I am missing from the configuration of OSPF?
What I see is I am able to ping devices on the remote and main side like servers, but I do not have the ability to access shares. I can get to the web GUI for servers and such though... When I do sho ip route, I do see the networks on the main side so I know there is some communication going, but I am not sure what I am missing or if it is a firewall issue I need to look at.