Re: [pfSense Support] After bootup changes
On 4/19/06, Nate Steffan <[EMAIL PROTECTED]> wrote: > Bill Marquette wrote: > > >On 4/18/06, Nate Steffan <[EMAIL PROTECTED]> wrote: > > > > > >>Scott Ullrich wrote: > >> > >> > >> > >>>On 17 Apr 2006 16:16:37 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >>> > >>> > >>> > >>> > After bootup I would not like to show the pfsense menu. This is a security > risk for me as pressing 8 will give a root shell. I would instead like to > just show a login prompt as with any normal Freebsd machine. > > > > > >>>System -> Advanced -> Disable console menu > >>> > >>> > >>> > >>> > >>> > Also, why > won't my chpass changes maintain after reboot? I would like to use bash as > my shell, however it will always default to /bin/sh on reboot. One more > thing, does the pfsense distro still recognize /etc/rc.conf? I tried > installing powerdns, however the rc.d script will not run? > > > > > >>>You should use the webConfigurator password function to maintain the > >>>root and admin accounts. > >>> > >>>Scott > >>> > >>>- > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >>> > >>> > >>I tried disabling the console menu as stated, however it still is not > >>disabled. This is very important to me as I will be using this box as a > >>frontend that a number of people will be logging into and not having > >>access to the root account is very important. I looked at the php code > >>as I am a php developer myself, and I see that > >>/var/etc/disableconsolemenu is created, however the console is still > >>showing up. Bug possibly? > >> > >>Also were do I maintain the root account. I dont see anywhere to change > >>the shell or password. Is there some config file I need to edit? > >> > >> > >> > >The admin id == the root account. Displaying a login prompt will only > >stop non-authorized people from gaining access, not authorized admins > >from gaining root. We do have a user manager in HEAD that will do > >what you wish, but that won't make it into 1.0. > > > >Aside from that - I was just able to duplicate the console menu not > >being disabled issue. Looks like you found a bug, can you plse file > >a ticket on it at http://cvstrac.pfsense.org/ ? Thanks > > > >--Bill > > > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > Ok that is understandable about the root account and a ticket has been > created in the cvstrac for the console bug. Now is there a way to make > persistant changes for the shell. Sorry, but I have grown accustomed to > bash. When I say persistent, I am asking how to make it so it lasts > longer than a reboot. Unless you are on an embedded platform, pkg_add is available to you. pkg_add -r bashwill install bash from your local friendly FreeBSD package mirror. --Bill - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [pfSense Support] After bootup changes
Bill Marquette wrote: On 4/18/06, Nate Steffan <[EMAIL PROTECTED]> wrote: Scott Ullrich wrote: On 17 Apr 2006 16:16:37 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: After bootup I would not like to show the pfsense menu. This is a security risk for me as pressing 8 will give a root shell. I would instead like to just show a login prompt as with any normal Freebsd machine. System -> Advanced -> Disable console menu Also, why won't my chpass changes maintain after reboot? I would like to use bash as my shell, however it will always default to /bin/sh on reboot. One more thing, does the pfsense distro still recognize /etc/rc.conf? I tried installing powerdns, however the rc.d script will not run? You should use the webConfigurator password function to maintain the root and admin accounts. Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I tried disabling the console menu as stated, however it still is not disabled. This is very important to me as I will be using this box as a frontend that a number of people will be logging into and not having access to the root account is very important. I looked at the php code as I am a php developer myself, and I see that /var/etc/disableconsolemenu is created, however the console is still showing up. Bug possibly? Also were do I maintain the root account. I dont see anywhere to change the shell or password. Is there some config file I need to edit? The admin id == the root account. Displaying a login prompt will only stop non-authorized people from gaining access, not authorized admins from gaining root. We do have a user manager in HEAD that will do what you wish, but that won't make it into 1.0. Aside from that - I was just able to duplicate the console menu not being disabled issue. Looks like you found a bug, can you plse file a ticket on it at http://cvstrac.pfsense.org/ ? Thanks --Bill - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Ok that is understandable about the root account and a ticket has been created in the cvstrac for the console bug. Now is there a way to make persistant changes for the shell. Sorry, but I have grown accustomed to bash. When I say persistent, I am asking how to make it so it lasts longer than a reboot. Nate - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [pfSense Support] After bootup changes
On 4/18/06, Nate Steffan <[EMAIL PROTECTED]> wrote: > Scott Ullrich wrote: > > >On 17 Apr 2006 16:16:37 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > >>After bootup I would not like to show the pfsense menu. This is a security > >>risk for me as pressing 8 will give a root shell. I would instead like to > >>just show a login prompt as with any normal Freebsd machine. > >> > >> > > > >System -> Advanced -> Disable console menu > > > > > > > >>Also, why > >>won't my chpass changes maintain after reboot? I would like to use bash as > >>my shell, however it will always default to /bin/sh on reboot. One more > >>thing, does the pfsense distro still recognize /etc/rc.conf? I tried > >>installing powerdns, however the rc.d script will not run? > >> > >> > > > >You should use the webConfigurator password function to maintain the > >root and admin accounts. > > > >Scott > > > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > I tried disabling the console menu as stated, however it still is not > disabled. This is very important to me as I will be using this box as a > frontend that a number of people will be logging into and not having > access to the root account is very important. I looked at the php code > as I am a php developer myself, and I see that > /var/etc/disableconsolemenu is created, however the console is still > showing up. Bug possibly? > > Also were do I maintain the root account. I dont see anywhere to change > the shell or password. Is there some config file I need to edit? > The admin id == the root account. Displaying a login prompt will only stop non-authorized people from gaining access, not authorized admins from gaining root. We do have a user manager in HEAD that will do what you wish, but that won't make it into 1.0. Aside from that - I was just able to duplicate the console menu not being disabled issue. Looks like you found a bug, can you please file a ticket on it at http://cvstrac.pfsense.org/ ? Thanks --Bill - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [pfSense Support] After bootup changes
Scott Ullrich wrote: On 17 Apr 2006 16:16:37 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: After bootup I would not like to show the pfsense menu. This is a security risk for me as pressing 8 will give a root shell. I would instead like to just show a login prompt as with any normal Freebsd machine. System -> Advanced -> Disable console menu Also, why won't my chpass changes maintain after reboot? I would like to use bash as my shell, however it will always default to /bin/sh on reboot. One more thing, does the pfsense distro still recognize /etc/rc.conf? I tried installing powerdns, however the rc.d script will not run? You should use the webConfigurator password function to maintain the root and admin accounts. Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I tried disabling the console menu as stated, however it still is not disabled. This is very important to me as I will be using this box as a frontend that a number of people will be logging into and not having access to the root account is very important. I looked at the php code as I am a php developer myself, and I see that /var/etc/disableconsolemenu is created, however the console is still showing up. Bug possibly? Also were do I maintain the root account. I dont see anywhere to change the shell or password. Is there some config file I need to edit? Thanks for the help, Nate - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [pfSense Support] After bootup changes
On 17 Apr 2006 16:16:37 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > After bootup I would not like to show the pfsense menu. This is a security > risk for me as pressing 8 will give a root shell. I would instead like to > just show a login prompt as with any normal Freebsd machine. System -> Advanced -> Disable console menu > Also, why > won't my chpass changes maintain after reboot? I would like to use bash as > my shell, however it will always default to /bin/sh on reboot. One more > thing, does the pfsense distro still recognize /etc/rc.conf? I tried > installing powerdns, however the rc.d script will not run? You should use the webConfigurator password function to maintain the root and admin accounts. Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [pfSense Support] After bootup changes
Hi. Can't answer about the root-shell but with the rc.conf you should use /usr/local/etc/rc.conf for normal behaviour as you expect from /etc/rc.conf . I think that the PfSense specific confs are done in /etc/rc.conf and the other stuff is done by /usr/local/etc/rc.conf . Confusing? Yup. :) Best regards Alexander Norman - OpenBGPd for pfsense fan :) Xh.se [EMAIL PROTECTED] wrote: After bootup I would not like to show the pfsense menu. This is a security risk for me as pressing 8 will give a root shell. I would instead like to just show a login prompt as with any normal Freebsd machine. Also, why won't my chpass changes maintain after reboot? I would like to use bash as my shell, however it will always default to /bin/sh on reboot. One more thing, does the pfsense distro still recognize /etc/rc.conf? I tried installing powerdns, however the rc.d script will not run? Thanks for the help, Nate Steffan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[pfSense Support] After bootup changes
After bootup I would not like to show the pfsense menu. This is a security risk for me as pressing 8 will give a root shell. I would instead like to just show a login prompt as with any normal Freebsd machine. Also, why won't my chpass changes maintain after reboot? I would like to use bash as my shell, however it will always default to /bin/sh on reboot. One more thing, does the pfsense distro still recognize /etc/rc.conf? I tried installing powerdns, however the rc.d script will not run? Thanks for the help, Nate Steffan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]