Forum » Programska oprema » psybnc ipv6 linux
psybnc ipv6 linux
haha ::
Jaz sem pa postavil ipv6 in sem dal v bncju addserver irc.linz.at ampak se mi noče konektati gor. Dmz sem nastavil drugo ne wm kaj bi bilo narobe
OmegaBlue ::
Mogoče ker je linz.irc.at in rabiš i-line.
P.S.
Zakaj odpiraš več tem za eno in isto stvar?
P.S.
Zakaj odpiraš več tem za eno in isto stvar?
Never attribute to malice that which can be adequately explained by stupidity.
haha ::
imam i-line ker mi je ipv6 že delal na windows
napiše mi:
-psyBNC Mon Apr 25 08:48:05 :User haha () trying linz.irc.at port 6667 ().
-psyBNC Mon Apr 25 08:51:14 :User haha: cant connect to linz.irc.at port 6667.
Imam pa linux slackware 10.0 pa psybnc 2.3.1 pa ima podporo za ipv6
napiše mi:
-psyBNC Mon Apr 25 08:48:05 :User haha () trying linz.irc.at port 6667 ().
-psyBNC Mon Apr 25 08:51:14 :User haha: cant connect to linz.irc.at port 6667.
Imam pa linux slackware 10.0 pa psybnc 2.3.1 pa ima podporo za ipv6
Kami ::
Ti dela ping6 in traceroute6 ? Če ne je lahko več možnosti... So ti blokirali račun (če imaš xs26), nisi prav nastavil skripte, imaš vklopljen firewall, imaš router...?
haha ::
Imam ruter vendar imam vklopljen dmz. Imam psybnc 2.3.2 z podporo ipv6. Uporabljam Slackware 10.0. Tunel imam pri bt exact skripta pa zgleda takole:
#!/bin/sh
if ! [ -f /proc/net/if_inet6 ]
then echo "IPv6 is not installed!" 1>&2; exit 1; fi
ifconfig sit0 up \
&& ifconfig sit0 inet6 tunnel ::213.121.24.85 \
&& ifconfig sit1 inet6 add 2001:618:400::52c0:2d86/128 \
&& route -A inet6 add ::/0 gw fe80::d579:1855 dev sit1 \
&& route -A inet6 add 2000::/3 gw fe80::d579:1855 dev sit1 \
&& ifconfig sit1 up \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::1/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::2/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::3/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::4/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::5/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::6/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::7/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::8/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::9/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::10/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::11/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::12/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::13/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::14/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::15/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::16/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::17/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::18/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::19/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::20/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::21/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::22/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::23/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::24/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::25/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::26/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::27/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::28/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::29/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::30/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::31/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::32/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::33/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::/64 \
#ifconfig sit1 inet6 add 2001:618:400::c14d:94ef/128
echo "IPv6 configuration completed" || \
{ echo "IPv6 configuration failed!" 1>&2; exit 1; }
#!/bin/sh
if ! [ -f /proc/net/if_inet6 ]
then echo "IPv6 is not installed!" 1>&2; exit 1; fi
ifconfig sit0 up \
&& ifconfig sit0 inet6 tunnel ::213.121.24.85 \
&& ifconfig sit1 inet6 add 2001:618:400::52c0:2d86/128 \
&& route -A inet6 add ::/0 gw fe80::d579:1855 dev sit1 \
&& route -A inet6 add 2000::/3 gw fe80::d579:1855 dev sit1 \
&& ifconfig sit1 up \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::1/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::2/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::3/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::4/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::5/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::6/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::7/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::8/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::9/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::10/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::11/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::12/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::13/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::14/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::15/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::16/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::17/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::18/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::19/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::20/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::21/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::22/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::23/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::24/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::25/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::26/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::27/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::28/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::29/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::30/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::31/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::32/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::33/64 \
&& ifconfig sit1 inet6 add 2001:618:400:69ae::/64 \
#ifconfig sit1 inet6 add 2001:618:400::c14d:94ef/128
echo "IPv6 configuration completed" || \
{ echo "IPv6 configuration failed!" 1>&2; exit 1; }
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | Nastavljanje ipv6 naslova na strežniku DebianOddelek: Omrežja in internet | 672 (630) | steev |
» | Ubuntu in povezava v internetOddelek: Operacijski sistemi | 1470 (1183) | Blinder |
» | wirelessOddelek: Operacijski sistemi | 1278 (1176) | 'FireSTORM' |
» | IPv6 on Linux RH9Oddelek: Omrežja in internet | 2327 (1876) | Gandalfar |
» | IPv6Oddelek: Omrežja in internet | 8427 (7493) | Witboy |