Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2.  
  3. Initial setup
  4.  
  5. Install linux in virtualbox
  6.  
  7.  
  8. VBoxManage modifyvm "ubuntudayo" --natpf1 "irssi,tcp,,2777,,2777"
  9.  
  10.  
  11. apt-get install irssi
  12.  
  13. set up irssi (/network; /server; /channel)
  14.  
  15. then /load proxy; /set irssiproxy_password pass; /set irssiproxy_ports 2ch=2777
  16.  
  17.  
  18. configure router (ddns ct5jedr.corede.net, port forwarding)
  19.  
  20.  
  21. configure phone (server ct5jedr.corede.net, port 2777, password pass)
  22.  
  23.  
  24. Checklist:
  25. - your IP address should match ct5jedr.corede.net
  26.  
  27. - the router forwards 2777 to the correct internal IP
  28.  
  29. (you can check in windows with ipconfig)
  30.  
  31. - vbox forwards 2777 to VM (vboxmanage command)
  32.  
  33. - /load proxy is set in irssi, as well as
  34.  
  35. - /set irssiproxy_password chingy
  36.  
  37. - /set irssiproxy_ports 2ch=2777
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement