nfs localy ok - I pxe boot pxe client - RPC: Timed out ? (nfs localy unresponsive)

2007-02-28 Thread Cor

Hello,

I'm trying to get pxe booting working on/with FreeBSD 5.5.

# uname -a
FreeBSD Moth01.quirks.mine.nu 5.5-RELEASE-p11 FreeBSD 5.5-RELEASE-p11
#0: Sun Feb 25 20:41:52 CET 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOTH01  i386

I'm somehow stuck at nfs server which stops responding after a pxe
booting client tried to use a nfs share to boot of.

I hope hope someone can give me some insight. Any input is apreciated.


My exports file looks like this;
/A/hdloos -maproot=0 -network 192.168.5 -mask 255.255.255.0

And in /etc/rc.conf I have;
rpcbind_enable=YES
rpcbind_flags=-l
nfs_server_enable=YES
nfsd_flags=-u -t -h 192.168.5.1 -n 6
mountd_flags=-r

nfs_client_enable=YES


At first boot nfs server pc everything looks ok;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# touch /mnt1/test

# ls -l /mnt1
total 2
drwxr-xr-x  4 root  wheel  512 Feb 28 16:29 boot
-rw-r--r--  1 root  wheel0 Feb 28 16:40 test

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos

# umount /mnt1

(now I boot my pxe boot client)

On the nfs server I see then in my log besides the dhcp lease;

Feb 28 16:43:52 Moth01 rpcbind: connect from 192.168.5.150 to
getport/addr(mountd)

Feb 28 16:44:07 Moth01 rpcbind: connect from 192.168.5.150 to
getport/addr(nfs)


On the screen of the pxe booting client the pc hangs at

pxe_open: server addr: 192.168.5.1
pxe_open: server path: /A/hdloos
pxe_open: gateway ip: 192.168.5.1

(looks all ok, except that it stops here)


But after this when I go back to the nfs server and try mount nfs share
local again:

# mount -v 192.168.5.1:/A/hdloos /mnt1
[udp] 192.168.5.1:/A/hdloos: RPCPROG_MNT: RPC: Timed out

# showmount -a
RPC: Timed out
showmount: can't do mountdump rpc


So I reboot the nfs server and back at the root prompt I do again;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos



in my dhcpd.conf I have specific to pxe client;

subnet 192.168.5.0 netmask 255.255.255.0 {
range 192.168.5.200 192.168.5.250;
option domain-name-servers 192.168.5.1;
option routers 192.168.5.1;
}

  host hdloze001 {
hardware ethernet 00:04:76:1f:7d:b6;
server-name hdloos001.quirks.mine.nu;
fixed-address 192.168.5.150;
next-server 192.168.5.1;
filename pxeboot;
option root-path 192.168.5.1:/A/hdloos;
  }

Thanks for reading this far,
Cor

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nfs localy ok - I pxe boot pxe client - RPC: Timed out ? (nfs localy unresponsive)

2007-02-28 Thread Cor

Hello,

I'm trying to get pxe booting working on/with FreeBSD 5.5.

# uname -a
FreeBSD Moth01.quirks.mine.nu 5.5-RELEASE-p11 FreeBSD 5.5-RELEASE-p11 
#0: Sun Feb 25 20:41:52 CET 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOTH01  i386


I'm somehow stuck at nfs server which stops responding after a pxe 
booting client tried to use a nfs share to boot of.


I hope hope someone can give me some insight. Any input is apreciated.


My exports file looks like this;
/A/hdloos -maproot=0 -network 192.168.5 -mask 255.255.255.0

And in /etc/rc.conf I have;
rpcbind_enable=YES
rpcbind_flags=-l
nfs_server_enable=YES
nfsd_flags=-u -t -h 192.168.5.1 -n 6
mountd_flags=-r

nfs_client_enable=YES


At first boot nfs server pc everything looks ok;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# touch /mnt1/test

# ls -l /mnt1
total 2
drwxr-xr-x  4 root  wheel  512 Feb 28 16:29 boot
-rw-r--r--  1 root  wheel0 Feb 28 16:40 test

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos

