search for: coplanar

Displaying 6 results from an estimated 6 matches for "coplanar".

2007 Apr 18
1
[Bridge] two fields are missing in brctl output when using /sys
...quot;%s: %s\n", dev, strerror(errno)); else { - fscanf(f, "%i", &value); + fscanf(f, "%d", &value); fclose(f); } return value; Please CC replies as I'm not subscribed. -- Jeremy Jackson jerj@coplanar.net Email/Jabber/Google Talk/MSN (519)489-4903 Coplanar Networks http://www.coplanar.net
2011 Jan 26
3
ipconfig fails when an interface is flapping?
...the link on eth2 to go up/down every 10 seconds. IPconfig would just time out. If I tell ipconfig to only try eth0, then DHCP address is configured, and the netboot proceeds 100%. I'll take a peek at the code but maybe someone here is familiar with the behaviour already? -- Jeremy Jackson Coplanar Networks (519)489-4903
2004 Sep 22
1
sshd umask settings vs security
...he umask that sshd inherits cause any security issues? It would be nice to be able to set this in a system-wide fashion, rather than in .login etc. I'm thinking of Debian, where the setting is per-shell because nobody seems to have thought of doing this. Cheers, Jeremy -- Jeremy Jackson Coplanar Networks (519)897-1516 http://www.coplanar.net
2010 Nov 04
1
ipconfig support for "any" interface vs "all"
...tinue booting as long as at least one NIC is functional, in fact it is *highly* desirable. I would like to propose that the "-i any" be changed to implement this behavior, and a new option "-i all" be added to continue to support the current behaviour. Regards, Jeremy Jackson Coplanar Networks
2004 Sep 22
4
restricting non-pty cmds with passwd auth
...logging in with telnetd, so this is effective. I want to move to openssh, but this would allow "ssh user at host /bin/sh" and any other commands they can think of to bypass this restriction. Is there a way to make openssh as restrictive at the current environment? -- Jeremy Jackson Coplanar Networks (519)897-1516 http://www.coplanar.net
2011 Mar 27
4
ipconfig problem if multiple devices are up
Hi, it seems that ipconfig has a problem if multiple devices are up and connected to the same network. It seems that it uses the wrong socket/device index to compare it to incoming packet. To be more precise, the packet gets discarded in do_pkt_recv as the ifindex from state differs always from the incoming packet To reproduce create two tap devices: $ sudo tunctl -u uli -t tap0