How to configure SMC 9432TX - Network Card

Hi,
My Solaris8 (Intel) works fine but I just got a NIC card. Can anyone tell me the steps to Install and configure a Network Card.
I have SMC 9432TX .
Thanks

Try to use devfsadm -v to find the device
Then use ifconfig dnet0 (not positive this is the right syntax for SMC) to plumb the device.
Then use ifconfig dnet0 192.168.50.4 up
You may have to modify these files to get the IP to come up on startup and properly resolve:
/etc/hostname.dnet0
/etc/netmasks
/etc/resolv.conf
/etc/defaultrouter
/etc/nodename

Similar Messages

  • How to configure Netgear FA510C Network Card

    I installed Solaris 8 (Intel) on my laptop(Compaq Presario
    1275) and have NetGear FA510C network card to be
    configured. When I installed Solaris, it didn't recognize
    the network card, and I have no idea how to configure
    this network card. Does any have any idea how to
    install and configure this network card?
    I'll appreciate your help.
    cwpak

    Try to use devfsadm -v to find the device
    Then use ifconfig dnet0 (not positive this is the right syntax for SMC) to plumb the device.
    Then use ifconfig dnet0 192.168.50.4 up
    You may have to modify these files to get the IP to come up on startup and properly resolve:
    /etc/hostname.dnet0
    /etc/netmasks
    /etc/resolv.conf
    /etc/defaultrouter
    /etc/nodename

  • How can I reset my Network Card to the default?

    How can I reset my Network Card to the default?   I suspect I have a virus, (antivirus software has been unable to decect or remove).  What happeneds is that my iMac keeps getting pointed to a proxy.  I remove it and with in a day it returns.  I only have access to a few sites when under the proxy setting.  I want to LOCK DOWN my network settings.  When I manually set everything back to default my machine works like new... but within a day or so it will be back to being jacked up.
    2nd question :  Anyone have a sugestion on a good anti virus with my case in mind???  (im using iAntivirus and I think it is useless)
    Dr. N

    I'm a bit unclear on what you're seeing, but it's undoubtedly a problem with your network itself. There is no known Mac malware that behaves anything close to what you're describing, so anti-virus software is not going to do you any good. (And you're right that iAntivirus is useless.)
    If you're seeing redirects or similar behavior in your web browser, see Eliminating browser redirects and advertisements.
    If that's not it, please try to describe in detail the behavior you're seeing.

  • How to use two different network cards on RT?

    Hi everyone... I'm currently working on a project where I have to deal with the issue mentioned in the thread's topic: I have a PC with RT LabVIEW that has to be able to establish network connections using two different network cards. One will be used to connect via TCP/IP with a host computer that will show the data transmitted through shared variables; the other will communicate with another PC through Modbus protocol. The key is that each communication is done through a separate network card.
    So far I haven't been able to figure out how to configure both things to happen. Does anyone know how to do this? Any tips will help.
    For the RT communication I'm using a standard RT project, with the RT PC being given one of the IPs, and for the Modbus part, I created an I/O server with a master and a slave. Separately everything works fine, but when I get them together it simply won't work.
    Thanks for your help!
    Solved!
    Go to Solution.

    Sorry it took me so long to answer, I've been busy lately....I've found a solution to the problem I mentioned, and just in case anyone has similar problems in the future, I'll shortly describe what happened.
    As Caseyw suggested, it was necessary to enable both network cards through the Measurement and Automation Explorer. The cause of the connections malfunction was actually that I wasn't using the "right" protocol for the Modbus communication, which ran on the secondary adapter. The solution was to use the URL protocol with the correct path on the field, addressing the right IP address. To avoid making this post a mixture of topics, I won't elaborate futher, but I got the gist of it, so if anyone is having similar problems whether it is working with several network cards or with Modbus communication protocols, feel free to contact me, I'll be glad to help.
    Thanks

  • How to configure BODS in network environment with NAT ?

    Hi Team,
    Now we are working on POC of BO Data Services 4.0 with SI partner and they reported us that  a communication error (error code:BODI-1241023) occurred when they started a job from Designer. 
    They can do it without any problems in the following two cases.
    1. from Designer which is installed in the CMS/JobServer machine
    2. from Designer which is installed in local PC within internal network (without firewall / NAT) 
    That is, the cause is Firewall with NAT(Network Address Translation) between Designer and JobServer/CMS.
    And, they can log on to CMS/JobServer with NAT environment, however, cann't start a job from Designer.
    The port #3500 for JobServer is open. They confirmed that they could log on to the JobServer in the event log
    of the JobServer.
    That is,  Designer -> CMS/JobServer communication is OK, but JobServer -> Designer communication must be NG.
    Could you advise us how to configure BODS both client and server sides in the network environment with NAT ?
    Thanks and best regards,

    HI Buddy,
    You can achieve this by $FLEX$, create first value set, and assign it to first field. Create second value set based on first value set using $FLEX$.
    follow steps mentioned in the bellow link
    http://erpschools.com/articles/usage-of-flex

  • How do I use 2 network cards?

    I want to use a wireless connection and a wired connection.  Each connection is on a different subnet, so they connect OK.  Wireless connection uses 192.168.182.XXX and the wired uses 192.168.1.XXX.  Wireless is primarily for internet browsing.  Wired connects to a server with nfs shares.  However, the wired connection seems to take over when they are both connected.
    How do I make the system use the wireless connection when browsing?  I have been toying with route.  Is this the right direction?
    Thanks

    I'm using networkmanager in kde 4.  I do want both interfaces to be running, so shutting one down won't help me.  A typical use might be listening to music over the ethernet connection to the nfs shared music, while browsing the internet through the wireless interface.  So I need to figure how to make that happen.
    As a side note, the reason for this is that my town provides internet access via an open wifi signal.  That is the only way I can connect to the net.  In fact, our entire town is on one LAN.  Small town ( 40 homes ) in the middle of nowhere.  Everything else I want to handle through my router.

  • Installing a second Network Card

    Having just installed Solaris 8 on an Intel based machine, the system is identifying two installed network cards.
    Can anyone tell me how to configure the second Network Card - IP address etc as the Web Start package will only allow configuration of the first network card

    You just need to create a new text file /etc/hostname.{nic-interface-name}
    Lets assume the system has two intel etherexpress pro NICs installed. The intel NIC's driver
    name / interface name is "iprb". So the two NICs are named "iprb0" and "iprb1".
    The file /etc/hostname.iprb0 should already exist (created by the inital installation).
    Just create /etc/hostname.iprb1 and put into this file the ip-address of the iprb1 interface.
    You can also use a hostname in that file and add a hostname -> ip address mapping
    into the /etc/hosts file.
    During the next reboot the system will automatically bring up both the iprb0 and iprb1
    interface.

  • HT4259 how to configure extended network via ethernet

    how to configure an extended network via ethernet

    I assume that the Express is new, so that it still has the factory default settings.
    Connect an Ethernet cable from one of the LAN <-> ports on the AirPort Extreme to the WAN "O" port on the AirPort Express
    Power up the Extreme and Express if they are not already powered up
    Open Macintosh HD > Applications > Utiltities > AirPort Utility
    Click on the tab in the upper left hand corner of the window that reads Other AirPort Base Stations (1)
    Click on the AirPort Express xxxxxx
    Wait a minute or two while AirPort Utility analyzes the network and then announces that the Express will be configured to extend your network
    Enter a name for the AirPort Express and click Next
    Wait 2-3 minutes while AirPort Utility configures the Express and the Express restarts
    When you see the message that setup is complete, click Done
    That's it.

  • Configuration VM Server Network.

    Hi all,
    does anyone have the right documentation to configure a basic network card in oracle VM Server ?.
    Thanks.
    *T                                                                                                                                                                                                                                               

    *T,
    Greetings, please review: http://itnewscast.com/chapter-6-oracle-vm-22-san-iscsi-and-nfs-backend-storage-configurations
    Chapter 6: Oracle VM 2.2 SAN, iSCSI and NFS Back-end Storage Configurations
    Respectfully,
    Roddy

  • How to configure AAA

    Hi,
    I have some question regarding AAA..
    1)which one is the best?
    a) TACACS+
    b) RADIUS
    2)How to configure AAA in network devices?
    3)How to configure RADIUS/TACACS+ in ACS?
    Please guide in this smatter?
    Thanx
    som

    Hi Som,
    It's not possible to answer your questions in one post.
    You will find the answers to your questions under the following urls:
    AAA:
    http://www.cisco.com/en/US/docs/ios/security/configuration/guide/sec_aaa_overview_ps6350_TSD_Products_Configuration_Guide_Chapter.html
    RADIUS:
    http://www.cisco.com/en/US/docs/ios/security/configuration/guide/sec_cfg_radius_ps6350_TSD_Products_Configuration_Guide_Chapter.html
    TACACS+:
    http://www.cisco.com/en/US/docs/ios/security/configuration/guide/sec_cfg_tacacs+_ps6350_TSD_Products_Configuration_Guide_Chapter.html
    ACS 4.2:
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/configuration/guide/acs42_config_guide.html
    Cheers:
    Istvan

  • How to configure HP Designjet T610 network card.

    Dear All! i have HP Design jet T610 with network card HP JetdDirect 620N & now i want to configure my plotter on network, i checked plotter setting & go to connectivity panel but there is no option to give it static ip or host name etc. so can some please guide me how i configure my plotter via network?

    We have HP Designjet T610, it has already network interface card placing on the plotter, so i don't know that is Jetdirect or not?! How should i know that, also how to configure and include in the network? it saying "Jetdirect -> No" on the connectivity settings. Pls help? 

  • How to configure network with just 1 ethernet adapter?

    I was looking for a guide which would talk about how to configure your network in case if you have only 1 Ethernet adapter. Is it mandatory to have more than 1 network card to configure multiple ports? If not, what are the options available to deploy a Virtual Machine that can have applications which are available over the network. I don't have a separate network i.e. public network as well as management network is of same IP range.
    I am having 2 node cluster using NFS for pools as well as repository.
    ~Yagnesh

    yagneshg wrote:
    I was looking for a guide which would talk about how to configure your network in case if you have only 1 Ethernet adapter. Just enable the "Virtual Machine" role on the Management network that is automatically connected. You will then be able to add guest vNICs to the same network.
    I am having 2 node cluster using NFS for pools as well as repository. I strongly recommend you get at least one more physical NIC for your server, if not two: running NFS and the cluster heartbeat and the guest traffic all over the same network is going to put a lot of data down the wire and you may land up in a situation where the cluster traffic is overwhelmed and a node reboots. You need to be very careful in this situation. Network cards are cheap and you should have at least two or three, I reckon.

  • How to web filtering via two network cards?

    I have Installed Server 2008 and two network cards
    on my pc. One LAN card for clients access and one for internet router. I need to share internet connection to my client computers with
    web filtering. So how to do that? I need to block some sites to client access.

    Hi,
    According to your description, my understanding is that you want to use the WS 2008 to share Internet connection and provide web filtering function for internal clients.
    Internal clients –(NIC1) WS 2008(NIC2) – Internet router – Internet network
    Manually assign IP address, default gateway, DNS server, etc. on NIC2. Manually assign IP address, DNS server, etc. on NIC1.
    Install Network Policy and Access Services – Routing and Remote Access Services. Detailed steps reference:
    Install and Enable the Routing and Remote Access Service
    https://technet.microsoft.com/en-us/library/cc770798(v=ws.10).aspx
    Then open Routing and Remote Access and start configuration. Enable NAT on NIC2 to transfer IP address. Detailed steps reference:
    Enable and Configure NAT
    https://technet.microsoft.com/en-us/library/dd469812.aspx
    Windows Server itself does not support web-based filter, third-party tools with application-layer firewall might be needed to realize this function. Configure WS as a router, it supports IP packet filtering, which specifies which type of traffic is allowed
    into and out of the router. Reference:
    https://technet.microsoft.com/en-us/library/cc732746(v=ws.10).aspx
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • ?? configure network-cards under Sol. 8 ?? please heeellpplp

    Hi,
    I'm a stand alone Solaris's user (at home). Since about 2 months I've installed Solaris 8 on my PC, and wont be able to configure my Internet-Connection and my privat Home-Network.
    I'd already read about 500 different publication's pages, but wont be able to go any further. My main PC contain Solaris 8 and has two RTL-Network-Cards. One for the Internet Connection(LAN), and the other (interne hub) for my small privat network at home. I've read there should be two files named: /etc/hostname.XXX0, XXX1. But there arent such files to see by me. The only file I have is "/dev/hostname.". I've tried to create them and lunch some commands I've seen in some manual's page.
    Result ===> some error messages by the boot sequence.
    Please can anyone help? Without having these cards working, I can't have any Internet connection.
    The OS (Solaris) is already working on my PC, and I love it. But the only problem is how to set up these damned hardware, Network-Cards, Sound-Card and. I don't really know how to start with.
    Please help!! Dont want to give up and I will not! Please help me to enjoy that hard work.
    Thanks for helping.
    PS: I'm connected to the internet trought Network (LAN), i.e I'm using a RTL 8029 PCI Ethernet network-card, and the interne Hub is also a RTL 8029 PCI Ethernet card.

    yes. you got it .... eg..
    /etc/hostname.le0
    /etc/hostname.le1
    in here put the hostname ... so at the shell prompt:
    # hostname <cr>
    should give your hostname.
    now, in the hosts file: eg:
    # Internet host table
    127.0.0.1     localhost     
    <your ip address> <your hostname>     loghost
    129.156.89.252 host2
    you need to reboot after this.
    if you get a 'bad address' error on boot,
    you probably have a mismatch of hostnames/ip addresses somewhere in their respective files.
    also, see:
    # man hosts
    # man ifconfig

  • How to install a network card on Solaris 10

    Hi to all,
    I have installed for the first time Solaris 10 on i386 system.
    All went fine. Although Solaris did not found the PCI network card, is this normal?
    How can I install the (Realtek) network card;
    Thank you.
    Costas.
    Edited by: tritsako on Feb 9, 2009 11:33 AM

    Thank you Zettabyte!!
    Folks, network printers should NOT BE configured like this:
    lpadmin -p somequeue -s someprinter
    that creates a remote style queue and puts all the I/O and processing capability on the basic LPD listener present on network printer interfaces. This will cause problems down the road, not to mention that you cannot control access, get any logging, filter content, or control banner pages.
    Network printers should use any software (or PPD file) supplied by the vendor over the basic lpadmin/netstandard config.
    You can install CUPS, but Oracle won't support it until it's part of the OS (S11, apparently).
    The "System Administration Guide: Solaris Printing" is highly recommended for those administering printers on Solaris.

Maybe you are looking for

  • Have multiple accounts, how can I move all products into one account?

    have multiple accounts, how can I move all products into one account?

  • OCA/OCP exam details reg

    Dear sir, I am planning to appear for OCA/OCP 9i certification,if anyone can provide me with full details such as 1> OCA/OCP exam paper code 2> Exam fee for each OCA and OCP 3> if i do not qualify then after how many month i can able to appear for th

  • How to calculate Average of Keyfigure

    Hi Gurus, I have a requirement where I have to calculate average of key figure value for 1 material. I tried using 'Average' in exception Aggregation but it just sums up everything. Can anyone please explain? Thanks

  • SQL 2005 to SQL 2014

    The following MSDN reference http://msdn.microsoft.com/en-us/library/ms143393%28v=sql.120%29.aspx says SQL Server 2014 supports upgrade from the following versions of SQL Server: SQL Server 2008 SP3 or later SQL Server 2008 R2 SP2 or later SQL Server

  • Picture not save.

    Dear All, I m using developer 6i. Yesterday i export data from 8i to 9i database second release. After this new picture data not save with using form but it save with toad. wht i do for this?