# umount /mnt1

(now I boot my pxe boot client)

On the nfs server I see then in my log besides the dhcp lease;

Feb 28 16:43:52 Moth01 rpcbind: connect from 192.168.5.150 to 
getport/addr(mountd)


Feb 28 16:44:07 Moth01 rpcbind: connect from 192.168.5.150 to 
getport/addr(nfs)



On the screen of the pxe booting client the pc hangs at

pxe_open: server addr: 192.168.5.1
pxe_open: server path: /A/hdloos
pxe_open: gateway ip: 192.168.5.1

(looks all ok, except that it stops here)


But after this when I go back to the nfs server and try mount nfs share 
local again:


# mount -v 192.168.5.1:/A/hdloos /mnt1
[udp] 192.168.5.1:/A/hdloos: RPCPROG_MNT: RPC: Timed out

# showmount -a
RPC: Timed out
showmount: can't do mountdump rpc


So I reboot the nfs server and back at the root prompt I do again;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos



in my dhcpd.conf I have specific to pxe client;

subnet 192.168.5.0 netmask 255.255.255.0 {
range 192.168.5.200 192.168.5.250;
option domain-name-servers 192.168.5.1;
option routers 192.168.5.1;
}

  host hdloze001 {
hardware ethernet 00:04:76:1f:7d:b6;
server-name hdloos001.quirks.mine.nu;
fixed-address 192.168.5.150;
next-server 192.168.5.1;
filename pxeboot;
option root-path 192.168.5.1:/A/hdloos;
  }

Thanks for reading this far,
Cor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nfs localy ok - I pxe boot pxe client - RPC: Timed out ? (nfs localy unresponsive)

2007-02-28 Thread Cor

Hello,

I'm trying to get pxe booting working on/with FreeBSD 5.5.


# uname -a
FreeBSD Moth01.quirks.mine.nu 5.5-RELEASE-p11 FreeBSD 5.5-RELEASE-p11
#0: Sun Feb 25 20:41:52 CET 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOTH01  i386

I'm somehow stuck at nfs server which stops responding after a pxe
booting client tried to use a nfs share to boot of.

I hope hope someone can give me some insight. Any input is apreciated.


My exports file looks like this;
/A/hdloos -maproot=0 -network 192.168.5 -mask 255.255.255.0

And in /etc/rc.conf I have;
rpcbind_enable=YES
rpcbind_flags=-l
nfs_server_enable=YES
nfsd_flags=-u -t -h 192.168.5.1 -n 6
mountd_flags=-r

nfs_client_enable=YES


At first boot nfs server pc everything looks ok;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# touch /mnt1/test

# ls -l /mnt1
total 2
drwxr-xr-x  4 root  wheel  512 Feb 28 16:29 boot
-rw-r--r--  1 root  wheel0 Feb 28 16:40 test

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos

# umount /mnt1

(now I boot my pxe boot client)

On the nfs server I see then in my log besides the dhcp lease;

Feb 28 16:43:52 Moth01 rpcbind: connect from 192.168.5.150 to
getport/addr(mountd)

Feb 28 16:44:07 Moth01 rpcbind: connect from 192.168.5.150 to
getport/addr(nfs)


On the screen of the pxe booting client the pc hangs at

pxe_open: server addr: 192.168.5.1
pxe_open: server path: /A/hdloos
pxe_open: gateway ip: 192.168.5.1

(looks all ok, except that it stops here)


But after this when I go back to the nfs server and try mount nfs share
local again:

# mount -v 192.168.5.1:/A/hdloos /mnt1
[udp] 192.168.5.1:/A/hdloos: RPCPROG_MNT: RPC: Timed out

# showmount -a
RPC: Timed out
showmount: can't do mountdump rpc


So I reboot the nfs server and back at the root prompt I do again;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos



in my dhcpd.conf I have specific to pxe client;

subnet 192.168.5.0 netmask 255.255.255.0 {
range 192.168.5.200 192.168.5.250;
option domain-name-servers 192.168.5.1;
option routers 192.168.5.1;
}

  host hdloze001 {
hardware ethernet 00:04:76:1f:7d:b6;
server-name hdloos001.quirks.mine.nu;
fixed-address 192.168.5.150;
next-server 192.168.5.1;
filename pxeboot;
option root-path 192.168.5.1:/A/hdloos;
  }

