Fw_upgrade version 8.3 release

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
46 messages Options
123
Reply | Threaded
Open this post in threaded view
|

Re: Fw_upgrade version 8.3 release

breda
Hi user8446 thanks for the help do why I'm getting the errors? I noticed more of them since the update file

Reply | Threaded
Open this post in threaded view
|

Re: Fw_upgrade version 8.3 release

breda
In reply to this post by Roadrunnere42
Thank you  Roadrunnere42 and harpss1ngh can you recommend a getting started with  Linux book or website?

Reply | Threaded
Open this post in threaded view
|

RE: Fw_upgrade version 8.3 release

hans2
In reply to this post by harpss1ngh
harpss1ngh wrote
config dnsmasq
        option domainneeded '1'
        option boguspriv '1'
        option localise_queries '1'
        option rebind_protection '1'
        option rebind_localhost '1'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option authoritative '1'
        option readethers '1'
# option leasefile '/tmp/dhcp.leases'
option leasefile '/tmp/dhcp.leases'  <---------------------
        option resolvfile '/tmp/resolv.conf.auto'
        option localservice '1'
        option logqueries '1'

config dhcp 'lan'
        option interface 'lan'
        option ignore '1'

config dhcp 'wan'option leasefile '/tmp/dhcp.leases' <----------------------
        option interface 'wan'
        option ignore '1'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'
i've not figured out what is going on with this particular error however it strikes me odd that the DHCP Leases are configured in both DNSMASQ and in DHCP (server) settings.
If i check https://wiki.openwrt.org/doc/howto/dhcp.dnsmasq and https://wiki.openwrt.org/doc/uci/dhcp then the option dhcp.leases should be only in teh DNSMASQ section.
No more: Shield Pro v1, Chaos Calmer, FW 1.51 SP1
Reply | Threaded
Open this post in threaded view
|

RE: Fw_upgrade version 8.3 release

harpss1ngh

What happens if you comment it out in the DHCP config file.

 

You’re right, DNSMASQ combines DNS, DHCP, Router advertisement all in one module. Very powerful but small module in Linux. Should only need a DNSMASQ config file.

From: Hans [via Itus Networks Owners Forum] [mailto:ml-node+[hidden email]]
Sent: 03 June 2016 19:05
To: Harpinder Sanghera <[hidden email]>
Subject: RE: Fw_upgrade version 8.3 release

 

harpss1ngh wrote

config dnsmasq
        option domainneeded '1'
        option boguspriv '1'
        option localise_queries '1'
        option rebind_protection '1'
        option rebind_localhost '1'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option authoritative '1'
        option readethers '1'
# option leasefile '/tmp/dhcp.leases'
option leasefile '/tmp/dhcp.leases'  <---------------------
        option resolvfile '/tmp/resolv.conf.auto'
        option localservice '1'
        option logqueries '1'

config dhcp 'lan'
        option interface 'lan'
        option ignore '1'

config dhcp 'wan'option leasefile '/tmp/dhcp.leases' <----------------------
        option interface 'wan'
        option ignore '1'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'

i've not figured out what is going on with this particular error however it strikes me odd that the DHCP Leases are configured in both DNSMASQ and in DHCP (server) settings.
If i check https://wiki.openwrt.org/doc/howto/dhcp.dnsmasq and https://wiki.openwrt.org/doc/uci/dhcp then the option dhcp.leases should be only in teh DNSMASQ section.

Using Shield Pro v1, Chaos Calmer, FW 1.51 SP1, Bridge Mode

2nd Shield as Sandbox, Chaos Calmer, FW 1.51 SP1 + hotfixes

 


If you reply to this email, your message will be added to the discussion below:

http://itus.accessinnov.com/Fw-upgrade-version-8-3-release-tp896p1022.html

To unsubscribe from Fw_upgrade version 8.3 release, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

RE: Fw_upgrade version 8.3 release

user8446
Administrator
Breda,

The first set of errors in your log was addressed with the dnsmasq fix and the snort config fix. The second set are all normal and expected entries in your log. Looks like you worked out all of your bugs, nice!
Running in bridge mode, 1.51 SP1 fw
Reply | Threaded
Open this post in threaded view
|

RE: Fw_upgrade version 8.3 release

breda
Thanks user8446 I just updated to hotfix_160528 do  I need  update snort_bridge.conf  files  again ?
123