Setting up Solars 10 for Internet


 
Thread Tools Search this Thread
Operating Systems Solaris Setting up Solars 10 for Internet
# 1  
Old 09-24-2007
Setting up Solars 10 for Internet

Looking for some advice on how to get an internet connection from my Digital Modem.

I just installed Solaris 10 on x86. I believe that I don't have the correct configurations. Ifconfig -a shows my nic card as iprb0 so I am guessing Im ok with that since it sees it.

I just copied the same addressing that my functional PC is using now.

I have noticed that when I look at my Connection Properties tab I see that I am receiving, but nothing is going out.

Anyone care to give me a list of things to go through?

Thanks
# 2  
Old 09-24-2007
There are quite a few intel "etherexpress" cards that are compatible with the solaris driver "iprb", and some don't work by default.

You may need to an entry for it in /etc/driver_aliases.

Intel's vendor ID is 8086. So the card's pci ID will be 8086,<something>

run the command
Code:
# prtconf -pv | prtdev

And find the appropriate PCI id.
It will be something like:
iprb "pci8086,c"

Have a look in /etc/driver_aliases to see if there isn't an entry for it already in there, is missing or incorrect then add/modify it.

Then:
Code:
# touch /reconfigure
# init 6

# 3  
Old 09-24-2007
I must not be using the correct syntax, when I run the command # prtconf -pv | prtdev, it tells me prtdev: not found.
# 4  
Old 09-24-2007
Quote:
Originally Posted by newtothis
I must not be using the correct syntax, when I run the command # prtconf -pv | prtdev, it tells me prtdev: not found.
try
Code:
prtconf -pv | grep 8086

# 5  
Old 09-24-2007
Yes this did produce the following output to the screen:

compatible:'pci8086,1229,8086.a.5'+'pci8056,1229.8086,a' + 'p

ci8086,a'+'pci8086.1229,5+'pci8086,1229'+'pciclass.020000'+'pciclass,0200'
subsystem-Vendor id:00008086
vendor id 00008086
name:'pci8086,a'
compatible:'pci8086,1229.5' + pci8086,1229.8086.a'+'p
ci8086,a'+'pci8086,1229.5 + pci8086,1229'+'pciclass,020000'+pciclass.02

subsystem-vendor-id 00008086
vendor=id 00008086
name:'pci8086,a'
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Is there a difference between setting a user as nologin and setting it as a role?

Trying to figure out the best method of security for oracle user accounts. In Solaris 10 they are set as regular users but have nologin set forcing the dev's to login as themselves and then su to the oracle users. In Solaris11 we have the option of making it a role because RBAC is enabled but... (1 Reply)
Discussion started by: os2mac
1 Replies

2. Linux

SFTP an internet address from a system behind an internet proxy

I was wondering if it is possible to setup SFTP to go through the internet proxy while connecting to an internet location. Problem: Client system is behind internet proxy. SFTP to any internet location fails as there is no documented way to configure SFTP to connect to internet locations through... (4 Replies)
Discussion started by: toobrown1
4 Replies

3. Cybersecurity

Setting up an Internet proxy

Setting up an Internet proxy - need help Hi guys In the past I had set a computer to act as an Internet proxy. This would be multihomed, and running dansguardian, tinyproxy and firehol. Then webmin would be used as interface. By time I realised that this system is far from effective.... Is... (0 Replies)
Discussion started by: ramon82
0 Replies

4. UNIX for Dummies Questions & Answers

how can i see ethernet card speed in solars

hai this is nagesh when i was doing practical , i find some dought. iam using solaris 9. how can i see the ethernet card speed , wheather it is halfduplex or full duplex.any body please help me (4 Replies)
Discussion started by: nag.mi2000
4 Replies

5. UNIX for Dummies Questions & Answers

internet

hello i am a new user of suse linux...can anyone please tell me how i can get internet running on my suse?...pls tel me the complete procedure... (0 Replies)
Discussion started by: varsha.shastri
0 Replies

6. Linux

setting up internet connection

I'm having fedora core4.I have a ADSL modem and can access through Windows.I tried setting up internet connection in linux using setup command and netconfig,but doesn't work. can anybody help me with the steps in detail.also can i use the same ip address as in windows? (7 Replies)
Discussion started by: laddu
7 Replies

7. UNIX for Dummies Questions & Answers

internet

hello, just installed suzi 10.1, connect directly to broadband, set as auto-detect proxy, all ok. put machine through router - winxp ok with this - cannot connect to internet , any ideas please don (2 Replies)
Discussion started by: dondecap
2 Replies

8. Slackware

setting up internet on slackware

I tried unsuccessfully to set up the internet on slackware . I ran "netconfig" and follow all the steps like to enter ip address dns server subnet mask and default gateway . I saved the configuration and reboot the computer with no results . When im doing this under my pc works fine but first... (4 Replies)
Discussion started by: exhumation
4 Replies

9. UNIX for Dummies Questions & Answers

setting up internet server

Hello, Corrently we are useing winproxy to use internet. my client desktops connects to winproxy using tcpip and get the access, now we have changed windows opreating system to linux 7.1. my problem is i am able to connect internet on linux machine but now i wants all clients connect to linux... (2 Replies)
Discussion started by: twadkar
2 Replies

10. UNIX for Advanced & Expert Users

setting up internet connection!!

HI unix guru.. i need your help again.. i tring to setup my sun box for internet connection, i am using @home cable service i have 8 pc running different operating systems. every other computer can go online but this sun box for some reason alway give me and error, i enter my ip address... (1 Reply)
Discussion started by: souldier
1 Replies
Login or Register to Ask a Question