How to configure default gateway Solaris 9

How to configure default gateway using /etc/gateways file (NO /etc/defaultrouter).
The line "net default gateway ip_router metric 1 passive" produce the following error message:
in.routed: bad net "default" in /etc/gateways entry "net default gateway ip_router metric 1 passive"--cannot be default.
With Solaris 8 is ok.
Can you help me.

you've probably worked this out by now, but this may help others;
net 0.0.0.0 gateway x.x.x.x metric 1 passive
* x.x.x.x = your gateway IP

Similar Messages

  • How to setup default gateway in a DHCP client. The default gateway will be the Ip address of the server that has RRAS installed, hence routing cabalities.

    How to setup default gateway in a DHCP client. The default gateway will be the Ip address of the server that has RRAS installed, hence routing cabalities.

    Hi Bill,
    Thank you for replying back...Yes, I was actually asking how do you set the default gateway address on the DHCP server?,
    I believe I got the answer below:
    To configure the DHCP default gateway option Click Start, point to Administrative Tools and then click DHCP. In the console tree, expand the applicable DHCP server, expand IPv4, and then right-click Scope Options Click Configure Options, check 003
    Router, type the applicable Server name and IP address, and then click OK.
    Thank you

  • Reg: How to Configure internet for solaris 10 in x86 32 bit

    Hi,
    I am new to Sun Solaris can any one help me detailed step of how to configure internet for standalone pc. Thanks in Advance
    Thanx
    MA

    OK, the classical way:
    Open a terminal.
    Type
    ifconfig -a
    ifconfig -a plumb
    ifconfig -a
    Note the differences, it will plumb ALL available interfaces this way. So, now you can see, which device is your network card.
    Then perform a
    ifconfig <interface> unplumb
    for all the newly interfaces (aka those, that were new in the last ifconfig -a output).
    Then, the simple way:
    cd /etc
    vi hostname.<interface-driver-name>0 (example: hostname.rge0, the driver would be rge, the instance is 0, and rge0 would have been displayed as an available interface in the last ifconfig command). Add the name of the host into this file.
    Then
    vi /etc/inet/hosts
    and add the pair of IP-address and hostname.
    If needed:
    vi /etc/inet/netmasks
    if you have a sub-divided network, and you need a differenbt subnet mask...
    Then:
    vi /etc/defaultrouter
    and add the name or ip-adress of the gateway... (name only, if you have that name also in the /etc/inet/hosts file!)
    Also:
    vi /etc/nodename
    and add the name of your host into that file, so that the system knows, who it is... ;-)
    And: For the DNS you can then add the infos into:
    /etc/resolv.conf
    For example:
    nameserver 192.168.2.1
    or some such...
    Then, as the last but one step:
    ls /etc/nsswitch.*
    and:
    cd /etc
    cp nsswitch.<what you need> nsswitch.conf (should be .files here!)
    And the reboot... ;-)
    HTH!
    Matthias
    P.S.: There might be some GUI, but I'm an old-timer, so I prefer the command-line version of things...

  • How to configure postfix in Solaris 10?

    Hi guys,
    I need doc or link on how to configure postfix(mail send from server has to be forwarded to mail host which takes care of delivery) in Solaris 10 as i am facing issues with sendmail. I tried googling but couldnt find out any useful stuff.
    Thanks in adavance...

    http://www.postfix.org/documentation.html

  • How to configure PPPoE in solaris 10

    Hi
    As I have to configure Internet in one Intel based Solaris box [Solaris 10] can you tell me the steps how to configure it as I have Brodband connection of Iqara.

    hi,
    did you configure your interface for pppoe? the first step is configuring your interface for ppoe and then you can define a pppoe access server.
    please look at http://docs.sun.com/app/docs/doc/816-4555/6maoquija?a=view for details.
    yavuz

  • How to set default gateway

    I have created two Virtual machine of windows server 2008 R2 (VM1 & VM2 respectively). I am configuring domain controller on VM1 and VM2 will be my member server.
    My Host system is windows 7 and my ISP does NOT provide me with a static IP.
    When I configure domain controller on VM1 it asks me to configure static IP address first. I have given 10.0.0.2 as a static IP on VM1 and the default value of subnet mask is populated. 
    For preferred DNS and Alternate DNS server I have given the same static IP address (i.e 10.0.0.2).
    Note - As am planning to use the local computer (i.e VM1) as my preferred DNS and alternate DNS.
    Q1) What should I set as the 'default gateway' on VM1 ? 
    Q2) Once I've set up the domain controller, can I configure DHCP server on VM1 and assign IP to VM2 ? 
    Q3) VM2 being a (domain)member server, can we assign static IP to it ? If yes What would be the values in gateway, Preferred DNS and Alternate DNS field ?

    Thanks for answers. Doing this configuration for first time this is little confusing for me.
    @Milos
    Step No. 15 says
    "If you do not have static IPv4 and IPv6 addresses assigned to your network adapters, a warning message might appear advising you to set static addresses for both of these protocols before you can continue."
    The warning message did appear. 
    Before I start to configure Active Directory Domain Services, I
    will have to provide a static IP to the system. Correct? 
    I have two virtual machines (windows server 2008 R2) running on my VMware workstation. I do not require two domain controllers, my requirement is the first virtual machine (i.e VM1) should be the domain controller and the second virtual machine (i.e VM2) should
    me a domain member server (NOT a domain controller or a child domain)
    As you have explained, that Before you run DCPROMO,
    there is following configuration:
    IP address            10.0.0.2
    MASK                 255.0.0.0
    Deafault gateway  10.0.0.1  if
    this is IP address of ryour outer.
    Preferred DNS     10.0.0.2
    I would like to understand, is this what you mean by having a static IP ?
    I am pasting three screenshot below, 
    1st) ipconfig of my host system. 

  • How to configure CUPS in Solaris 10 X86 and SPARC

    Dears,
    I need help in configuring CUPS for Solaris 10 X86 as well as on SPARC.
    What i did?
    Downloaded the CUPS 1.5.0
    read the readme.txt
    read the INSTALL.txt
    Pre-req installation requires :-
    CFLAGS= -i /some/directory \
    CPPFLAGS = -i /some/directory \
    CXXFLAGS = -I /some/directory \
    DSOFLAGS = -L /some/directgry \
    LDFLAGS = -L /some/directory \
    ./configure --
    It errors out with
    checking for gawk ... no
    checking for mawk... no
    checking for nawk ...nawk
    chekcing for gcc ... no
    checking for cc ... no
    checking for cl.exe no
    Configure error: no acceptable C compiler found in $PATH
    see 'config.log' for more details
    I installed all the missing dependencies from www.sunfreeware.com and I have the same problem.
    I also tried to install the software packages from the operating system dvd... like for
    ls -lrt gcc
    gcc "SUNWgcc", "SUNWgccS", "SUNWgccruntime"
    ls -lrt cc
    cc "SUNWgccruntime", "SUNWlccom", "SUNWcctpx", "SUNWccisgn" , "SUNWccinv", "SUNWccfwctrl", " SUNWccfw", "SUNWccccrr", "SUNWccccr", "SUNWccccfg", "SUNWislcc",
    "SUNWaccu", "SUNWaccr", "IPLTccons", " SUWgccs", "SUNWgcc", "SUNWmccom", "SUNWmcc", "SUNWusbccids", "SUNWusbccid"
    ls -lrt gawk
    no results
    ls -lrt mawk
    no results
    ls -lrt cl.exe
    no results
    Is there any way should i follow apart from the above?
    Rgds,
    Mky

    Check pkginfo -l for each package.
    export the PATH variable where the packages are installed, like /usr/local/bin and etc.

  • How to Configure Internet on Solaris 10

    Hi Guys,
    I recently installed Solaris 10 on Vmware Workstation 7.0.1. I'm trying to get Internet to work in the solaris virtual machine by sharing it from the host machine but have not been successful.The Solaris Virtual Machine NIC is using NAT. Please help.
    Thanks
    kisad

    Thank You for your reply. This is what i have configured.
    ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.0.0.51 netmask ffffff00 broadcast 10.0.0.255
    ether 0:c:29:42:c3:b4
    netstat -rnv
    IRE Table: IPv4
    Destination Mask Gateway Device Mxfrg Rtt Ref Flg Out In/Fwd
    default 0.0.0.0 10.0.0.1 1500* 0 1 UG 0 0
    10.0.0.0 255.255.255.0 10.0.0.51 e1000g0 1500* 0 1 U 0 0
    224.0.0.0 240.0.0.0 10.0.0.51 e1000g0 1500* 0 1 U 0 0
    127.0.0.1 255.255.255.255 127.0.0.1 lo0 8232* 0 9 UH 278 0

  • How to configure snmp on solaris 10

    hi, i am working on solaris management console(smc) .i want to configure snmp for this to send traps regarding my system performance and cpu usage ..can any body know ho to do this

    I could use some help with this as well ... so far I have been unable to find a clear and concise document that can walk me through configurin gSNMP. Clean Solaris 10 installation, snmpdx is running - now how do I configure it? Better yet, how do I disable snmpdx and run net-snmp?
    Please, someone help or at least paste a link to an article somewhere...

  • How to configure snmp on solaris 10 for sending traps to any EMconsole

    i am working on solaris management console(smc) .i want to configure snmp for this (smc)to send traps regarding system performance and cpu usage ..can any body know ho to do this .i am new to solaris ..learned some basic administration of it ..

    I could use some help with this as well ... so far I have been unable to find a clear and concise document that can walk me through configurin gSNMP. Clean Solaris 10 installation, snmpdx is running - now how do I configure it? Better yet, how do I disable snmpdx and run net-snmp?
    Please, someone help or at least paste a link to an article somewhere...

  • How to configure default Printer Storage mode for specific user?

    Dear all,
    When we try to print something from the SAP, we can manually change the settings of the printing by clicking on the "Properties".
    Inside the "Properties", there is a "Ouput Options", extend it, and we can see a field called "Storage Mode". In my screen, by default it is always "Print Only".
    My question is, if the user A must to change the default to "Archive only", and this change only affect this user A, how can I do this ? O
    Thanks in advance.

    Eduardo,
    Could be a long shot, but in the interest of helping you ... maybe the following ...
    - get ABAPer to create a control table listing user
    - add code in RSNASTZZ that says if entry in control table, then update NAST-TDARMOD with '2'
    Let me know if this helps. If not please revert and will try again.
    Thanks,
    Jay

  • How to configure SNMP in solaris 10

    i am working on solaris management console .i want to configure snmp for this to send traps regarding system performance and cpu usage ..can any body know ho to do this

    Integration of Directory Server SNMP agent with Solaris Master agent is documented in the Administration Guide Chapter 14: Monitoring Directory Server using SNMP.
    http://docs.sun.com/source/817-7613/snmp.html
    Regards,
    Ludovic.

  • How to configure default parental settings for all users (10.7)?

    Hello,
    I've made a silent installation of iTunes using MSI files and it works well.
    I need to enable parental controls and configure it. Users must be preventing of changing these settings.
    At the end of the iTunes installation I automatically created registry keys :
    [HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\iTunes\Parental Controls]
    "AdminFlags"=dword:001b7ac5
    "AdminMoviesLimit"=dword:000000c8
    "AdminTVShowsLimit"=dword:000001f4
    "AdminRatingSystemID"=dword:0000000b
    "AdminGamesLimit"=dword:0000012c
    According to http://support.apple.com/kb/HT2102 it is the procedure to set default parental settings for all users and to lock these settings.
    When iTunes is first launched, parental settings are not set nor locked.
    I use iTunes 64 bits on Windows 7 64 bits.
    Where is the mistake?
    Thanks in advance.

    You can set up a system cache for sharing jars: See here: http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/enterprise_config.03.06.html

  • How to configure Samba on Solaris 9.0 x86

    Dear All :
    I installed Solaris 9.0 on my machine , i know that Samba is installed " i used pkginfo | grep samba "
    . but the related services are not in /etc/inetd.conf or /etc/services files .
    what to do to activate samba and make it to run at start up .
    Thank s

    Try to see the following links, I did get my samba up and running and its working fine, these two links did help me a lot in configuring the file.
    http://www.oreilly.com/catalog/samba/chapter/book/index.html
    http://www.swlink.net/~styma/SunAtHome/Samba.html
    Samir Patel

  • RDS12 with UPD - how to configure default profile

    Hi all,
    I have a new RDS12 session host server using user profile disks, and cant find a way to pre-configure the default profile.  What is the best way to go about setting up desktop/taskbar icons and start menu programs?
    Thanks,
    Brandon

    Hi,
    Based on my knowledge, during first logon, a virtual disk (VHDX) is created from a template disk. After the configuration for UPD, when we go back to the share, we’ll see that a new file has been created called UVHD-template.vhdx.
    You can mount this vhdx and try to customize the profile there.
    Niki Han
    TechNet Community Support

Maybe you are looking for