Jump to content

Hi everyone, I'm trying to setup my own irc server and while I was configuring it I came across this (Picture I attached), which IP should I set to listen on, my localhost? (127.0.0.1) or my public IP? All ports are forwarded and ready

gay.PNG

"The only way to do great work, is do do what you love." -Steve Jobs

Link to comment
https://linustechtips.com/topic/764872-irc-help/
Share on other sites

Link to post
Share on other sites

15 minutes ago, FlushaDev said:

Hi everyone, I'm trying to setup my own irc server and while I was configuring it I came across this (Picture I attached), which IP should I set to listen on, my localhost? (127.0.0.1) or my public IP? All ports are forwarded and ready

gay.PNG

Listen port or bind port would be the IP of the network device that's connected.

 

So if you want to use say the "Intel Ethernet 1" adapter on Windows, go into that adapter, grab the IP of it (typically a 192.168.x.xxx address) and use that. It's not the IP it exposes, it's the IP of the device so it can find which device to use.

 

The reason it uses IP and not MAC address, device name, or some other identifying factor is so that larger scale deployments can create redundant connections, where if one fails there's another with the same IP address and port forwarding.

Link to comment
https://linustechtips.com/topic/764872-irc-help/#findComment-9661835
Share on other sites

Link to post
Share on other sites

Just now, Sniperfox47 said:

Listen port or bind port would be the IP of the network device that's connected.

 

So if you want to use say the "Intel Ethernet 1" adapter on Windows, go into that adapter, grab the IP of it (typically a 192.168.x.xxx address) and use that. It's not the IP it exposes, it's the IP of the device so it can find which de ice to use.

 

The reason it uses IP and not MAC address, device name, or some other identifying factor is so that larger scale deployments can create redundant connections, where if one fails there's another with the same IP address and port forwarding.

Did it, thank you so much

"The only way to do great work, is do do what you love." -Steve Jobs

Link to comment
https://linustechtips.com/topic/764872-irc-help/#findComment-9661837
Share on other sites

Link to post
Share on other sites

Just now, FlushaDev said:

Did it, thank you so much

If it's for a home server on a laptop and you want it to be able to connect regardless of whether you're wired or wireless you can just leave it * which means "accept connections on any of my Network Adapters".

Link to comment
https://linustechtips.com/topic/764872-irc-help/#findComment-9661840
Share on other sites

Link to post
Share on other sites

Just now, Sniperfox47 said:

If it's for a home server on a laptop and you want it to be able to connect regardless of whether you're wired or wireless you can just leave it * which means "accept connections on any of my Network Adapters".

Hey ermmmm can you try connecting to it? Send over a message, I don't mind giving you my IP for testing :)

"The only way to do great work, is do do what you love." -Steve Jobs

Link to comment
https://linustechtips.com/topic/764872-irc-help/#findComment-9661843
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×