TODAY WE DID STUFF, YAYYYZ FOR DOIN THE STUFFZZZZ
We set up the neighbours for the OpenBSD router:
We had to set the static ip so that when called, the router would be under the same subnet, so that when we ssh into remotely, it will be where we think it is.
ifconfig eth0 inet 10.80.2.x netmask 255.255.255.0 up
then we had to add the default to a setting:
route add -net default gw 10.80.3.1
The route will take anything coming from the router IP, and send it to the caprisun ROUTER
route add -net 10.80.2/24 10.10.10.2
su into root, cd into /etc vi in bgpd.conf
then we changed the conf file to find the neighbors on startup by adding the ip addresses and subnet to each router/network.