Adding a route in solaris

I added a route in solaris by command-->
route add 10.224.86.10 -netmask 255.255.255.224 10.224.8.10
it gave the prompt--add net 10.224.56.0: gateway 10.224.8.10
I checked the routing table by netstat -r
10.224.86.10 10.224.8.10 UG 1 0
which shows that it is added
but i am not able to ping it from that server
ping 10.224.86.10
gives
no answer from 10.224.86.10
What is the reason?
Thanks
Anmol

Hi
You cannot add a route in appliance. You can only setup a default gateway on the appliance.
All the routing decisions should be taken by default gateway of the appliance.
~Rohit

Similar Messages

  • Routing in solaris zones

    Lets see the hypothetical situation. I have Solaris 10 with 3 zones ( + global).
    I have 4 network interfaces. Every zone has it's own interface.
    Now from what i've learnt all network configuration must be done in global zone. It means that every single network interface must have an adress assigned in the global zone even if i only intend to use it in sub zone. Also all routes must be added in global zone (if i try to add anything in sub zone i am disallowed with information "operation not permitted"). Every interface needs its own default gateway, so i have 3 default gws in global zone. What more every sub zone inherits all default gws, which is very confusing to the network traffic. I want a situation, where every zone inherits only part of routing which is intented for that very zone. How can i achieve that if i have to do all routing in global zone and after adding any route it appears automatically in sub zones?

    From my understandig Solaris 11 is going to offer some features you're requesting right now. For now you can take a look a defining routes yourself to match the behavior you want, or take a look at zebra if you have routing protocols available on your network. But I have to urge you to consult your networkadministrator before you continue in both case so you don't take down your system or the network.

  • Adding a route to a non pingable router

    I want to add a route to a network that is routed by a firewall. This firewall can't be ping.
    My question is 'How can I add this route ?" because when I try to add the route manually
    route add net 172.19.0.0 255.255.0.0 172.18.60.4 1
    The reply is :
    add net 172.19.0.0: gateway 255.255.0.0: Network is unreachable
    With the HP-UX server, there is an option in the /dev/ip module that tells the routing to NOT ping a gateway when adding a route but this variable ip_ire_gw_probe doesn't exist on Solaris.
    Is there somebody who had an idea ?
    Gilles.

    The following should work, just add the -netmask switch.
    route add net 172.19.0.0 -netmask 255.255.0.0 172.18.60.4 1

  • Adding Static Routes for VLANS

    We have 3 servers each in a different vlan and 1 server is a Bordermanager.
    We added network routes to 2 server and all the vlans can see them, the
    Bordermanager already has a default route that takes it out on the
    internet, when we try to add a private network number of the vlans, it does
    not see the other vlans. What is the correct way to do this or is there?
    Thank you...

    Ok Craig,
    There are only 2 vlans, VLAN1 has all the servers, VLAN2 has all the users,
    a Cisco router supposedly does the routing between both VLANS because the
    router protocol supports ISL. Rip has been removed from the servers. The
    Bordermanager Server is in VLAN1, the problem is that all the servers you
    can change the Static Route to the VLAN2 that has all the users, but the
    Border cannot because it's static route goes out to the internet and it
    doesn't let you make a change, would a 3 card in the Border help? Thanxs...
    > In article <Mfc4e.1881$[email protected]>, wrote:
    > > when we try to add a private network number of the vlans, it does
    > > not see the other vlans. What is the correct way to do this or is there?
    > >
    > Can you give more details?
    >
    > Somewhere there has to be a router that contains all of the VLANS in order
    > to route between them. (Or a pair of routers each with 2 of the VLANS).
    > This could be a server or a routing module in your VLAN box.
    >
    > The BMgr server would need a static route pointing to the router(s)
    > connecting the VLANS.
    >
    > Craig Johnson
    > Novell Support Connection SysOp
    > *** For a current patch list, tips, handy files and books on
    > BorderManager, go to http://www.craigjconsulting.com ***
    >

  • What is the expected behavior in a zone after adding a new static route in Solaris 10....

    Hi Folks,
    I have a few Solaris 10 production machines here at work and had a strange thing happen. I added a new route to these machines using the "add route <destination > <gateway>" command and my web applications running in the zones on these machines froze up. The applications that froze had no reason to do this as they have never talked to the machine in this new route. Here is the old route table via netstat -rn:
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    172.23.248.0 172.23.248.24 U 1 6794 bge1
    204.154.126.0 172.23.248.100 UG 1 0
    204.154.127.0 172.23.248.100 UG 1 0
    204.154.134.0 172.23.248.100 UG 1 0
    204.154.135.0 172.23.248.100 UG 1 0
    204.154.132.0 172.23.248.100 UG 1 0
    204.154.133.0 172.23.248.100 UG 1 0
    204.154.130.0 172.23.248.100 UG 1 0
    204.154.131.0 172.23.248.100 UG 1 0
    204.154.128.0 172.23.248.100 UG 1 0
    204.154.129.0 204.154.129.74 U 1 7980 bge0
    204.68.180.0 172.23.248.100 UG 1 0
    204.68.181.0 172.23.248.100 UG 1 0
    192.168.0.0 172.23.248.100 UG 1 34
    172.28.0.0 172.23.248.100 UG 1 9
    172.29.0.0 172.23.248.100 UG 1 0
    172.30.0.0 172.23.248.100 UG 1 0
    172.31.0.0 172.23.248.100 UG 1 0
    172.24.0.0 172.23.248.100 UG 1 0
    172.25.0.0 172.23.248.100 UG 1 44
    172.26.0.0 172.23.248.100 UG 1 934
    172.27.0.0 172.23.248.100 UG 1 0
    172.20.0.0 172.23.248.100 UG 1 0
    172.21.0.0 172.23.248.100 UG 1 0
    172.22.0.0 172.23.248.100 UG 1 82
    172.23.0.0 172.23.248.100 UG 1 161975
    172.16.0.0 172.23.248.100 UG 1 0
    172.17.0.0 172.23.248.100 UG 1 0
    172.18.0.0 172.23.248.100 UG 1 0
    172.19.0.0 172.23.248.100 UG 1 82
    10.0.0.0 172.23.248.100 UG 1 1766
    224.0.0.0 204.154.129.74 U 1 0 bge0
    default 204.154.129.1 UG 1 8411
    127.0.0.1 127.0.0.1 UH 225713773 lo0
    Here is the route table after I added my one additional route (note the top line):
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    204.154.129.209 172.23.248.100 UGH 1 5
    172.23.248.0 172.23.248.28 U 1 5757 bge1:3
    204.154.126.0 172.23.248.100 UG 1 0
    204.154.127.0 172.23.248.100 UG 1 0
    204.154.134.0 172.23.248.100 UG 1 0
    204.154.135.0 172.23.248.100 UG 1 0
    204.154.132.0 172.23.248.100 UG 1 0
    204.154.133.0 172.23.248.100 UG 1 0
    204.154.130.0 172.23.248.100 UG 1 0
    204.154.131.0 172.23.248.100 UG 1 0
    204.154.128.0 172.23.248.100 UG 1 0
    204.154.129.0 204.154.129.86 U 1 484 bge0:2
    204.68.180.0 172.23.248.100 UG 1 0
    204.68.181.0 172.23.248.100 UG 1 0
    192.168.0.0 172.23.248.100 UG 1 114
    172.28.0.0 172.23.248.100 UG 1 2
    172.29.0.0 172.23.248.100 UG 1 0
    172.30.0.0 172.23.248.100 UG 1 0
    172.31.0.0 172.23.248.100 UG 1 0
    172.24.0.0 172.23.248.100 UG 1 0
    172.25.0.0 172.23.248.100 UG 1 43
    172.26.0.0 172.23.248.100 UG 1 944
    172.27.0.0 172.23.248.100 UG 1 0
    172.20.0.0 172.23.248.100 UG 1 0
    172.21.0.0 172.23.248.100 UG 1 0
    172.22.0.0 172.23.248.100 UG 1 77
    172.23.0.0 172.23.248.100 UG 1 160823
    172.16.0.0 172.23.248.100 UG 1 0
    172.17.0.0 172.23.248.100 UG 1 0
    172.18.0.0 172.23.248.100 UG 1 0
    172.19.0.0 172.23.248.100 UG 1 0
    10.0.0.0 172.23.248.100 UG 1 183
    224.0.0.0 204.154.129.86 U 1 0 bge0:2
    default 204.154.129.1 UG 1 1850
    127.0.0.1 127.0.0.1 UH 58 225894 lo0:3
    My question is why did my application die and need to be restarted after this one simple route was added? What is the expected behavior in a zone after adding a new route to the root zone?
    Thanks,
    Tom Gellert
    tom.gellert&#64;tellabs.com

    Greg- Dreamweaver CS4/Live View integration with BrowserLab allows you to send interactive states of a local site/design directly to BrowserLab (dynamic data, rollover/mouse interaction states, widget states, et al), and from behind firewalls no less- definitely a scenario we covered.  You can get the extensions (which require Dreamweaver CS4, of course) up on the Labs site: http://labs.adobe.com/technologies/browserlab/

  • Aaack. Adding a PC to my Happy Mac Family, adding a router?

    Okay, I have 3 Macs connected to a DSL modem via Airport Express, WEP encrypted network. Two Macs run 10.4.8, one runs 10.2.8, all have Airport cards.
    Hubby's new job comes with an IBM Thinkpad running latest version of Windows. New Co. insists he uses "their" router, and sent us a Linksys WRT54G. They say adding this to our network is easy, just plug it in. Huh?
    Any advice or suggestions would be most welcome.....
    Elizabeth

    The Linksys WRT54G is a wireless router and performs basically the same functions that that AirPort Express Base Station (AX) does, except for sharing a USB printer or streaming iTunes.
    You won't need to use both routers, but if you do, you would need to re-setup the AX as a "bridge." Your network configuration with both routers, would be something like the following:
    DSL modem > (Ethernet cable) > [Internet port] Linksys [LAN port] > (Ethernet cable) > [Ethernet port] AX
    If you elect just to use the Linksys, then just remove the AX from the above network configuration. The Linksys router comes with Windows-based setup software, but it administration is also web-based...so you could your Mac to set it up by way of Safari.
    The following is a typical Linksys router setup for DSL:
    Linksys Router Setup - DSL
    - Access the Linksys web-based setup at 192.168.1.1 (or whatever address your router is set at) using a web browser. The default username is blank & password is "admin."
    Setup tab
    - LAN IP Address: 192.168.1.1
    - Subnet Mask: 255.255.255.0
    - WAN Connection Type: PPPoE
    -- User Name: <ISP Account Name>
    -- Password: <ISP Account Password>
    -- Service Name: (optional)
    -- Connect on Demand: Max Idle Time 5 Min. (enabled)
    - Apply (if you make changes)
    Status tab
    - WAN (all the values here should be populated by your ISP)
    DHCP tab
    - DHCP Server: Enable
    - Starting IP Address: 192.168.1.n, where n should be greater than 1
    - Number of DHCP Users: n, where n should reflect the realistic number of concurrent clients that you plan on having connected to the router at any given time.
    - Client Lease Time: 0
    - DNS 1, 2, 3: <leave at default>
    - WINS: <leave at default>
    - Apply (if you make changes)
    Advanced - Filters tab
    - Filtered Private IP Range: <leave at default>
    - Filtered Private Port Range: <leave at default>
    - Block WAN Request: Enable
    - Multicast Pass Through: Enable
    - IPSec Pass Through: Enable
    - PPTP Pass Through: Enable
    - Remote Management: Disable
    - Remote Upgrade: Disable
    - MTU: Disable
    - Filter Internet NAT Redirection: Enable
    - Filter IDENT(port 113): Enable
    - Apply (if you make changes)
    - Leave all the other tabs at their respective default settings.

  • Adding a Router

    Has anyone had success adding a second router to act as an AP with the Actionterc Router?  I am trying to expand wireless coverage in my house and would like to use a linksys router I have and set it up as a wireless Access Point on another floor of my home.  I don't want to add it to my netork with ethernet connection because that would mean running cable through floors and walls.

    tlb68 wrote:
    Has anyone had success adding a second router to act as an AP with the Actionterc Router?  I am trying to expand wireless coverage in my house and would like to use a linksys router I have and set it up as a wireless Access Point on another floor of my home.  I don't want to add it to my netork with ethernet connection because that would mean running cable through floors and walls.
    http://www.dslreports.com/faq/verizonfios/3.0_Networking
    It's pretty common for people to piggy back a 2nd router off of the actiontec for exactly the reason you described.  The above link will give you various configuration setups and solutions and is probably one of the more complete FAQ's out there.

  • Adding video driver to Solaris 8

    I have installed Solaris 8 on my Dell Latitude laptop and everything is OK except that the configuration assistant for the X window system doesn't include my video card (NeoMagic 2360B). I have a driver which works on the FreeBSD implementation on the same system and was wondering how I go about either:
    1) adding the driver to the system so that it will be an
    available option when configuring X, or
    2) performing a detailed configuration (specifying
    chipset, video RAM, available modes etc)
    Thanks for your help!

    Well, the situation is became worst, I have found in 'format' the 'type' subcommand, which let you to modify the virtual geometry. Unfortunately I have not found any geometry where the newfs command is finished (the OS hangs). The HDD's parameters (from Maxtor)
    Actual Cyls 79656
    Max Cyls 16383
    Hds     16
    Sect     63
    I've tried
    19602 16 256
    16383 19 256
    19914 16 252
    9957 32 252
    .... and others. Always hangs creating superblocks.
    I don't believe that HDD can't be configurable by Sun (Linux, even W2K are able to handle it!)

  • HOW TO INSTALL ROUTING IN SOLARIS 10

    I have already installed my Solaris 10 Server, I was tryin to implement the routing in the file /etc/init.d/inetsvc (/etc/rc2.d/S98inetsvc) as in Solaris 8.
    !! this file does not exists!!
    How install routings in Solaris 10 6/06 ??
    thanks

    I have already installed my Solaris 10 Server, I was
    tryin to implement the routing in the file
    /etc/init.d/inetsvc (/etc/rc2.d/S98inetsvc) as in
    Solaris 8.
    !! this file does not exists!!
    How install routings in Solaris 10 6/06 ??It depends on what your routing script does. Solaris 10 introduces persistent routing, so you may just need to add the route once (persistently), then let the system take care of it.
    Darren

  • Configuring routes in Solaris

    How can I manipulate (add/delete) routing table in Solaris from a
    kernel module?
    As I understand this can be achieved from the user mode through the
    route (7P) interface but how can I do the same from a kernel module?
    Some questions related in this context are how can I create a socket as
    can be done through socreate() call in NetBSD and is there any
    mechanism of calling some sort of ioctl call from a Kernel module in
    Solaris.
    Thanks in advance.

    modload and modunload are the commands to add and remove the kernal modules. modinfo lists the modules that are loaded into the kernal. check with modinfo -c moduleid to see more details about the module. I dought routing table is a module in the kernal. Check the following link. hope it might help you.
    http://www.sun.com/blueprints/1299/network.pdf
    Regards
    Bharani

  • Adding Management Console After Solaris 10 Install

    What packages must be installed to add Sun Managment Console to a base Solaris 10?
    I've added SUNWmccom (and the SUNWj3dev package it depends on); but, this does not install the Management Console's binary, /usr/sbin/smc.
    Thank you.

    Answering my own question :-}
    Per Solaris 10 "System Administration Guide: Basic Administration" Chapter 2 "Working With the Solaris Management Console (Tasks)":
    SUNWmc
    SUNWmcc
    SUNWmccom
    SUNWmcdev
    SUNWmcex
    SUNWbmc
    SUNWCprog

  • External router and solaris intsallation

    Hi,
    I'm very new to solaris (and *nix world also) so, please, forgive me if this is a silly question, but I've installed solaris 10 express x86, with my pc connected via cross cable to an external router (properly configured). After installlation, I can't see my router.
    Can someone help me, or give some good (and clear/simple...) resource to see?
    thaks!
    Pietro

    Hi,
    I'm very new to solaris (and *nix world also) so, please, forgive me if this is a silly question, but I've installed solaris 10 express x86, with my pc connected via cross cable to an external router (properly configured). After installlation, I can't see my router.
    Can someone help me, or give some good (and clear/simple...) resource to see?
    thaks!
    Pietro

  • Error adding static route

    I'm trying to add two routes 192.168.201.0/24 & 192.168.202.0/24 (Gateway on both is 192.168.210.200) on a WRT54G v8 that is on 192.168.210.0/24 I get May be default route already exists What's the deal on this?
    This was a replacement router of the same model, firmware  version may be different, but the previous router had both routes.
    Her is the current route table. I'm sorry I just don't see it.
    0.0.0.0  0.0.0.0 75.23.215.254 WAN (Internet)
    75.23.209.79 255.255.255.255 75.23.209.79 WAN (Internet)
    75.23.215.254 255.255.255.255 75.23.215.254 WAN (Internet)
    192.168.210.0 255.255.255.0 192.168.210.1 LAN & Wireless
    Regards,
    Kevin

    So it appears that there is no option to lock down access to the shell now that the command that you used to use is no longer valid. What is worse is that there isn't an option to create an ACL in the shell that you could attach to the interface. So I would recommend that you create a defect with Cisco TAC and get this re-added or request that ACL functionality is added. 
    For the GUI (in case you were not already aware of this), you can restrict access from Administration > Admin Access > Settings > Access > IP Access

  • Router for Solaris

    I am using a Linksys Gateway model WAG354G in my Windows PC. I am planing to buy a Dell server and install Solaris. Will my Linksys router work with Solaris? If not what product can I use with Solaris to setup a web server? I could not find any similar products listed in Solaris HCL.
    Thanks.

    Hello.
    The WAG354G should work independently of the operating system so it will work under Solaris.
    In the router configuration set "Starting IP address" to something like 192.168.1.20 so you will have 192.168.1.2...19 as fixed IP addresses. Assigning a fixed IP address to a Solaris computer is easier than using DHCP. You may also choose to use DHCP in the Solaris network settings but this will cause problems when you want to boot your computer and no network is attached.
    Define the router's IP address (typically 192.168.1.1) as default gateway in the Solaris network configuration.
    I just took a look at the WAG354G specifications and it seems to be possible to use your computer as web server.
    Martin

  • Adding Reverse Route causes 50% loss

    I am building some IPSEC tunnels where thje remote locations have Dynamic IP addresses. It works fine, but I need to add more sites, right now I just have the one. When I add the reverse route statement, i start getting 50% packet loss based on ping responses "!.!.!.!.!.!.!.!" If I remove the RR it works fine. "!!!!!!!!!!"  Question is, what am I doing wrong or do I really need the reverse route? Right now the ACL is for the one subnet for current location, but I will be adding more sites. How would I adjust the ACL for more remote subnets if the remote sites are doing split tunneling and the ACLs must match?
    crypto isakmp policy 1
    encr 3des
    hash md5
    authentication pre-share
    group 2
    lifetime 7200
    crypto isakmp key (PASSWORD) address 0.0.0.0 0.0.0.0
    crypto isakmp invalid-spi-recovery
    crypto isakmp keepalive 30 20 periodic
    crypto ipsec security-association lifetime seconds 1800
    crypto ipsec transform-set NAMECRYPTset esp-3des esp-md5-hmac
    crypto dynamic-map NAMECRYPTmap 10
    set transform-set NAMECRYPTset
    match address 115

    I removed the reverse route, and also removed  "
    match address 115" as neither is needed in this scenario
    I think this will be what I am needing, but still curious as to why the RR appears to drop packets> I don;t need it now because I will not be advertising those routes, but still wondering.

Maybe you are looking for