Even with the correction, still I cannot reach location A from location vice 
versa. For

inet 192.168.111.1 255.255.255.0 192.168.111.255

it did not tell us if it is autoselect. I believe it could be looking like

inet 192.168.111.1 255.255.255.0 NONE

Tips?

> [EMAIL PROTECTED] wrote:
>> 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
>>
>
> Wrong syntax for hostname.if file (man 5 hostname.if). No netmask
> keyword. You can read there how to set media options (man bge, man
> ifconfig).
>
> inet 192.168.111.1 255.255.255.0 192.168.111.255
>
> Aleksandar

Reply via email to