V-HOST IRC
: 17 czerwca 2008, 18:08
mam DSL i 5 Ip-kow do dyspozycji. Chciałbym zrobić v-hosty do IRCa IpV4
możecie mi podpowiedzieć jak ??
możecie mi podpowiedzieć jak ??
Polski portal użytkowników dystrybucji Debian GNU/Linux, dyskusje, artykuły, nowości, blog, porady, pomoc.
https://593930.wb34atkl.asia/
Kod: Zaznacz cały
[b]#DODAWANIE DRUGIEGO IP#[/b]
allow-hotplug eth1
iface eth1 inet static
address 79.190.18.115
netmask 255.255.255.248
network 79.190.18.104
broadcast 79.190.18.111
gateway 79.190.18.105
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 194.204.159.1 194.204.152.34
dns-search .pl
Kod: Zaznacz cały
ip a a adres/29 dev eth1
Kod: Zaznacz cały
#DODAWANIE DRUGIEGO IP#
ip a a 79.190.18.115 dev eth1
netmask 255.255.255.248
network 79.190.18.104
broadcast 79.190.18.111
gateway 79.190.18.105
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 194.204.159.1 194.204.152.34
dns-search .pl
Kod: Zaznacz cały
#drugiego IP dajesz
auto eth1:0
iface eth1:0 inet static
address adres_ip
netmask 255.255.255.248