![](https://seccdn.libravatar.org/avatar/9868bdcd7bc65f743bc453b8615903a2.jpg?s=120&d=mm&r=g)
9 Apr
2001
9 Apr
'01
18:28
I am have been unable to figure out where and when to setup the connection and mount for my netware server. I am able to do this in terminal after linux boots: # establishes the connection between the eth0 card # and my ipx ipx_configure --auto_interface=on --auto_primary=on # mounts the netware server to /mnt/FMG ncpmount -S FMG /mnt/FMG -U username -P password Where can I put these commands in order to have them executed at the end of the boot process and before (I presume) the xserver starts? I have been able to accomplish this on a user basis but I want these mounts to take place globally for all users. thanks, Otto Porter