Anybody, I have two OpenBSD machines connected with 2Mbps thru a leased-lines in different locations, A & B. Both machines colocated at location A and location B has a bge0 NIC card with 100/1000Mbps speed and each of these interfaces shall be connected to a device between the sites. This NIC card is detected and configured in Debian/Linux as:
eth1 speed 10 duplex full autoneg off I just wonder how I should re-configure this NIC card in OpenBSD. I tried Location A ---------- $sudo vi /etc/hostname.bge0 inet 192.168.111.1 netmask 255.255.255.0 NONE Location B ---------- $sudo vi /etc/hostname.bge0 inet 192.168.111.2 netmask 255.255.255.0 NONE What stumbled me is that I cannot ping location A from location B vice-versa. Any tips to sort this out is equally appreciated. Regards, Demuel

