From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 9AADA21F20F for ; Sat, 19 Jan 2013 01:45:29 -0800 (PST) Received: by mail-ob0-f173.google.com with SMTP id xn12so4430487obc.4 for ; Sat, 19 Jan 2013 01:45:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=YDD4pdTqClt9aJQOzCdNLHMQLYv7Z04QU6eKHCq/ER4=; b=AJlM6dcLkzDXL+sPy8HO4FlZWwC7q325D4ftB0qXT/u1d7q4RjtquqnbiDrTCz93sn yJecZm+GaCcExm2gAAKLyuhKz8qqrKtP5t4UZ7FT6TWubArs/0M2Zo98djjQETEVcbEH +jiYQvBUiqAaT7XKDgi6axg5TmRGcZAsYY0sWMND5spKE3vmBjl8MKvtsrMF/lNoCRJg sgfZfE9dMApaFRpNorLxceMBjeVKUVIEszETNxjYv48FMpqrSZ9MNtsO3wu0hvtaFu2u ZgwO3CF85Dk38SjMI2EwkkZm8OzyZFcs9UiYFGPM4uCZHSUT8AjYcwaR+X87h0JkjJkz qEzg== MIME-Version: 1.0 X-Received: by 10.182.12.101 with SMTP id x5mr9246357obb.47.1358588728601; Sat, 19 Jan 2013 01:45:28 -0800 (PST) Received: by 10.76.82.73 with HTTP; Sat, 19 Jan 2013 01:45:28 -0800 (PST) X-Originating-IP: [77.65.47.165] Received: by 10.76.82.73 with HTTP; Sat, 19 Jan 2013 01:45:28 -0800 (PST) In-Reply-To: <54532012A5393D4E8F57704A4D55237E42ADDEBB@CH1PRD0510MB381.namprd05.prod.outlook.com> References: <54532012A5393D4E8F57704A4D55237E42ADA4D5@CH1PRD0510MB381.namprd05.prod.outlook.com> <54532012A5393D4E8F57704A4D55237E42ADDEBB@CH1PRD0510MB381.namprd05.prod.outlook.com> Date: Sat, 19 Jan 2013 10:45:28 +0100 Message-ID: From: Maciej Soltysiak To: Richard Brown Content-Type: multipart/alternative; boundary=f46d04446909906c0304d3a11644 X-Gm-Message-State: ALoCoQlqzw06NS5Ltv0t3EPrNp3QK4HtgCInMwcwhBIJesEt9APTlTejBcJjZJiqkIJeiq4cKQTj Cc: cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] cerowrt 3.7.2-3 released, still in a battle with ipv6 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 09:45:29 -0000 --f46d04446909906c0304d3a11644 Content-Type: text/plain; charset=UTF-8 FYI /etc/config/dhcp is compiled into /var/etc/dnsmasq.conf, I believe /etc/dnsmasq.conf is not used On 19 Jan 2013 02:40, "Richard Brown" wrote: > Dave, > > Could you post the generated dnsmasq.conf file and your network file > and cc steven barth? > > > Here's my /etc/dnsmasq.conf file and the /etc/config/network file. (I > have taken out the hemet credentials (!)) > > I don't have Steven Barth's address. > > Rich > > -------------------------- > root@OpenWrt:/tmp# cat /etc/config/network > > config interface 'loopback' > option ifname 'lo' > option proto 'static' > option ipaddr '127.0.0.1' > option netmask '255.0.0.0' > > config interface 'se00' > option ifname 'se00' > option proto 'static' > option ipaddr '172.30.42.1' > option netmask '255.255.255.224' > option ip6assign '64' > > config interface 'ge00' > option ifname 'ge00' > option proto 'dhcp' > > config interface 'ge01' > option ifname '@ge00' > option proto 'dhcpv6' > option broadcast '1' > option metric '2048' > option reqprefix '60' > > config interface 'sw00' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.65' > option netmask '255.255.255.224' > option ip6assign '64' > > config interface 'sw10' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.97' > option netmask '255.255.255.224' > option ip6assign '64' > > config switch > option name 'rtl8366s' > option reset '1' > option enable_vlan '0' > option blinkrate '2' > option max_length '3' > > config switch_vlan > option device 'rtl8366s' > option vlan '1' > option ports '0 1 2 3 5t' > > config switch_port > option device 'rtl8366s' > option port '1' > option led '6' > > config switch_port > option device 'rtl8366s' > option port '2' > option led '9' > > config switch_port > option device 'rtl8366s' > option port '5' > option led '2' > > config interface 'gw00' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.129' > option netmask '255.255.255.224' > option ip6assign '64' > > config interface 'gw10' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.161' > option netmask '255.255.255.224' > option ip6assign '64' > > config interface 'gw01' > option proto 'ahcp' > > config interface 'gw11' > option proto 'ahcp' > > config interface 'henet' > option proto '6in4' > option mtu '1424' > option ttl '64' > option peeraddr '209.51.161.14' > option ip6addr 'xxxx::2/64' > option ip6prefix 'xxxx::/48' > option tunnelid '#######' > option username 'tbxxxxxx' > option password 'xxxxxxxx' > > ---------------------------------------------------- > root@OpenWrt:/etc# cat dnsmasq.conf > # Change the following lines if you want dnsmasq to serve SRV > # records. > # You may add multiple srv-host lines. > # The fields are ,,,, > > # A SRV record sending LDAP for the example.com domain to > # ldapserver.example.com port 289 > #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389 > > # Two SRV records for LDAP, each with different priorities > #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1 > #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,2 > > # A SRV record indicating that there is no LDAP server for the domain > # example.com > #srv-host=_ldap._tcp.example.com > > # The following line shows how to make dnsmasq serve an arbitrary PTR > # record. This is useful for DNS-SD. > # The fields are , > #ptr-record=_http._tcp.dns-sd-services,"New Employee > Page._http._tcp.dns-sd-services" > > # Change the following lines to enable dnsmasq to serve TXT records. > # These are used for things like SPF and zeroconf. > # The fields are ,,... > > #Example SPF. > #txt-record=example.com,"v=spf1 a -all" > > #Example zeroconf > #txt-record=_http._tcp.example.com,name=value,paper=A4 > > # Provide an alias for a "local" DNS name. Note that this _only_ works > # for targets which are names from DHCP or /etc/hosts. Give host > # "bert" another name, bertrand > # The fields are , > #cname=bertand,bert > > > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel > > --f46d04446909906c0304d3a11644 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