Thanks for reading this far,
Cor

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nfs localy ok - I pxe boot pxe client - RPC: Timed out ? (nfs localy unresponsive)

2007-02-28 Thread cor-lem

Hello,

I'm trying to get pxe booting working on/with FreeBSD 5.5.

# uname -a
FreeBSD Moth01.quirks.mine.nu 5.5-RELEASE-p11 FreeBSD 5.5-RELEASE-p11 
#0: Sun Feb 25 20:41:52 CET 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOTH01  i386


I'm somehow stuck at nfs server which stops responding after a pxe 
booting client tried to use a nfs share to boot of.


I hope hope someone can give me some insight. Any input is apreciated.


My exports file looks like this;
/A/hdloos -maproot=0 -network 192.168.5 -mask 255.255.255.0

And in /etc/rc.conf I have;
rpcbind_enable=YES
rpcbind_flags=-l
nfs_server_enable=YES
nfsd_flags=-u -t -h 192.168.5.1 -n 6
mountd_flags=-r

nfs_client_enable=YES


At first boot nfs server pc everything looks ok;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# touch /mnt1/test

# ls -l /mnt1
total 2
drwxr-xr-x  4 root  wheel  512 Feb 28 16:29 boot
-rw-r--r--  1 root  wheel0 Feb 28 16:40 test

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos

# umount /mnt1

(now I boot my pxe boot client)

On the nfs server I see then in my log besides the dhcp lease;

Feb 28 16:43:52 Moth01 rpcbind: connect from 192.168.5.150 to 
getport/addr(mountd)


Feb 28 16:44:07 Moth01 rpcbind: connect from 192.168.5.150 to 
getport/addr(nfs)



On the screen of the pxe booting client the pc hangs at

pxe_open: server addr: 192.168.5.1
pxe_open: server path: /A/hdloos
pxe_open: gateway ip: 192.168.5.1

(looks all ok, except that it stops here)


But after this when I go back to the nfs server and try mount nfs share 
local again:


# mount -v 192.168.5.1:/A/hdloos /mnt1
[udp] 192.168.5.1:/A/hdloos: RPCPROG_MNT: RPC: Timed out

# showmount -a
RPC: Timed out
showmount: can't do mountdump rpc


So I reboot the nfs server and back at the root prompt I do again;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos



in my dhcpd.conf I have specific to pxe client;

subnet 192.168.5.0 netmask 255.255.255.0 {
range 192.168.5.200 192.168.5.250;
option domain-name-servers 192.168.5.1;
option routers 192.168.5.1;
}

 host hdloze001 {
   hardware ethernet 00:04:76:1f:7d:b6;
   server-name hdloos001.quirks.mine.nu;
   fixed-address 192.168.5.150;
   next-server 192.168.5.1;
   filename pxeboot;
   option root-path 192.168.5.1:/A/hdloos;
 }

Thanks for reading this far,
Cor

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nfs localy ok - I pxe boot pxe client - RPC: Timed out ? (nfs localy unresponsive)

2007-02-28 Thread cor-lem

Hello,

I'm trying to get pxe booting working on/with FreeBSD 5.5.

# uname -a
FreeBSD Moth01.quirks.mine.nu 5.5-RELEASE-p11 FreeBSD 5.5-RELEASE-p11 
#0: Sun Feb 25 20:41:52 CET 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOTH01  i386


I'm somehow stuck at nfs server which stops responding after a pxe 
booting client tried to use a nfs share to boot of.


I hope hope someone can give me some insight. Any input is apreciated.


My exports file looks like this;
/A/hdloos -maproot=0 -network 192.168.5 -mask 255.255.255.0

And in /etc/rc.conf I have;
rpcbind_enable=YES
rpcbind_flags=-l
nfs_server_enable=YES
nfsd_flags=-u -t -h 192.168.5.1 -n 6
mountd_flags=-r

