How can I connect the internet with my SGI? -
RetroGamer1985 - 10-24-2018
I would like to know what is the method to connect to the internet I am very noob in this issue of nerworking I do not know how to share files between windows and IRIX can help me how to connect to the internet to have any hope of sharing my files IRIX to Windows
RE: How can I connect the internet with my SGI? -
amatecha - 10-24-2018
Which version of IRIX? Look for setup on your specific version here
http://archive.irix.cc/sgistuff/software/tipstricks/index.html
RE: How can I connect the internet with my SGI? -
RetroGamer1985 - 10-25-2018
(10-24-2018, 10:37 PM)amatecha Wrote: Which version of IRIX? Look for setup on your specific version here http://archive.irix.cc/sgistuff/software/tipstricks/index.html
My version is 6.5.5
and I was reviewing and does not say how to connect to the internet the site ensures that you are connected to the internet, then, how can I connect to the internet?
RE: How can I connect the internet with my SGI? -
amatecha - 10-25-2018
Oh, also check this one
https://software.majix.org/irix/network-setup.shtml , I followed that in my 6.5.29 install. I had to add the "$ROUTE $QUIET add -net default 130.60.XX.1" to /etc/config/static-route.options I think. Also useful:
https://wiki.preterhuman.net/IRIX_Installation_and_Customization#Setup_the_network
RE: How can I connect the internet with my SGI? -
gijoe77 - 10-25-2018
do you have a router? are you doing static IP? Lets start there and assume you are.
Under System manager you can set up your network, lets just for giggles says your home router's IP is 192.168.1.1, lets say you set up your SGI's IP to be 192.168.1.10 (also about the netmask -> 0xffffff00 == 255.255.255.0 == ff.ff.ff.0)
Your first step would be to see if you can ping your router:
ping 192.168.1.1
if that works, try to ping something outside your network, like googles public DNS:
ping 8.8.8.8
Let us know if you got this far
RE: How can I connect the internet with my SGI? -
RetroGamer1985 - 10-25-2018
(10-25-2018, 10:47 AM)gijoe77 Wrote: do you have a router? are you doing static IP? Lets start there and assume you are.
Under System manager you can set up your network, lets just for giggles says your home router's IP is 192.168.1.1, lets say you set up your SGI's IP to be 192.168.1.10 (also about the netmask -> 0xffffff00 == 255.255.255.0 == ff.ff.ff.0)
Your first step would be to see if you can ping your router:
ping 192.168.1.1
if that works, try to ping something outside your network, like googles public DNS:
ping 8.8.8.8
Let us know if you got this far
Thanks
I was able to connect to the internet thanks to you, a question the version of IRIX 6.5.5 is compatible with Firefox of nekoware
RE: How can I connect the internet with my SGI? -
gijoe77 - 10-25-2018
you should really get up to 6.5.22, thats what nekoware officially supports