FYI /etc/config/dhcp is compiled into /var/etc/dnsmasq.conf,= I believe /etc/dnsmasq.conf is not used

On 19 Jan 2013 02:40, "Richard Brown" = <Rich.Brown@intermapper.co= m> wrote:
Dave,

Could you post the generated dnsmasq.conf file an= d your network file and cc steven barth?

Here's my /etc/dnsma= sq.conf file and the /etc/config/network file. (I have taken out the=C2=A0h= emet credentials (!))

I don't have Steven = Barth's address.

Rich

--------------------------
root@OpenWrt:/tmp# cat /etc/config/network

config interface 'loopback'
opti= on ifname 'lo'
opti= on proto 'static'
opti= on ipaddr '127.0.0.1'
opti= on netmask '255.0.0.0'

config interface 'se00'
opti= on ifname 'se00'
opti= on proto 'static'
opti= on ipaddr '172.30.42.1'
opti= on netmask '255.255.255.224'
opti= on ip6assign '64'

config interface 'ge00'
opti= on ifname 'ge00'
opti= on proto 'dhcp'

config interface 'ge01'
opti= on ifname '@ge00'
opti= on proto 'dhcpv6'
opti= on broadcast '1'
opti= on metric '2048'
opti= on reqprefix '60'

config interface 'sw00'
opti= on type 'none'
opti= on proto 'static'
opti= on ipaddr '172.30.42.65'
opti= on netmask '255.255.255.224'
opti= on ip6assign '64'

config interface 'sw10'
opti= on type 'none'
opti= on proto 'static'
opti= on ipaddr '172.30.42.97'
opti= on netmask '255.255.255.224'
opti= on ip6assign '64'

config switch
opti= on name 'rtl8366s'
opti= on reset '1'
opti= on enable_vlan '0'
opti= on blinkrate '2'
opti= on max_length '3'

config switch_vlan
opti= on device 'rtl8366s'
opti= on vlan '1'
opti= on ports '0 1 2 3 5t'

config switch_port
opti= on device 'rtl8366s'
opti= on port '1'
opti= on led '6'

config switch_port
opti= on device 'rtl8366s'
opti= on port '2'
opti= on led '9'

config switch_port
opti= on device 'rtl8366s'
opti= on port '5'
opti= on led '2'

config interface 'gw00'
opti= on type 'none'
opti= on proto 'static'
opti= on ipaddr '172.30.42.129'
opti= on netmask '255.255.255.224'
opti= on ip6assign '64'

config interface 'gw10'
opti= on type 'none'
opti= on proto 'static'
opti= on ipaddr '172.30.42.161'
opti= on netmask '255.255.255.224'
opti= on ip6assign '64'

config interface 'gw01'
opti= on proto 'ahcp'

config interface 'gw11'
opti= on proto 'ahcp'

config interface 'henet'
opti= on proto '6in4'
opti= on mtu '1424'
opti= on ttl '64'
opti= on peeraddr '209.51.161.14'
opti= on ip6addr 'xxxx::2/64'
opti= on ip6prefix 'xxxx::/48'
opti= on tunnelid '#######'
opti= on username 'tbxxxxxx'
opti= on password 'xxxxxxxx'

------------------------------------------------= ----
root@OpenWrt:/etc# cat dnsmasq.conf=C2=A0
# Change the following lines if you want dnsmasq= to serve SRV
# records.
# You may add multiple srv-host lines.
# The fields are <name>,<target>,<= ;port>,<priority>,<weight>

# A SRV record sending LDAP for the example.com domain to

# Two SRV records for LDAP, each with different = priorities
#srv-host=3D_ldap._tcp.example.com,ldapserver.example.com,389,1
#srv-host=3D_ldap._tcp.example.com,ldapserver.example.com,389,2

# A SRV record indicating that there is no LDAP = server for the domain
#srv-host=3D_ldap._tcp.example.com

# The following line shows how to make dnsmasq s= erve an arbitrary PTR
# record. This is useful for DNS-SD.
# The fields are <name>,<target>
#ptr-record=3D_http._tcp.dns-sd-services,"N= ew Employee Page._http._tcp.dns-sd-services"

# Change the following lines to enable dnsmasq t= o serve TXT records.
# These are used for things like SPF and zerocon= f.
# The fields are <name>,<text>,<t= ext>...

#Example SPF.
#txt-record=3Dexample.com,"v=3Dspf1 a -all"

#Example zeroconf
#txt-record=3D_http._tcp.example.com,name=3Dvalue,paper=3DA4

# Provide an alias for a "local" DNS n= ame. Note that this _only_ works
# for targets which are names from DHCP or /etc/= hosts. Give host
# "bert" another name, bertrand
# The fields are <cname>,<target>
#cname=3Dbertand,bert


_______________________________________________
Cerowrt-devel mailing list
Cerowrt-devel@lists.= bufferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-devel

--f46d04446909906c0304d3a11644--