#asuswrt doesn't look active, maybe timezone difference...
26-02-2014 21:10:06 DEBUG: "NOTICE * :*** You are banned from arcor.de.eu.dal.ne t"
26-02-2014 21:10:06 DEBUG: "NOTICE * :*** Reason: [exp/proxy] Open proxies are n ot allowed on DALnet. See http://kline.dal.net/proxy/proxyinfo.php?proxy=EIDENTD &ip=x.x.x.x&port=65000 for more information. (2014/02/26 18.03)"
Dal.net won't allow to have both irc bouncer and web server on the same ip- Your proxy MUST NOT allow non-authenticated access from the internet at large.
- It MUST NOT respond to requests on ports 23, 80,81, 3128 or 8080 from any IP address outside your LAN.
- Your proxy SHOULD run an ident daemon and ideally require user authentication (username & password) for access.
I think they mask hostnames now
opkg install irssi dtach
settings = {
core = {
[COLOR="Red"]real_name = "Alexander Ryzhov";[/COLOR]
[COLOR="Red"]user_name = "ryzhov_al";[/COLOR]
[COLOR="Red"]nick = "ryzhov_al";[/COLOR]
};
"fe-text" = { actlist_sort = "refnum"; };
"fe-common/core" = {
term_charset = "utf-8";
autolog_path = "/opt/var/log/irssi.log";
autolog = "ON";
};
};
servers = (
{
address = "irc.dal.net";
chatnet = "dalnet";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
}
);
chatnets = {
dalnet = {
type = "IRC";
[COLOR="Red"]autosendcmd = "/^msg NickServ@services.dal.net identify P@ssw0rd;wait 2000";[/COLOR]
};
dalnet = { type = "IRC"; };
};
channels = (
{
name = "#asuswrt";
chatnet = "dalnet";
autojoin = "yes";
}
);
#!/bin/sh
[ -e "/opt/var/dtach_irssi" ] && rm -f /opt/var/dtach_irssi
ENABLED=yes
PROCS=irssi
ARGS="--config=/opt/etc/irssi/irssi.config --home=/opt/etc/irssi"
PREARGS="dtach -n /opt/var/dtach_irssi"
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/opt/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
. /opt/etc/init.d/rc.func
chmod +x /opt/etc/init.d/S75irssi
/opt/etc/init.d/S75irssi start
port = "6667";
use_ssl = "no";
port = "6697";
use_ssl = "yes";
Wow.... I haven't used IRC In a decade. The only reason I switched to forums, is because I don't have to filter through a thousand line's of nonesence.
Its a good idea, but if some of us are not present at the right time in the channel, we miss important info. Then a question gets reasked a dozen times, and in the forums answers are present till the end of time.
merlin i think freenode might be a good place, there are alot of people there that works on open source projects, am never on dalnet
i dont mind that much, i will hang out thereWe've been on Dalnet for nearly two years now, we have no reason to move away.
And personally I had already been lurking on Dalnet for a few years, that was why I went with that network.
Any simple way to do this without installing entware or other framework? Already have a fulltime drive plugged into usb3 formatted ntfs. Adding a second usb2 last i tried just made errors
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
C | RT-AX88U with 1gb Community Fibre | Asuswrt-Merlin | 7 | |
H | GT-AC29000 and AC86U mesh together | Asuswrt-Merlin | 10 |
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!