* [Cerowrt-devel] 3.10.36-4 field report: dnsmasq made to work
@ 2014-06-15 21:06 Michael Richardson
2014-06-16 0:06 ` Michael Richardson
0 siblings, 1 reply; 2+ messages in thread
From: Michael Richardson @ 2014-06-15 21:06 UTC (permalink / raw)
To: cerowrt-devel
I forklift upgraded from 3.10.24-8 (I think), to 3.10.36-4 today.
Forklift, because I factory flashed my spare unit with .36, uploaded the
backed up configuration, and then swapped.
1) I figured out my problems with SSH to the device. Nothing malicious,
it turns out that ssh to 42.1 is accepted only if you are on the 42.x
network, which I *thought* my desktop was via a VLAN, but it turns out
that it wasn't. So the ssh was going in via a different port, and
connecting, and then dropbear was (correctly!) disconnecting. More
logging needed there.
2) dnsmasq did not start properly.
First the problem seemed to be that odhcpd was running, so port 547 was
busy (DHCPv6 server port). Should it be running? where would I have
enabled that?
I killed it off, and ran /etc/rc.d/S35odhcpd disable, and then
I got a complaint that the /var/lib/misc/dnsmasq.leases could not be
created. We need to have:
mkdir -p /var/lib/misc
touch /var/lib/misc/dnsmasq.leases
in the start up scripts, and somehow we also need to have some way to
see how daemons are being started up. The /etc/rc.common stuff creates
a huge verbosity if you set -x things.
Given how import dnsmasq is, it really really needs to never refuse to run.
I'm gonna power cycle the unit and see if it comes back okay.
--
] Never tell me the odds! | ipv6 mesh networks [
] Michael Richardson, Sandelman Software Works | network architect [
] mcr@sandelman.ca http://www.sandelman.ca/ | ruby on rails [
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Cerowrt-devel] 3.10.36-4 field report: dnsmasq made to work
2014-06-15 21:06 [Cerowrt-devel] 3.10.36-4 field report: dnsmasq made to work Michael Richardson
@ 2014-06-16 0:06 ` Michael Richardson
0 siblings, 0 replies; 2+ messages in thread
From: Michael Richardson @ 2014-06-16 0:06 UTC (permalink / raw)
To: cerowrt-devel
I have a number of VLANs on port 2, "se00" bridge.
When the cerowrt boots, I wind up with an IPv6 address configured on
both "se00" and "se00.1". I'm not really sure where the ::1 is coming from.
Having f:2::1 on two interfaces is a fail, and I have to remove it
from se00 manually before IPv6 on that interface works.
Ideas on who/what is doing this?
root@bud:~# ifconfig se00.1
se00.1 Link encap:Ethernet HWaddr 76:44:01:76:5D:CC
inet addr:209.87.252.241 Bcast:209.87.252.255 Mask:255.255.255.224
inet6 addr: 2607:f0b0:f:2::241/64 Scope:Global
inet6 addr: fe80::7444:1ff:fe76:5dcc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:42881 errors:0 dropped:0 overruns:0 frame:0
TX packets:55320 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5517402 (5.2 MiB) TX bytes:54942461 (52.3 MiB)
root@bud:~# ifconfig se00
se00 Link encap:Ethernet HWaddr 76:44:01:76:5D:CC
inet addr:172.30.42.1 Bcast:172.30.42.31 Mask:255.255.255.224
inet6 addr: 2607:f0b0:f:2::1/64 Scope:Global
inet6 addr: 2607:f0b0:f:55::1/64 Scope:Global
inet6 addr: fe80::7444:1ff:fe76:5dcc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:54215 errors:0 dropped:29 overruns:4 frame:0
TX packets:72945 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10117183 (9.6 MiB) TX bytes:58659288 (55.9 MiB)
Interrupt:4
--
] Never tell me the odds! | ipv6 mesh networks [
] Michael Richardson, Sandelman Software Works | network architect [
] mcr@sandelman.ca http://www.sandelman.ca/ | ruby on rails [
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-16 0:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-15 21:06 [Cerowrt-devel] 3.10.36-4 field report: dnsmasq made to work Michael Richardson
2014-06-16 0:06 ` Michael Richardson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox