Re: IPFIREWALL_DEFAULT_TO_ACCEPT becomes default to deny

From: Andriy Tkachuk (ant_at_imt.com.ua)
Date: 02/09/04

  • Next message: Andriy Tkachuk: "Re: IPFIREWALL_DEFAULT_TO_ACCEPT becomes default to deny"
    Date: Mon, 9 Feb 2004 11:11:25 +0200 (EET)
    To: freebsd-security@freebsd.org
    
    

    just for experiment, try:

    cd /usr/src
    make buildkernel KERNCONF=<YOUR_KERN_CONF> && make installkernel KERNCONF=<YOUR_KERN_CONF>

    > config & make weren't complaining so, installed the kernel, reboot and there
    > it was:
    ...
    > I triple checked the config file for the right settings. And, as I did
    > config && make depend && make install the system
    > wasn't complaing about a thing.

    did you ever make clean? anyway this is true: you are using the old style
    of kernel rebuilding. On my mind the new one is more convenient, so I don't
    know why people fight with old one - habit? :)

    just do as is written in handbook and then say what is not true in it

    regards
    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"


  • Next message: Andriy Tkachuk: "Re: IPFIREWALL_DEFAULT_TO_ACCEPT becomes default to deny"

    Relevant Pages

    • Re: WSE 3.0 settings
      ... I think WSE should apply settings on fly. ... should look for the settings in the calling assembly config file (Calling ... I want to use third party DLL (Or I have to develop a DLL to be used in ...
      (microsoft.public.dotnet.framework.webservices.enhancements)
    • Re: appsetting in class doesnt work
      ... In 2003 I could easily change the config file settings from inside the app, ... Dim cnfg As System.Configuration.Configuration ...
      (microsoft.public.dotnet.languages.vb)
    • Re: Attach and Access config file for Class Library
      ... The way this is *supposed* to work, the app.config would hold the settings ... including the settings for the dll. ... I don't use the config file API. ... and have your app simply load the xml file from the ...
      (microsoft.public.dotnet.framework)
    • re: Dynamic Documentation of Web.Config
      ... I need to document the web.config settings of all the asp.net apps that my company builds/maintains. ... The results will write to the page and link each key/value tag to its corresponding MSDN documentation ... will accessing a web config file with either a streamReader object or xmlReader object to read the file's contents effect the performance or stability of a web app? ... Scenario: I need to document the web.config settings of all the asp.net apps that my company builds/maintains and I would like to code a solution that presents the settings of each app dynamically. ...
      (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
    • Re: appsetting in class doesnt work
      ... the solution and I am trying to obtain settings from the app.config file of ... config file uses the XML format standard of Vs2005. ... Dim s As String = My.Setting.TestSetting ... how do you retrieve the TestSetting value ...
      (microsoft.public.dotnet.languages.vb)