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

Similar Messages

  • Also I need ndiswrapper support for solaris 10

    I have a linksys -G type router and my computer uses a Linksys Wireless-G PCI Adapter with SpeedBooster
    which works in Linux like mandrake , debian systems like knoppix and kanotix but their are some buggy like debian also that don't let me change the essid in debian but most linux works with the drivers for my card which are
    04/13/2004 10:01 AM 7,870 BCM43XX.CAT
    03/31/2004 08:44 AM 11,960 BCMWL5.INF
    02/19/2004 11:51 AM 300,928 BCMWL5.SYS
    normally you install the drivers with ndiswrapper -i BCMWL5.INF then use -m to add it too the model loader program in linux which adds wlan0 to ifconfig and iwconfig programs
    which also ndiswrapper requires the source code of the kernel to install the ndiswrapper right , it req. it too compile the drivers, and using the linux gui programs to setup essid and key wep info
    also I use a script in kanotix to use /etc/network/interfaces to load the info on bootup etc.. to get my wireless network card up in linux.
    also how the support for soundblaster sound cards in solaris 10, I have not fingured out if theirs sound yet. freebsd 5.4 seemed to be missing the sound support
    one more thing in bootup of the install program for Solaris 10 my geforce 6800 card detected right but my tv output was all wrong in since the picture , was only on the monitor and tv had stange graphics on it which did not look right I hope nvidia drivers fix this problem , Is their any different command needed for clone mode in Solaris 10 then free86 nd xorg scripts use?

    I got the solutiion from Canon Customer Serivce, temporary until the 10.10 download is released.  It works:
    "You can download the latest software updates at this address:
    http://www.usa.canon.com/cusa/support/professional/professional_cameras/eos_digital_slr_cameras/eos_...
    Please select "OS X Mavericks v10.9" using the drop-down menu on the page.  You have to pick the previous version of Mac OS, because the options for OS X 10.10 Yosemite have not yet been populated.  I sincerely apologize for any confusion this may cause.  After selecting OS X 10.9, please click on the red triangle next to the word "Software" to see the software updates available for your computer.  I would recommend updating all of your software including EOS Utility and Digital Photo Professional."
    I never did find the drop-down menu, but I went into the site map and found what I needed.
    Barry

  • How to add a route for a specific interface

    HI,
    i want to make a direct link beetween 2 computers (ubuntu and solaris) with a cross over cable.
    solaris : e1000g0 (192.168.0.212= normal network)
    e1000g1 (172.18.0.2 = network for interconnection beetween ubuntu and solaris
    routing table:
    Destination Gateway Flags Ref Use Interface
    default 192.168.0.245 UG 1 7040 e1000g0
    192.168.0.0 192.168.0.212 U 1 5167 e1000g0
    224.0.0.0 192.168.0.212 U 1 0 e1000g0
    127.0.0.1 127.0.0.1 UH 4 30343 lo0
    ubuntu : eth0 (192.168.0.144 = normal network)
    eth1 (172.18.0.3 = network for interconnection beetween ubuntu and solaris)
    routing table :
    Destination Gateway Genmask Flags MSS Window irtt Iface
    192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
    0.0.0.0 192.168.0.245 0.0.0.0 UG 0 0 0 eth0
    at the beginning, i was thinking that no route was necessary, but the ping didn't work beetween the two servers.
    so, my question is : how can i add a route for a specific interface on my solaris (i want that the traffic for the network 172.18.0.0 go throught e1000g1)
    thank for your help

    SOLARIS :
    -bash-3.00# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    e1000g0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
    inet 192.168.0.212 netmask ffffff00 broadcast 192.168.0.255
    ether 0:1b:24:f0:7a:fc
    e1000g1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 172.18.0.2 netmask ffffff00 broadcast 172.18.0.255
    ether 0:1b:24:f0:7a:fd
    -bash-3.00# netstat -rn
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    default 192.168.0.245 UG 1 7040 e1000g0
    192.168.0.0 192.168.0.212 U 1 5323 e1000g0
    224.0.0.0 192.168.0.212 U 1 0 e1000g0
    127.0.0.1 127.0.0.1 UH 8 31593 lo0
    -bash-3.00#
    UBUNTU :
    ifconfig
    eth0 Link encap:Ethernet HWaddr 00:1e:c9:d1:22:ea
    inet addr:192.168.0.144 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21e:c9ff:fed1:22ea/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:19992226 errors:0 dropped:0 overruns:0 frame:0
    TX packets:9886296 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:10075930406 (10.0 GB) TX bytes:2847567457 (2.8 GB)
    Interrupt:16 Memory:f8000000-f8012700
    eth1 Link encap:Ethernet HWaddr 00:1e:c9:d1:22:ec
    inet addr:172.18.0.3 Bcast:172.18.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21e:c9ff:fed1:22ec/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:919 errors:0 dropped:0 overruns:0 frame:0
    TX packets:905 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:58816 (58.8 KB) TX bytes:91286 (91.2 KB)
    Interrupt:16 Memory:f4000000-f4012700
    # netstat -rn
    Kernel IP routing table
    Destination Gateway Genmask Flags MSS Window irtt Iface
    192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
    0.0.0.0 192.168.0.245 0.0.0.0 UG 0 0 0 eth0

  • Firefox 3 vs. Minefield 3 for Solaris 10

    I installed the Minefield 3 build for Solaris 10 from
    http://releases.mozilla.com/sun/firefox-3.0-en-US-solaris-10-fcs-sparc-pkg.bz2
    (see http://blogs.sun.com/pengyang/entry/enjoy_firefox_3_0_on)
    I seems to work fairly well, but some FX 3 add-ons don't quite work on it (like Colorfultabs). I have Sol 10 11/06 sparc.
    Now there is a Firefox 3 build for Solaris 10 on the mozilla ftp site, contributed by
    the Sun Administrators division of the Student Systems Administrators program
    at Thomas Jefferson High School for Science and Technology (TJHSST). (?!? - What the...)
    Some questions:
    1) Are both packages basically the same, or is Minefield a post-Firefox 3 beta release? Is it based on the beta nightly builds, and thus not fully tested?
    2) Is the new Firefox 3 Solaris 10 build the REAL FX 3 release, fully tested and stable?
    3) Has anyone compared these two packages with each other on Solaris 10? Any opinions on relative stability/functionality?
    Thank you...

    sparcmaster wrote:
    I installed the Minefield 3 build for Solaris 10 from
    http://releases.mozilla.com/sun/firefox-3.0-en-US-solaris-10-fcs-sparc-pkg.bz2
    (see http://blogs.sun.com/pengyang/entry/enjoy_firefox_3_0_on)
    I seems to work fairly well, but some FX 3 add-ons don't quite work on it (like Colorfultabs). I have Sol 10 11/06 sparc.FYI, Minefield is the name given to Firefox if you don't use the --enable-branding switch. 
    Check the web site for Colorfultabs to see if they have an updated version for FF3. If not then there are some web pages that describe how to trick Firefox into running them if you decide to go that route.
    Now there is a Firefox 3 build for Solaris 10 on the mozilla ftp site, contributed by
    the Sun Administrators division of the Student Systems Administrators program
    at Thomas Jefferson High School for Science and Technology (TJHSST). (?!? - What the...):-) Lovely.
    alan

  • Using ASA 5510 and router for dual WAN Connections.

    Guys, neeed some help here:
    Context:
    1- My company has one ASA 5510 configured with Site-to-site VPN, Ipsec Cisco VPN and AnyConnect VPN.
    2- We use ASA to connect to the single ISP (ISP 1) for internet access. ASA does all the NATing for internal users to go out.
    3- A second link is coming in and we will be using ISP 2 to loadbalance traffic to internet (i.e. business traffic will go via ISP1 and “other” traffic will go via ISP2).
    4- A router will be deployed in front of the ASA to terminate internet links.
    5- No BGP should be used to implement policy (traffic X goes via ISP1, traffic Y goes via ISP2).
    Questions:
    How do I get this done, particularly, how do I tell the router, for traffic X use ISP1 and for traffic Y use ISP2? PBR is my friend?
    Since I will be having 2 public Ip Addresses from the 2 ISPs, how do I NAT internal users to the 2 public Ip addresses ?.
    Finally, which device should be doing the NATing? The ASA just like now or move NATing to the Router?
    Thanks
    Ndaungwe

    Hi,
    Check the below link, it gives information on trasperant fw config and limilations. Based on the doc, you may need to move the VPN /anyconnect to router as well. From the routr end you may be able to set up static routes pointing to diff ISP based on traffic needs but this will be compleicated setup and can break things. Wait for other suggestions or if possible stick to ASA to terminate both links and still route the traffic to diff ISPs (Saves the router cost as well).
    http://www.cisco.com/en/US/partner/products/hw/vpndevc/ps2030/products_configuration_example09186a008089f467.shtml
    Thx
    MS

  • How do I use my iPhone 5 as a router for my iPad?

    How do I use my iPhone 5 as a router for my iPad?

    Yep, as stedman has helpfully proffered a link on HowTo.
    Once the personal hotspot is up, you can connect a reasonable number of devices to gain Internet access. The iPad can hook up either via Wi-Fi or Bluetooth. If you have a computer, you also have the choice of a wired connection as well.

  • Is it possible to be connected with a 3G modem for internet access and a WiFi router for printer sharing at the same time?

    For our only internet access we have a 3G wireless modem. I have since purchased a WiFi printer and router to connect all the comptuters to in the house. The PCs have no problem with using both the 3G connection and the WiFi signal at the same time to print, however, the MacBook Pro will not connect to the 3G network and the router, it will drop the internet access from the modem and attempt to connect via WiFi (which has no internet access). Is there a solution that is available to remedy this? I attempted to create an adhoc printer network, however, the macbooks again will not print off of this, only the PCs. And I'm getting a bit frustrated overall with this.

    The 3G wireless modem is on one of the PC's correct?
    Why don't you pass the Internet through the Ethernet port to the router via Cat5 cable, then have that transmit a Wifi signal that everything else can use, then connect the printer to the router for print sharing?
    You would have to turn off the wifi on the comptuer with the 3G modem as it's physically connected to the router and can't connect to the other machines as they are all connected to the router for sharing.
    The Mac has the ability to pass, Internet Sharing in the System Preferences.
    Do you have software for the Mac to run the 3G modem?

  • Connecting Wireless N Router to Existing Fios Router for NAS Access

    What I'm Trying To Do:
        I have a 1TB Western Digital MyBook Live as my new NAS for accessing music, photos, video.  Accessing this data through the Actiontec MI424WR Wireless 802.11b/g is not the best performance.  I want to add in a wireless-N router to the mix but know I have to keep my existing Fios Router in the mix.
        Understanding that the Gigabit part of a wireless-N Gigabit router is for the wired speed increase, do I need to get a gigabit router for when I plug in my NAS, or does that not make a difference.
         Basically, I know that the wireless-N will get me better access wirelessly, but will connecting the NAS via Gigabit give me an extra boost as well?
    According to most posts, getting a wireless-N router directly from Fios is near impossible, so bridging a new router to the existing one seems like the best bet.
    Thanks for any help anyone has.

    I bridged an N router to my MI424WR,which is also an N router and really did not notice a big performance jump,i am satisfied with the MI424WR.even though my linskys N router is more expensive.

  • DNS configuration behind a router for Mail Services

    I am in the beginning stages of trying to set-up a test ground for a local mail server. I am playing with OS X servers DNS functions. I am new to DNS and am having slight trouble.
    What I want to do is have OS X DNS point to another server that is on my nat for mail exchange (it is a suse linux box running kerio).
    My current set-up is:
    internet --> Router for internal NAT --> OS X server is behind this nat on an IP of 10.100.251.10, the suse box is on 10.100.251.11
    I have set-up a primary zone: ns1.domain_x.com with a server IP being that of my internet static IP (supplied by my ISP).
    I have opened the necessary ports on my router (53) to point to the os x server box for DNS serving.
    My problem is.. I need to setup a mail exchange (mail.domain_x.com) record that points to the 10.100.251.11 box.
    When I do this and the global DNS servers update, a host lookup will point mail.domain_x.com to 10.100.251.11
    Which obviously is not right.
    am i missing a concept here?
    the dns server and the mail exchange I want to run are being running on the same Internet IP address, just behind a nat that the os x server is not controlling.
    any suggestion would be appreciated.. TIA

    The MX data/pointers is only needed for server to server mail exchange so that is no problem.
    (If the DNS and the mailserver are supposed to use the same public IP but run on different NATed IPs/machines you forward the traffic to the different NATed IPs based on portnumbers in your Internet router/firewall.)
    The problem I think is the mailserver finding itself on the right IP for the public IP domainname.
    I guess the easiest way to do it would be to have two DNS machines: one for public and one for private IPs.
    The private IP DNS would serve the mailserver and the internal NATed network, if you are using the same domainname internally.
    Or (as the one with the public IP data is NATed), maybe BIND views can be used to serve different zonefiles for the same domainname depending on wether the DNS lookups comes from Internet and/or the NAT router gw LAN IP or if they come from any other NATed LAN IP.
    Or maybe having only a hostfile with the private address for the same domainname would suffice on the mailserver and also using the ISP's DNSes for finding other public IP mailservers on it.
    That wouldn't fix finding the mailserver (using the same domainname) from other machines on the NATed LAN though.

  • My iPad has to be really really close to the router for it to have internet. How can I make it so I can go around the house with it?

    My iPad has to be really really close to the router for it to have internet. How can I make it so I can go around the house with it? My iPad has been like this for a couple of months, and it has really irritated me. My friend came over and he had to download iTunes for something on the computer. He needed my iPad, he tried it and it wasn't really near the router.

    I'd begin by reviewing the following:
    http://support.apple.com/kb/TS1398

  • Routing for configurable material

    Hello PP gurs,
    I want to create Routing for Configurable Material in SAP PP-PI or PP industries. How the object dependency is defined applied ?
    This requirement is for Make TO Order scenario for Configurable Material.
    At present I am working with resources only.
      I want to create in such away So that while creating Production order  system should ask select BOM & routing.
    How can I define the Super BOM & Super Routing in Order?
    Is it possible to calculate cost for this kind of requirement?
    Please Give your Contribution from Whatever  the Questions above....
    Thanks & Regards,
    Bhavik Dangi.

    Dear,
    In can explain youn w/ example
    Let us say you have to manufactur CAR's(matyerial no in SAP is CAR). The coonfiguration options are - Paint, and tyre
    Create a char inn CT04 as piant and tyre with value as below(data type = char)
    Paint - white, red, blue and black
    Tyre - Redial, Normal
    Create materials like White-paint,  Red-paint,  Blue-paint,  black-paint, Tyre-redial, tyre-Normal, Engine
    Create a class in CL01 called CAR-CLASS , clas type 300 and assign the above Char to this class
    Assign this class to Material CAR.
    Create BOm with following items
    Engine
    White-paint
    RED paint
    Blue-paint, 
    black-paint,
    Tyre-redial,
    tyre-Normal,
    Create a object dependency in CU40 type - selcetion condition to selcet red-paint material when in Sales order select paint red. and like this all others.
    Selection condition for red paint is as below
    Paint = 'red'
    Like this for all others
    Paint = 'white'
    Paint = 'black'
    Paint = 'blue'
    Tyre = 'Normal'
    Tyre = 'Redial'
    Assign this object dependency to BOm items
    Engine
    White-paint -
    >Paint = 'white'
    RED paint -
    >Paint = 'red'
    Blue-paint,  -
    >Paint = 'blue'
    black-paint, -
    >Paint = 'black'
    Tyre-redial, -
    >Tyre = 'Redial'
    tyre-Normal---->Tyre = 'Normal'
    Now create a configuration profile
    When you create a Sales order, system will pronmpt to enter the vlaues for piant and tyre
    if you have selceted piant as red and tyre as normal, then the BOm will look like as below
    Engine
    RED paint
    tyre-Normal
    This is the configured BOM...what you have cretaed is supre BOM.
    It is available in PP
    For nmore information see blow
    http://help.sap.com/saphelp_47x200/helpdata/en/92/58d455417011d189ec0000e81ddfac/frameset.htm

  • I have a hard drive for CD storage that needs to connect to the Ethernet router. sInce my router is not in this room, and in another room, I want to use my Mac as a router for the drive, and share the wifi. Ho do I do this

    I have a hard drive for CD storage that needs to connect to the Ethernet router. sInce my router is not in this room, and in another room, I want to use my Mac as a router for the drive, and share the wifi. Ho do I do this? I gace tried the System Preferences -> Sharing, shared internet to Ethernet, but can't se ethe device on Finder

    Djembe wrote:
    UEFI (unified extensible firmware interface) boot requires Global unique identifier Partition Table (GPT) as opposed to the older Master Boot Record (MBR). If your existing drive is formatted in MBR, you will need to adjust BIOS settings to enable legacy boot in order for it to work properly.
    Is there a performance difference between GPT and MBR? If GPT is better, I do not mind formatting the drive with it.
    5. No special drivers are needed.
    Thanks. What about the thunderbolt port?
    7. I think Lenovo estimates 6 hours.
    Lenovo says 6 hours with the 6-cell battery on its website.
    BrendaEM wrote:
    Hi,
    There was a serious BIOS/UEFI problem with that SSD . Perhaps this thread will save you some headaches. Someone is recomending shutting off Rapid Boot in the setup, which would probable mean little with a SSD, anyway.
    I read through this, and it looks like the problem was fixed in a BIOS update, which I plan to do. However, it also seems like Intel Rapid Start is not even worth it in the first place, as sleep consumes almost no power at all.
    W540: i7-4700mq, K2100m, 8 GB DDR3L, 512 GB SSD
    T510: i7-620m, NVS 3100m, 8 GB DDR3, 512 GB SSD

  • ORACLE CLIENT 9.2.0.6.0 for Solaris

    I need to download ORACLE CLIENT 9.2.0.6.0 for solaris. I could not locate the link online.
    Can somone provide me the link from where this can be done?
    regards
    akshay
    IT Analyst
    Morgan Stanley.

    9.2.0.6 is not a basic release,it's a patchset and available on metalink only. You need a valid support contract.
    Werner

  • Can't download Oracle 8.1.7 Enterprise Edition for Solaris 32 bit??

    I can't download Oracle 8.1.7 Enterprise Edition for Solaris 32 bit. After filling out the form with the questions...I click on the actual link, but the box never pops up. The status bar on my Internet Explorer slowly increases, but never allows me to download. It just hangs. I have tried multiple times, and I can download other verions from your site...and have many times in the past. Could you please fix this. Thanks.

    I've looked at it and it seems fine. It might have been a temporary glitch - let us know if you continue to have trouble.
    OTN

  • The deployment process seems to die or get stuck, iAS 6 SP3 for Solaris 8?

    When I deploy my application in iAS 6 SP3 for Solaris 8 the deployment process seems to die or get stuck. In the shell window i get the messages
    iasdeploy for iPlanet Application Server 6.0 SP3
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    sstu15:null
    sstu15:10 kas> deployment action ''J2EEInstallEar'' (/u02/home/iplanet/JAR/SSS.ear) running.
    sstu15:10 kas> deployment action ''J2EEInstallEar'' (/u02/home/iplanet/JAR/SSS.ear) running.
    After this nothing happens for a really long time.
    When starting the deployment I get in the beginning of kas.log two entries
    ADMIN-168: kas> deployment get log ''J2EEInstallEar''
    GDS-007: finished a registry load
    but suddenly the second line disappears and the only message I get is the first entry. I need to break the deployment process and kill the processes manually.
    When starting the application server I get two error messages:
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    iPlanet Administrative Server
    Version 6.0 SP3, Build 20010704
    Copyright (c) 1996-1997 KIVA Software Corporation.
    Copyright (c) 1998-1999 Netscape Communications Corporation.
    Copyright (c) 2000-2001 Sun Microsystems, Inc. Some preexisting portions Copyright (c) 2000 Netscape Communications Corp
    . All rights reserved.
    Use of this software is governed by the terms of the executed license agreement between you and iPlanet E-Commerce Solutions.
    [14/Feb/2002 11:02:12:7] error: ADMIN-071: kas> error: failed to either start up or connect to engine ''0'' (CCS0)
    [14/Feb/2002 11:03:08:8] error: ADMIN-071: kas> error: failed to either start up or connect to engine ''1'' (CCS0)
    I think all processes starts OK, I get one for .kas and one for kas, one for .kxs and one for kxs and finally one for .kjs and one for kjs.
    Is someone familiar with this/these problem(s)?

    It seems you are deploying a very big application. Try to deploy this application with following command
    j2eeappreg <filename>
    It should work fine. It was a bug with iasdeploy command in iAS SP3 which had been fixed in iAS SP4.

