New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 6 matches

by Harris
26 Oct 2010, 08:59
Forum: B2 & B3 Support
Topic: ip-adress peka mot domän (Loopia)
Replies: 11
Views: 17885

Re: ip-adress peka mot domän (Loopia)

Looks like tobbenet lost an escape-char. Try this (again, as one line):

Code: Select all

curl -s --user 'abcde.nu:12345' "http://dns.loopia.se/XDynDNSServer/XDynDNS.php?hostname=abcde.nu&myip="`curl -s dns.loopia.se/checkip/checkip.php |sed 's/^.*: \([^<]*\).*$/\1/'` ; echo
by Harris
26 Oct 2010, 08:23
Forum: B2 & B3 Support
Topic: PPPOE on B3
Replies: 9
Views: 11233

Re: PPPOE on B3

I'm unsure wether this topic is still about running PPPoE reliably on a B3 or actually getting B3-frontend's Firewall page to work with ppp0 as WAN-interface.

I can verify that the ppp-connection on my B3 works flawlessly so far (knock on wood), using Made's 3-step-solution that you refer to in ...
by Harris
20 Oct 2010, 01:07
Forum: B2 & B3 Support
Topic: PPPOE on B3
Replies: 9
Views: 11233

Re: PPPOE on B3

Hi,

have you checked the syslog for any authentication errors (or any other connection-errors)?
I run my B3 in server-only-mode atm, but when I tried it in WAN-mode ifconfig reported the ppp-interface to be up and running despite the fact that I had typed a wrong password in pppoeconf. The creeping ...
by Harris
19 Oct 2010, 16:34
Forum: B2 & B3 Support
Topic: Move default bubba2-site listening name?
Replies: 8
Views: 11234

Re: Move default bubba2-site listening name?

I won't go as far as calling it a fix as I'd say routing internal calls from PHP by using apache as a parser is such an abomination it should be removed using hazmat suits. In what excellent piece of coding brilliance did you discover these gems?

*sigh*
My lack of php-experience is actually the ...
by Harris
19 Oct 2010, 13:00
Forum: B2 & B3 Support
Topic: Move default bubba2-site listening name?
Replies: 8
Views: 11234

Re: Move default bubba2-site listening name?

Thanks for your reply. I'm glad someone read my ramblings. :roll:
As I wrote in my previous post, I already had looked in the access-logs to find which virtual host the request goes to: the default host.
My problem, otoh, was regarding why/how it ends up there.

Despite better judgement and even ...
by Harris
19 Oct 2010, 05:18
Forum: B2 & B3 Support
Topic: Move default bubba2-site listening name?
Replies: 8
Views: 11234

Re: Move default bubba2-site listening name?

Hi

Did anyone ever manage to do this?
I am looking for the same setup as Tompa suggests, but on B3.

Basically I want to run the B3-application (/admin and /album) as a virtual host. I want any other virtual host to reply 404 on http://somehost.mydomain.com/admin.
Since the aliases for /admin and ...