Network - configure - nge0, nge1

I did try configure eth's but I didn't have success.
I need configure like this:
nge0 (eth0):
IP: 192.168.0.117
mask sub-rede: 255.255.255.0
Gateway : 192.168.0.254
DNS: 192.168.0.254
and nge1 (eth1):
DHCP
Any one can help-me?
thanks...

a bit confusing about the nic names, but you can't rename the interface names.
otherwise:
# default route
echo "192.168.0.254" > /etc/defaultrouter
# ip address
echo "192.168.0.117 hostname" >> /etc/hosts
echo "192.168.0.117 hostname" >> /etc/inet/ipnodes
echo "hostname" > /etc/hostname.nge0
# dns
echo "nameserver 192.168.0.254" >> /etc/resolv.conf
svcadm restart network/physical #solaris 10
I have some scripts that helps for setting up networks, mainly made for ipmp and aggregation but it works as well for just a plane setup.
take a look at:
http://sysadmin.developer.se
// Mattias Holmberg

Similar Messages

  • How to handle changing IPv6 network configurations

    Hi,
    I run a Mac Mini as a server with OS X Server 10.8.5/2.2 on it using an internet connection with DS-lite. The server runs fine on a private IPv4 and a public IPv6 assigned by the ISP thrugh my router. Now from time to time (on some really odd days 5 times a day) my ISP decides to change my IPv6 prefix and as a consequence the IPv6 of my server. This results in a warning and some services seem to work not always properly. When I handle the warning and update the network configuration (although all relevant pieces of configuration that are shown along this proces remain unchanged), everything is back to normal.
    Now I wonder whether there is better way to handle changing IPv6 prefixes while everything else is unchanged? Any thougths? Thanks. Steffen

    I'll add my 2 cents too Sudheer...
    I suppose your versioning strategy should take into account your particular circumstances, impact analysis, ESB architecture  etc...
    In our case it makes sense to version the service operations because we have some consumers that want to stay on the older version & other that want to move with the changing versions...
    We've noticed that SAP, with the standard delivered enterprise services also version step the service operations so you esentially have 2 service contracts but one that caters for additional fields/functionality. The consumer uses the service operation that they prefer.
    The other possibility, if you are in a position to make the new fields 'optional' then you could do that without impacting all the consumers, the consumers that have the additional info to pass in the request can do so & the other consumers can carry on business as usual.
    Then you could also version step the entire service, that would entail making use of a new software component version but this would entail new endpoints & depending on your architecture it could impact all your consumers. If you're using an integrated ESB architecture, your consumers would have one endpoint & the ESB would route the request to the relevant service version.
    So you could minise impact on the consumers & develop a good versioning strategy depending on what your current situation is.
    Regards, Trevor

  • How can i print a network configuration page , i need the IP on a ph1510

    how can i print a network configuration page , i need the IP on a ph1510

    Hi,
    What is the exact printer model?
    If it is the HP Deskjet 1510, this is a USB printer and it does not offer any network capabilities.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Multihomed network configuration

    So, when I say multihomed what I really mean is that Macbook Air is configured to use two network interfaces -- Wi-Fi and USB ethernet -- in one Location. Each interface is configured to work on a different subnet. In fact, wi-fi is assigned a public IP address of 195.88.xxx.xxx, and USB ethernet NIC a private address of 192.168.0.252/24. Wi-Fi is en0, and USB ethernet is en2. Both interfaces are in active state.
    My goal is to have MBA to route all traffic to en0, except for 192.168.0.0/24 network which I want to go via en2, the USB ethernet card.
    The topology is pretty simple:
    Linux Laptop <--- Linksys Cisco Router <---   en2 via <---  MBA ---> via en0   ---> Linksys Cisco Router ---> <Internet>
    Essentially, I need to put en2 on the ethernet segment where the Linux laptop is to be able to talk to it directly. No routing needed. This apporach works without any problems in Linux environment. However, on Mac OS X it doesn't work and it makes me wonder why.
    A few details on what happens on the network:
    tcpdump output from Linux machine (it is assigned 192.168.0.253/24):
    13:08:17.476326 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:17.476354 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    13:08:18.476885 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:18.476911 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    13:08:19.478089 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:19.478113 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    13:08:20.478393 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:20.478417 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    13:08:21.479522 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:21.479551 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    and this is tcpdump output from Macbook Air:
    13:08:17.473933 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    13:08:18.474507 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    13:08:19.475732 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    13:08:20.475968 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    13:08:21.477168 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    I tried Service Reorder (in System Settings->Network) and set en2 as the first device on the list, or one position behind en0. It doesn't change anything.
    My question is similar to these discussions:
    https://discussions.apple.com/thread/2297388?start=0&tstart=0
    https://discussions.apple.com/message/9984744?messageID=9984744#9984744?messageI D=9984744
    and in one of them it is implied that no extra configuration should be made beyond what I've already done, but clearly Mac OS X doesn't see ARP request reply from the Linux machine.
    BTW, firewalls are down on both systems.
    I also found this network configuration manual for Princeton University campus network
    http://www.net.princeton.edu/mac/network-config-x-10.8/caveats.html#ip-weakend
    that claims that Mac OS X actually cannot do what I'm attempting to and refers to Weak End System Model which in essence is described in RFC4907 as:
    In the Weak End System model, addresses refer to a host.  As a
            result, packets sent on an outgoing interface need not
            necessarily have a source address configured on that interface,
            and incoming packets whose destination address does not
            correspond to the physical interface through which it is
            received are accepted.
    That could explain why ARP request reply never makes it back to Mac OS X.
    So, any ideas? Any tips?
    I'd highly appreciate help of the community because I'm stuck

    I dont have a PSC2210 but one of the documents I saw said to go to the front panel of the printer, press the Setup button, press 6 and then press 1 to print the Network Configuration page.
    Binary_Zen (worked at HP )
    Click the white Kudos star to say thanks
    Please mark Accept As Solution if it solves your problem

  • Can not start Oracle 8.1.7 Network configuration assistant

    Hi!
    I have Oracle 8.1.7 on a PIII 1Ghz 256 Mb running win2k sp2 , I try to run Network configuration assistant and nothing happens , I can run dba studio and sql/plus or Database configuration assistant without problems but no way with any tool under network.
    Any idea?
    Thanks!!

    Got past this spot... Thanks to the beefier shared memory/semaphore settings in this website (from another response in this forum)
    http://www.dbspecialists.com/4dbas/presos/oracle817solaris.html

  • Network configuration Solaris 10.

    Hi all,
    I got my solaris up and running with Audio and graphics working fine. Now I need to setup internet. I know the following details. Can anybody help me how to set this information. In linux I would, network configuration tool and on windows, I chang the TCP/IP properties. I don't know what to do in solaris.
    I ahve the following information.
    1) My IP Address
    2) Subnext mask
    3) DNS
    4) Primary gateway
    5) Sec. Gateway.

    If your IP is dynamic, Solaris should get you connected to web, without your intervention. Just make sure the DHCP client is running (it runs, by default). Also check this compatibility list: http://www.sun.com/bigadmin/hcl/data/sol/components/views/networking_all_results.page1.html
    If everything looks good, you can try "inetmenu" tool to get a valid IP address. More information is available at OpenSolaris web site: http://opensolaris.org/os/community/laptop/inetmenu/

  • XML Schema validation error in network configuration. Missing DnsRef

    When ever we try to make changes to a Virtual network we receive
    XML Schema validation
    error in network configuration. Missing DnsRef
    We can't make any changes to the Virtual network.
    The DNS ref exists as well.
    Considering exporting network config and re-importing however we have a lot of networks configured and want to be sure this is the correct way to proceed.
    Any feedback much appreciated.
    Thanks

    Hi,
    We are having the same problem, so you are not alone.
    I had an extensive call with Azure premium support and we where able to determine that:
    - Nothing is missing or in the wrong place in my exported .xml file.
    - Any changes to the VNET's using the web gui interface of https://manage.windowsazure.com is not possible when you have dns servers and use an gateway
    - You can download the .xml configuration file of the network and make manual changes to it, then import it again , to add/remove dns servers and or subnet's. 
    I am currently waiting for an solution,  i have let them lower the urgency from A to B (because i can make changes trough xml) and responded to the next support contact (saying he will continue with the issue) that the problems seems to be with azure and
    he should speak with the previous person helping me.  I have not heard from Azure support since.
    SR Number:115021812414226
    Open on:02/18/2015 09:28
    > There are networks with and without gateways created and the issue is happening on all the networks.
    > We are unable to add or remove the DNS servers. (by web gui)
    > Also not able to add or remove any subnets. (by web gui)
    > Every time the error message is same but the DNS server name is different. (from another subnet then the one we are changing)
    > Created CRI- 3405931, but they said it will need WATS team.
    > Confirmed with WATS engineer as well and moving case to WATS.
    > Cx agreed to lower the severity of the case as they are able to make changes through the network configuration file.
    > But they still want to get this resolved soon.
    > Agreed and dropped off, reducing severity to B 24/7.
    I hope microsoft is going to resolve this soon, as i do not want to edit my xml for little things like adding a subnet all the time. I have requested an status update in the issue.
    Should anyone have more information on this, please share it here.

  • Apple TV looses network configuration

    Hi people;
    I have configured my Apple TV and everything works fine. I accessed ITunes, photos etc...
    When I put the AppleTV on a stand by mode it loose the network configuration every time.
    Does somebody know how to save the network configuration in oder not to loose it?
    Thanks;
    Joaquim Santos Neto

    It might not solve your problem but you could eliminate it as a possible cause by changing to a 5 letter password for 64/40 bit encryption or a 13 letter password for 128/104 bit encryption.

  • WiFi PC connection: network configuration hangs

    I have a new Z3C (UK) and I am trying to sync it with a Windows 7 x64 PC for WiFi access. The drivers are installed and "Xperia Z3 Compact" appears in "Computer". If I right-click and choose "Network Configuration" as per the instructions, a dialog appears asking my if I want to start the pairing process. I click OK and the wizard hangs. I have to unplug the device in order for the dialog to come back to life and tell me it cannot pair my device. Both devices are connected to the same WiFi network and the phone is in MTP mode. I have tried two Windows 7 x64 PCs now and the result is the same: I cannot get this to work.
    Does anyone have any suggestions? I have installed PC Companion but see no options for WiFi pairing.
    Help...!

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    I suggest that you download our program PC Companion:
    http://www.sonymobile.com/global-en/tools/pc-companion/
    In PC Companion press at "How to connect" and then select "Wi-Fi connection" and follow the instruction that appears to see if you can pair your phone with your PC.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Oracle 10g Installtion error Network Configuration requirements ... failed

    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.

    Are you installing Oracle 10G R2? If this is the case then for DHCP network environments, you need to create a Microsoft loop back adapter.
    Microsoft Loopback Adapter creation:
    ===========================
    Step 1: Programs -> control panel -> Add Hardware.
    Step 2: In the Add Hardware wizard. Click 'Next' and select 'Yes, I have already connected the hardware'. option and click on 'Next'.
    Step 3: Select the last option 'Add a new hardware device' from the 'Installed hardware' window and click on 'Next'.
    Step 4: Select the last option 'Install hardware that I manually select from the list (Advanced) and click on 'Next'.
    Step 5: Select 'Network adapters' in 'Common hardware types' list and click on 'Next'.
    Step 6: Where you can see 'Microsoft loopback adapter' on the right hand side of the frame.
    Step 7: proceed with all default installation and then try installing Oracle.
    I hope this will suffice.
    Thanks
    Venugopal

  • IOS 5 not saving Network configuration - bug

    Can't find a place to report this bug so I'm doing it here...
    1. Upgraded both iphone 3GS and Ipad 2 to IOS 5 - all working correctly.
    2. Changed Enteprise password (due to corporate policy).
    3. Now both devices require manual configuration of WPA2 Enterprise authentication whenever they are woken up. The network configuration is clearly being reset to WEP when they go to sleep.
    I therefore conclude that the Authentication type is not being stored correctly by IOS 5, hence it is reverting to WEP.
    Apple - please fix asap as this is severely impacting corporate use of both devices.
    Thanks.

    We also have deployed ain our company a number of iOS devices (iPhones, iPads, etc.). We are using WPA2 Enterprise as a security protocol and all our devices had no problem at all connecting to the WiFi network when at iOS 4. When we started upgrading devices to iOS 5, we started having exactly the problems you mention in your posts. I agree that this should be a major bug to iOS networking facilities, because it seems that it cannot store the WiFi account preferences with the correct authentication type and credentials, resulting in our devices not being able to enter the network AT ALL after being upgraded to iOS 5.
    The nice thing regarding the issue is WHEN this issue occurs and when it is not. (it doesn't occur in all devices upgraded so far). If you have upgraded your device to iOS 5 from scratch (restore from iTunesand "Set as New Device" settings (no Restore from backup), then the issue emerges automatically for us.
    If your user just upgrades when the iTunes message pop up appears, or manually ("Check for Updates") then all devices behave normally after the upgrade.
    Something should be done ASAP, because we are facing a major problem over here...

  • Laserjet P3005dn network configuration options missing from I/O menu

    I acquired a Laserjet P3005dn that should be networkable, and has an Ethernet port in the back, but when turned on, there is no network configuration in the menu.  From the menu, I choose Configure Device, I/O.  The only option is "I/O Timeout".  The "Embedded Jetdirect" option is not there. 
    I tried to do a cold reset, but it made no difference.  Can this be fixed?

    I see that this is a commercial LaserJet printer.  It would be best to post in the commercial LaserJet forums.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Oracle 11g - Network Configuration check

    Hi All,
    This is my first time here and I am a newbie to Linux and Oracle installation.
    I just finished installing Linux Enterprise version 5 ( provided by Oracle corp).
    At the time of installation I did not do any type of network configuration and let the default network connection take effect.
    After installing all the pre requirements for the Oracle 11g installation on my laptop I was stopped with a warning on the Oracle univesal Installer - product specific Prerequisite check.
    This is what it gave me---
    Checking Network Configuration requirements..
    Check complete. The overall results of this check is : Not executed <<<
    Recomendation : Oracle supports installation on systems with DHCP-assigned public IP addresses. However the primary network interface on the system should be configured with a Static IP Address in order for the oracle to function properly.See the installation guide for more details on installing the software on systems configured with DHCP.
    I checked with the manuals and do not find any information about how to fix it.
    The info given in the manual is
    Installing on DHCP Computers
    Dynamic Host Configuration Protocol (DHCP) assigns dynamic IP addresses on a network. Dynamic addressing enables a computer to have a different IP address each time it connects to the network. In some cases, the IP address can change while the computer is still connected. You can have a mixture of static and dynamic IP addressing in a DHCP system.
    In a DHCP setup, the software tracks IP addresses, which simplifies network administration. This lets you add a new computer to the network without having to manually assign that computer a unique IP address.
    Now i made some changes to the Network Config as root user and my Network configuration file looks like ( ie. /etc/hosts)
    127.0.0.1 localhost StaticIP
    It was previously something like
    127.0.0.1 localhost.localdomain localhost.
    As per the installation documents where ever i had references to localhost, i had left the localhost with the same name ' localhost' and have not changed it. Now it has StaticIP and I am not sure how to proceed.
    What must I do?
    I want to fix this error and also want oracle to work.
    Thanks for your help!!

    Thanks a lot guys to respond to this. I am using OEL5 ( supplied by Oracle Corp) and Oracle 11g. Installation of Linux takes about 40 minutes and installation of Oracle takes about an hour to 2 hours. Not sure why some RPM's do not show up on the CD's provided by Oracle.
    So I tried to reinstall Linux . But the whole problem is, the Network Screens ( during installation) do not show up at all. It just skips that portion and goes to the Screen where there is the world Map and tells you to set up the time and date. I tried installing Linux many times and those Network configuration screens do not show up at all.
    Here is my dilemma. After installing Oracle 11g, and immediately accessing the site https://localhost.localdomain:1158/em takes me into the OEM.
    But after I shut down my machine and boot up again, I am unable to use the OEM's site https://localhost.localdomain:1158/em. Instead I get the message
    ===============================
    Unable to Connect
    Firefox can't establish a connection to the server at localhost.localdomain:1158
    1. The site could be temporaily unavailable
    2. If you are unable to load any pages, check your computer's network connection
    3. If your computer is protected by firewall or proxy, make sure that firefox is permitted to access the Web.
    ===================================
    I am thinking the problem is with 2. I do not have any firewall in my machine and i have also disbaled SELINUX.
    I want to configure the computer so i can use the OEM in my Linux laptop.
    My $ cat /etc/hosts gives
    127.0.0.1 localhost.localdomain.
    Please help me setup the Network so i can connect to 11g OEM.
    And BTW this laptop is not even used to connect to the Internet.
    Thanks
    Sulu

  • Network protocols are not showing in sql server network configuration manager

    Hi,
    We are running 64 bit SQL server 2012 SP1 version. Everything was working fine but suddenly SQL server network configuration showing blank.
    So please suggest how do I get it back.

    Hello,
    Could you please try to repair the installation?
    http://technet.microsoft.com/en-us/library/cc646006(v=sql.110).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Oracle 10gR2 Installation on Linux 86(CHECKING NETWORK CONFIGURATION REQ)

    I tried to install oracle10gR2 on Redhat Linux X86 machine.
    In the middle of installation i got the following ERROR::
    checking network configuration requirements
    check complete: The overall result of this check is : Not Executed
    Recommendation: Oracle supports installation on systems with DHCP - assigned public IP addresses.
    However , the primary network Interface on the system should be configured with a static IP address
    in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the
    software on systems configured with DHCP
    Could anyone help me in this regard
    Thanks in Advance

    user12974178 wrote:
    checking network configuration requirements
    check complete: The overall result of this check is : Not Executed
    Recommendation: Oracle supports installation on systems with DHCP - assigned public IP addresses.
    However , the primary network Interface on the system should be configured with a static IP address
    in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the
    software on systems configured with DHCP
    Could anyone help me in this regard
    Thanks in AdvanceYour problem is:
    "However , the primary network Interface on the system should be configured with a static IP address in order for the Oracle Software to function properly"
    Your solution is
    "See the Installation Guide for more details on installing the software on systems configured with DHCP"
    That book is at http://tahiti.oracle.com and the steps you need are in Chapter 2 of the Installation Guide for Linux.
    Now, I could assume this is Oracle 11gR2 and you are using Oracle Enterprise Linux 5 Update 4, but I won't. Assuming things gets me into trouble.

Maybe you are looking for

  • Error in PO creation in backend (SRM to R/3)

    Hello,   We need to add contract no and contract item no to EKPO table in backend. For this reason we implemented BADI : BBP_ECS_PO_OUT_BADI in SRM system. Also updated bbp_cufmap table with necessary information. <b>Code in the BADI :</b> Loop at IT

  • Tomcat 4.0 and Oracle 10g takes 100% CPU and grinds to a halt

    Hi, I have a system to support that is currently running on Tomcat 4.0 on a Windows Server 2003 R2 SP2 machine with 3.06Ghz, 4Gb Memory, 2Gb Page file connecting to an Oracle 8.1.6 database on a Windows NT 4 virtual server with 3.2Ghz, 1152Mb Memory,

  • Why can't I insert a 3D pdf file in an InDesign Document?

    I am working on a presentation for a client and need to insert some 3D pdf files to it but I always get an error message from OnDesing. What should I do?

  • CFLock, Read-Only Issues

    I am trying to make edits to a previously read-only page. I have added some queries and when I run the page, the queries are not run. I have put the queries in a try/catch block and again, not run. I have even put in random test (i.e. 'asdfasdf') hop

  • How can I reach someone in Verizon Customer Service that can get my account corrected?

    I have been trying to get my account corrected since January the 12th.  I have called dozens of times each time I am promised a return call as an IPR must be completed and then nothing happens.  I call back and told a different excuse every time. I h