LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   nfs/cups server suddenly inaccessible (dapper) (https://www.linuxquestions.org/questions/linux-networking-3/nfs-cups-server-suddenly-inaccessible-dapper-551517/)

steviebee 05-05-2007 11:36 AM

nfs/cups server suddenly inaccessible (dapper)
 
hello,

running dapper on both laptop and home desktop. desktop is my nfs server, and cups server.

after upgrading to feisty, then reinstalling dapper, i can't get access to the server- no nfs, no cups, no vncviewer...

unless i'm connected by cable. as far as i know, i haven't done anything on the server that would affect this. i've tried messing around with the server's /etc/exports file; here is its current state, which i believe should open up /home/steve to any computer in the 192.168.1.x pool:

Code:

# /etc/exports: the access control list for filesystems which may be exported
#                to NFS clients.  See exports(5).
/home/steve  192.168.1.1/24(rw,no_root_squash)

let me know what else i should post; thanks!

-steve

steviebee 05-05-2007 06:12 PM

here's some more info:

when i do the following from my wireless laptop:
Code:

sudo ifconfig eth1 192.168.1.7
i can access my server for cups/nfs/vncviewer, but cannot get onto the internet.

to do that, i have to do

Code:

sudo dhclient eth1
then i get a new address- 192.168.1.2, for example- and then i can get on the 'net but not to the home server.

there's something basic wrong here, but it seems to be eluding me for the moment...

-ste e

steviebee 05-05-2007 07:11 PM

still more info:

when i set ip addresses [with ifconfig] in the range of [192.168.1.]4-7, i have vncviewer access, but no internet access.

if i want to get online, i have to use dhclient to request a new address- setting it with ifconfig doesn't work if i want internet access.

but i can't get both at the same time. any ideas?


All times are GMT -5. The time now is 09:42 AM.