No network interface detected


 
Thread Tools Search this Thread
Operating Systems Solaris No network interface detected
# 8  
Old 11-12-2005
Hi RTM, anybody,

That helps alot. I'm now a a giant leap ahead than before.
But still have not meet the solution..... I'm sure its near Smilie

- Found out that I was wrong about my NIC. Its not in HCL. But I manage to install my SMC1211TX which uses Realtek 8139 chipset/driver.
- The line for my NIC in ../devicedb/master file shows:
pci10ec,8139 pci10ec,8139 net pci none "Realtek 8139 Fast Ethernet"
Notice the "none" above. Shouldn't it be "rtls.bef" if it is installed correctly? Smilie

- Manage to see the 'rtls0' line from ifconfig -a
- My hosts file is amended to:
127.0.0.1 localhost
192.168.0.1 mysun loghost
- Created /etc/hostname.rtls0 containing 192.168.0.1
- Deleted broken link /etc/netmasks and creted new containing:
192.168.0.1 255.255.255.0
- Created /etc/resolv.conf containing
starhub.net (my ISP)
<pri dns>
<sec dns>
- cp /etc/nsswitch.dns /etc/nsswitch.conf
( I don't think the file contents is helpful Smilie )
- Done ifconfig rtls0 plumb
- Done reboot

.... The system doesn't grab the IP from my ISP.
- The netmask has error after I run
ifconfig rtls0 inet 192.168.0.1 netmask 255.255.255.0
- dhcpmgr now shows my interface rtls0 unlike previously but it shows the network IP as 192.168.0.1 ( the one I set). Doesn't work. My IP should start with 202.x.x.x

I am using my pc at home. Internet is thru cable ethernet modem with dynamic IP. No router.

I can't seems to find any guide in configuring internet using dhcp as in my case. Please advice. (Don't nobody show me the sun docs link. Been there already Smilie )
# 9  
Old 11-13-2005
Since you followed the instructions for a server that would connect where a router is used, that probably won't help. You are looking to get the IP set by dhcp. Try these instructions which are for dhcp setup.

Remember what you did to get this far in case some day you add a router.
# 10  
Old 11-13-2005
Thanks my man RTM. U the man.
I'm writing this from my solaris10. Smilie
thanks for the tip on using router in futire.
btw, for benefit of other ppl, this may help too
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Misconfiguration detected Adapter interface name en 3 Adapter offset 0

Hi, We had a hardware problem with an IBM System p5 server, with AIX 5.2 We restore from a tape the last backup we had, but the server does not boot up as expected. The server try to mount some directories from a storage, but could not comunicate with them, we check the FC and everything is... (12 Replies)
Discussion started by: trevian3969
12 Replies

2. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies

3. Solaris

No network cable But Network interface is UP and Running

I've one Netra 240 After changing main board and system configuration card reader, Network is not accessible any more, Network interfaces are always UP and Running even when there is no cable connected to Network interfaces. I tried to restart and plumb/unplumb with no luck. ifconfig -a... (7 Replies)
Discussion started by: samer.odeh
7 Replies

4. IP Networking

network interface -

Hello, Please, how can i create a network interface with a routable IP address on linux (ubuntu) ? AND How can i desactivate an interface? Thank you so much for help. (1 Reply)
Discussion started by: chercheur857
1 Replies

5. IP Networking

Network interface-

Hello, Please what's the difference between: AND Thank you so much (3 Replies)
Discussion started by: chercheur857
3 Replies

6. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

7. UNIX for Advanced & Expert Users

Multiple interface same network

hi I have a question, eth0 : 192.168.2.10 eth1: 192.168. 2.11 subnet : 255.255.255.0 eth0 and eth1 plug same swich I want communication between the two interface one host examp : ping 192.168.2.10 -I eth1 ping 192.168.2.11 -I eth0 but not respons.. pls helme (3 Replies)
Discussion started by: sadosan83
3 Replies

8. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

9. UNIX for Advanced & Expert Users

Network interface goes down intermittently

Hi all, I'm using an HP Proliant server with double NIC and Debian 5 (Lenny) as its OS. I used link bonding on it for several years with no problem. Today, (now only one interface connected to switch) the interface went down. I restarted networking service (/etc/init.d/networking restart) and... (7 Replies)
Discussion started by: mjdousti
7 Replies

10. UNIX for Dummies Questions & Answers

Network Interface

Hi ! Does anyone know how can i get information about my network interface ... if it works in half or full duplex mode !! Thx in adivance ! Witt (4 Replies)
Discussion started by: witt
4 Replies
Login or Register to Ask a Question