Hello,
I got a few questions. I am thinking to build something for just experimenting, but I am not sure if this can work so I need some help.
In my private LAN, I want to be able to setup a server in FreeBSD, with httpd, SQL, PHP. Also I need to build an IRC server using ircu also running some IRC services, eggdrops etc, and also other users from my network only connect to that server.
So I was thinking if I can setup IP aliases in 192.168.0.0/24 range, and use DNS server to give to my bots, so each one has different hostname (not sure if that is correct saying anyway), and also users from the LAN can have their own hostnames. Like when someone is connecting to the IRC server it doesn't show an IP for his host, but actually a vhost.
like having something like this:
192.168.0.1 -> server.local
192.168.0.2 -> irc.server.local
192.168.0.3 -> web.server.local
192.168.0.4 -> bot1.something.else
192.168.0.5 -> user1.having.fun
192.168.0.6 -> other.user.connected.from.client.pc
Hope I am clear, and thanks
I got a few questions. I am thinking to build something for just experimenting, but I am not sure if this can work so I need some help.
In my private LAN, I want to be able to setup a server in FreeBSD, with httpd, SQL, PHP. Also I need to build an IRC server using ircu also running some IRC services, eggdrops etc, and also other users from my network only connect to that server.
So I was thinking if I can setup IP aliases in 192.168.0.0/24 range, and use DNS server to give to my bots, so each one has different hostname (not sure if that is correct saying anyway), and also users from the LAN can have their own hostnames. Like when someone is connecting to the IRC server it doesn't show an IP for his host, but actually a vhost.
like having something like this:
192.168.0.1 -> server.local
192.168.0.2 -> irc.server.local
192.168.0.3 -> web.server.local
192.168.0.4 -> bot1.something.else
192.168.0.5 -> user1.having.fun
192.168.0.6 -> other.user.connected.from.client.pc
Hope I am clear, and thanks