nfs_client_enable=YES


At first boot nfs server pc everything looks ok;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# touch /mnt1/test

# ls -l /mnt1
total 2
drwxr-xr-x  4 root  wheel  512 Feb 28 16:29 boot
-rw-r--r--  1 root  wheel0 Feb 28 16:40 test

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos

# umount /mnt1

(now I boot my pxe boot client)

On the nfs server I see then in my log besides the dhcp lease;

Feb 28 16:43:52 Moth01 rpcbind: connect from 192.168.5.150 to 
getport/addr(mountd)


Feb 28 16:44:07 Moth01 rpcbind: connect from 192.168.5.150 to 
getport/addr(nfs)



On the screen of the pxe booting client the pc hangs at

pxe_open: server addr: 192.168.5.1
pxe_open: server path: /A/hdloos
pxe_open: gateway ip: 192.168.5.1

(looks all ok, except that it stops here)


But after this when I go back to the nfs server and try mount nfs share 
local again:


# mount -v 192.168.5.1:/A/hdloos /mnt1
[udp] 192.168.5.1:/A/hdloos: RPCPROG_MNT: RPC: Timed out

# showmount -a
RPC: Timed out
showmount: can't do mountdump rpc


So I reboot the nfs server and back at the root prompt I do again;

# mount -v 192.168.5.1:/A/hdloos /mnt1
192.168.5.1:/A/hdloos on /mnt1 (nfs, fsid 05ff00040400)

# showmount -a
All mount points on localhost:
Moth01.quirks.mine.nu:/A/hdloos



in my dhcpd.conf I have specific to pxe client;

subnet 192.168.5.0 netmask 255.255.255.0 {
range 192.168.5.200 192.168.5.250;
option domain-name-servers 192.168.5.1;
option routers 192.168.5.1;
}

 host hdloze001 {
   hardware ethernet 00:04:76:1f:7d:b6;
   server-name hdloos001.quirks.mine.nu;
   fixed-address 192.168.5.150;
   next-server 192.168.5.1;
   filename pxeboot;
   option root-path 192.168.5.1:/A/hdloos;
 }

Thanks for reading this far,
Cor

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nfs localy ok - I pxe boot pxe client - RPC: Timed out ? (nfs localy unresponsive)

2007-02-28 Thread Cor

Cor schreef:

Hello,

[snip]

Aplogies for seeming flood of msg's. I thought they were rejected
somehow since they didnt show up here.

Boy do I feel blue now I see them all delievered,
Cor

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NFS mounting problem (RPCPROG_MNT: RPC: Timed out)

2006-06-06 Thread Platoali
Hi,

I've two Freebsd boxes, One is NFS server which have a valid ip address and 
the second one is NFS client behind NAT with an invalid IP .

On the server side, I've the following configurations:

# vi /etc/exports 
/usr/local/www/data-dist/ripe/graphs  213.217.100.111 # The IP of NAT 
server
/usr/local/www/data-dist/ripe/graphs 127.0.0.1 # this was for the test
/usr/local/www/data-dist/ripe/graphs 213.217.100.115  # The IP  of the 
NFS

server

I can mount localy without any problem:
# mount -t nfs 213.217.100.115:/usr/local/www/data-dist/ripe/graphs /mnt
or  
# mount -t nfs 127.0.0.1:/usr/local/www/data-dist/ripe/graphs /mnt

But On NFS cleint I got the following error:

# mount 213.217.100.115:/usr/local/www/data-dist/ripe/graph /mnt
[udp] 213.217.100.115:/usr/local/www/data-dist/ripe/graph: RPCPROG_MNT: 
RPC: 
Timed out
[udp] 213.217.100.115:/tmp/test: RPCPROG_MNT: RPC: Timed out
...

