💾 Archived View for envs.net › ~whitex › net › ircs.gmi captured on 2024-06-20 at 12:57:37. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-07-22)
-=-=-=-=-=-=-
░▀█▀░█▀▄░█▀▀░█▀▀░▀█▀ ░░█░░█▀▄░▀▀█░▀▀█░░█░ ░▀▀▀░▀░▀░▀▀▀░▀▀▀░▀▀▀ ░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄ ░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄ ░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀
[ FIRST INSTALL THE INSPIRCD TOOL ]
sudo apt install git perl g++ make
wget https://github.com/inspircd/inspircd/archive/v2.0.25.tar.gz
tar xvf ./v2.0.25.tar.gz
cd inspircd-2.0.25
perl ./configure
make install
nano run/conf/inspircd.conf
[ INSIDE THE FILE WRITE THIS ]
--------------------------------
<config format = "xml">
<define name = "bindip" value="1.2.2.3">
<define name = "localips" value = "&bindip;/24">
<server
name="white_x.com"
description="hello"
id="770"
network="white_x.com">
<admin
name="whitex"
nick="xx">
<bind
address="amazon-public-ip"
port="6697"
type="clients">
<file motd = "/home/admin/inspircd/run/conf/x.motd"
---------------------------------
[ IF YOU WANT TO CREATE BANNER ]
figlet wx
[ PASTE IT INTO X.MOTD ]
[ NOW SET UP FIREWALL ON AWS ]
[ GO TO NETWORKING ]
[ LAST TK SCROLL KRO CLICK BLUE LINK -> eni-0b4f147d98 ]
[ FIR SE EK BR CLICK BLUE LINK -> eni-0b4f147d98 ]
[ NOW CLICK ON SECURITY GROUP BLUE LINK ]
[ NOW CLICK ON EDIT INBOUND RULES ]
[ NOW CLICK ON ADD RULES ]
[ TCP PORT = 6697 CUSTOM = 0.0.0.0/0 ]
[ SAME STEP FOLLOW AS OUTBOUND RULES ]
[ NOW START THE SERVER ]
./inspircd start
irssi --connect aws-public-ip -p 6697