mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 98
T
twigboy Offline OP
Babel fish
OP Offline
Babel fish
T
Joined: Jan 2003
Posts: 98
when my mIRC starts up, it generally loads up the wrong IP from either the server or settings

options -> connect -> Local Info -> Ip address

i currently have
localhost = blank
ip = 60 (clearly incorrect)
on connnect, always get = local host
lookup method = server

now, if i try to send/receive a file, it wont work
UNLESS i //dns $me
and copy the ip into the "ip address" field
then everything works fine and dandy at terrific speeds (i port forward everything to my pc)

i was wondering, is there a way to do this via a command?
ie. /ipaddress <ip>

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
If you know your IP, you can do:

Code:
on *:connect: {
  localinfo 255.255.255.255
}


Replace that with yours.

You could also just replace it once and then uncheck both boxes. Just remember that if your IP changes, you'll need to redo this.


Invision Support
#Invision on irc.irchighway.net
Joined: Jan 2003
Posts: 98
T
twigboy Offline OP
Babel fish
OP Offline
Babel fish
T
Joined: Jan 2003
Posts: 98
thanks!
thats EXACTLY what was i looking for!


Link Copied to Clipboard