I'm sure there is no network problem. Here is the dump on the client : 
# tcpdump -n host 213.217.100.115
tcpdump: verbose output suppressed, use -v or -vv for full protocol 
decode
listening on fxp0, link-type EN10MB (Ethernet), capture size 96 bytes
10:40:22.785099 IP 192.168.32.254.612  213.217.100.115.111: UDP, 
length 56
10:40:22.786797 IP 213.217.100.115.111  192.168.32.254.612: UDP, 
length 28
10:40:22.786923 IP 192.168.32.254.1149886527  213.217.100.115.2049: 40 
null
10:40:22.787897 IP 213.217.100.115.2049  192.168.32.254.1149886527: 
reply ok 
24 null
10:40:22.787971 IP 192.168.32.254.779  213.217.100.115.111: UDP, 
length 56
10:40:22.789326 IP 213.217.100.115.111  192.168.32.254.779: UDP, 
length 28
10:40:22.789420 IP 192.168.32.254.680  213.217.100.115.729: UDP, 
length 140

As you can see there is no NAT problem. Client recieves the packets from 
server. But I just don't understand why mount cammand get the Time out error.


Best Regards
Ali














___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RPC: Timed out

2005-03-29 Thread Lowell Gilbert
Alan Curtis [EMAIL PROTECTED] writes:

 I am trying to find out why I can mount my FreeBSD disk as an NFS
 share on one of my Macs but not the other.
 
 When I ran
 
 
 $ showmount -e
 
 on my FreeBSD machine, I got the expected response
 
 Exports list on localhost:
 /usr   192.168.1.101 192.168.1.102
 
 which includes both the Macs. But when I ran it on my Mac
 
 $ showmount -e 192.168.1.100
 
 I got this error
 
 RPC: Timed out: Can't do Exports rpc
 
 so I went back to the FreeBSD machine and tried again
 
 $ showmount -e localhost
 
 and now get the same error (almost)
 
 RPC: Timed out
 showmount: can't do exports rpc
 
 Any ideas what is wrong?

Which machine works, which doesn't, and are you sure there are no
firewalls involved?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RPC: Timed out

2005-03-29 Thread Alan Curtis
On Mar 29, 2005, at 9:20 AM, Lowell Gilbert wrote:
Alan Curtis [EMAIL PROTECTED] writes:
I am trying to find out why I can mount my FreeBSD disk as an NFS
share on one of my Macs but not the other.
When I ran
$ showmount -e
on my FreeBSD machine, I got the expected response
Exports list on localhost:
/usr   192.168.1.101 192.168.1.102
which includes both the Macs. But when I ran it on my Mac
$ showmount -e 192.168.1.100
I got this error
RPC: Timed out: Can't do Exports rpc
so I went back to the FreeBSD machine and tried again
$ showmount -e localhost
and now get the same error (almost)
RPC: Timed out
showmount: can't do exports rpc
Any ideas what is wrong?
Which machine works, which doesn't, and are you sure there are no
firewalls involved?

192.168.1.101 works, 192.168.1.102 does not.
Both firewalls are off (for now for purposes of diagnosis).
I think the key is something to do with why
$ showmount -e localhost
on the FreeBSD box sometimes works and sometimes does not.
Alan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RPC: Timed out

2005-03-29 Thread Charles Swiger
On Mar 28, 2005, at 8:53 PM, Alan Curtis wrote:
$ showmount -e 192.168.1.100
I got this error
RPC: Timed out: Can't do Exports rpc
so I went back to the FreeBSD machine and tried again
$ showmount -e localhost
and now get the same error (almost)
RPC: Timed out
showmount: can't do exports rpc
Any ideas what is wrong?
Are both portmap and mountd running on that host?
Do you have a firewall in the way?
--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RPC: Timed out

2005-03-28 Thread Alan Curtis
I am trying to find out why I can mount my FreeBSD disk as an NFS share 
on one of my Macs but not the other.

When I ran
$ showmount -e
on my FreeBSD machine, I got the expected response
Exports list on localhost:
/usr   192.168.1.101 192.168.1.102
which includes both the Macs. But when I ran it on my Mac
$ showmount -e 192.168.1.100
I got this error
RPC: Timed out: Can't do Exports rpc
so I went back to the FreeBSD machine and tried again
$ showmount -e localhost
and now get the same error (almost)
RPC: Timed out
showmount: can't do exports rpc
Any ideas what is wrong?
Alan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]