Maybe you are looking for

  • Slideshow feature in Adobe Bridge in CS3

    I use Mac OS X 10.5.5 with Photoshop CS3 and Adobe Bridge CS3. I am using a Sony DSL a350 and shoot my images in Sony's raw format which they label as ARW. Photoshop recognizes this format. But, if I wish to save my images in a readily recognizable r

  • Unable to install SQL Server 2012 on Windows 8.1

    hi Gurus, I have been trying to install SQL 2012 and unable to do that! I have done it before on another laptop and I am really not clear why it is not working now. Toshiba 64 bit Windows 8.1 12 GB memory thanks in advance ebro

  • Help about changing the email of my security questions recovery

    good day to all. i have a problem, i can access all details on my apple id, buy apps on appstore, redeem appstore card change password and other stuff. now, i want to buy in game purchases such as moba coins but it is asking for a security question t

  • Stopping labview loop when terminating teststand

    Hi, If I have a labview step which is called from teststand, which is in a loop, what property can I query (or does one exist), where I can conditionally exit my labview loop when the "terminate" button is pushed in teststand?  I see there are "termi

  • Migrating a User Report Layout

    Hello I have a question. I need to migrate a user report layout from one DB to another, and i'm not sure how to do it. I have read other threads about this particular subject and one of the solutions is to run an insert query into the RDOC table of t