Re: bootparamd and non-default subnet masks

2015-09-17 Thread Marko Cupać
On Mon, 14 Sep 2015 13:59:15 +0200
Marko Cupać  wrote:

> Hi,
> 
> I am trying to implement diskless setup in VLAN-segmented network.
> Server which hosts dhcpd, tftpd, nfsd, rarpd and bootparamd is on
> 10.30.7.38/27, on separate vlan from client which should be on
> 10.30.7.51/27.
> 
> Client obtains IP address, executes pxeboot and boots bsd from tftp
> successfully. However, after that I get messages:
> nfs_boot: using interface rl0, with revarp & bootparams
> nfs_boot: client_addr=10.30.7.51
> RPC timeout for server 10.255.255.255 (0xaff) prog 10
> 
> The problem is apparently with non-standard subnet mask for class A
> network, but AFAIK rarpd does not supply subnet mask information. How
> can I make this work?
> 
> Regards,

Guys,

is this really so irrelevant? Or should I interpret silence on topic
somewhere along the lines of "None of the great masters who wrote and
understood this are no longer with us" :P

-- 
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/



Re: bootparamd and non-default subnet masks

2015-09-17 Thread Marko Cupać
On Thu, 17 Sep 2015 09:24:16 + (UTC)
Stuart Henderson  wrote:

> RARP (RFC 903) d

Hi Stuart,

thank you for the information.

Would there be some bad consequences if OpenBSD changed its diskless
booting process so it respects DHCP's root path option?

Regards,
-- 
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/



Re: bootparamd and non-default subnet masks

2015-09-17 Thread Stuart Henderson
On 2015-09-17, Marko Cupać  wrote:
> On Mon, 14 Sep 2015 13:59:15 +0200
> Marko Cupać  wrote:
>
>> Hi,
>> 
>> I am trying to implement diskless setup in VLAN-segmented network.
>> Server which hosts dhcpd, tftpd, nfsd, rarpd and bootparamd is on
>> 10.30.7.38/27, on separate vlan from client which should be on
>> 10.30.7.51/27.
>> 
>> Client obtains IP address, executes pxeboot and boots bsd from tftp
>> successfully. However, after that I get messages:
>> nfs_boot: using interface rl0, with revarp & bootparams
>> nfs_boot: client_addr=10.30.7.51
>> RPC timeout for server 10.255.255.255 (0xaff) prog 10
>> 
>> The problem is apparently with non-standard subnet mask for class A
>> network, but AFAIK rarpd does not supply subnet mask information. How
>> can I make this work?
>> 
>> Regards,
>
> Guys,
>
> is this really so irrelevant? Or should I interpret silence on topic
> somewhere along the lines of "None of the great masters who wrote and
> understood this are no longer with us" :P
>

RARP (RFC 903) does not support CIDR.



bootparamd and non-default subnet masks

2015-09-14 Thread Marko Cupać
Hi,

I am trying to implement diskless setup in VLAN-segmented network.
Server which hosts dhcpd, tftpd, nfsd, rarpd and bootparamd is on
10.30.7.38/27, on separate vlan from client which should be on
10.30.7.51/27.

Client obtains IP address, executes pxeboot and boots bsd from tftp
successfully. However, after that I get messages:
nfs_boot: using interface rl0, with revarp & bootparams
nfs_boot: client_addr=10.30.7.51
RPC timeout for server 10.255.255.255 (0xaff) prog 10

The problem is apparently with non-standard subnet mask for class A
network, but AFAIK rarpd does not supply subnet mask information. How
can I make this work?

Regards,
-- 
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/