Beginner setting up solaris 10 container and having network card problems

Hi I am just learning about solaris containers and am having an issue of getting my new zone to be seen on the network.
I have installed the global zone server name GPSAPP02 network address of 192.168.200.45 works fine.
I created :-
a pool called "ellipse-pool" using pooladm/poolcfg
a zone called "ellipse-zone" using zoneadm/zonecfg
I used the followijng commands...
zoneadm list -cv      
zonecfg -z ellipse-zone
create               --
set zonepath=/zfspool/zones/ellipse-zone
set autoboot=true     
     add net     
set address=192.168.200.46/24
set physical=eri0     
set defrouter=192.168.200.254
end                
set pool=ellipse-pool     
verify
commit
exit
The output from the "zonecfg -z ellipse-zone info" command is below:-
zonename: ellipse-zone
zonepath: /zfspool/zones/ellipse-zone
brand: native
autoboot: true
bootargs:
pool: ellipse-pool
limitpriv:
scheduling-class:
ip-type: shared
inherit-pkg-dir:
dir: /lib
inherit-pkg-dir:
dir: /platform
inherit-pkg-dir:
dir: /sbin
inherit-pkg-dir:
dir: /usr
net:
address: 192.168.200.46/24
physical: eri0
defrouter not specified
I then installed the zone and rebooted using zoneadm.
I can login to the zone and setup the timezone and terminal etc.
I gave this a hostname of GPSEL01 as this is what I want it to be known as on the network.
So far so good but from the network I cannot ping the IP address I assigned to the zone 192.168.200.46
What have I missed or what should I check to troubleshoot this?
I ran a ifconfig -a and received the following information...
ifconfig -a
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
# ifconfig lo0:1 192.168.200.46 netmask 255.255.255.0 up
ifconfig: SIOCSLIFNETMASK: lo0:1: permission denied

Hi
I notice in your output from ifconfig -a in the global zone that the NIC card is nge1.
However in your zoneconfig you have set the NIC card to eri0 (physical = eri0). I cannot see this NIC card in your ifconfig -a.
When a zones is of IP-type shared-ip it needs to use a network interface that is already plumbed into the global zone. In your case you need to change the NIC in your zone config to nge1 :
zonecfg -z ellipse-zone
select net address=192.168.200.46
set physical=nge1
end
exit
Then reboot your zone.
A couple of other minor comments.
1) As it appears the zone is on the same subnet as the global zone, if the global zone already has the default route of 192.168.200.254 setup you don't need to specify it in the zone config. You are most likely to use the defrouter parameter if the zone was on a different subnet to the global zone (but shared the same physical NIC).
2) You have specified the netmask in the address field which is fine. But again this should not be necessary as long as your /etc/netmasks file is correct in the global zone.
Hope this helps

Similar Messages

  • HT4993 i been having sim card problems with my iphone 5. am i the only one?

    i been having sim card problems with my iphone 5. am i the only one?

    Hello,
    I'm also had problems with Iphone 5 , it read no sim card, i solved problem by removing sim card and cleaning with alcohol and q-tip and installing back.
    Shut down phone.
    On the side of phone , you will see a small pin hole, insert paper clip and sim card will come out, be careful to do it over a clean towel as not to let drop on floor, make sure your hands clean while doing this.
    Insert sims card back and turn on, it should work again.
    Good Luck.

  • Windows, RAC and network card problems... ?

    Dear friends,
    I've a problem! :)
    Here are some info:
    Node Hardware:
         Processor: Intel(R) Xeon(R) CPU E7430 @2.13GHz (2 processors)
         Installed memory(RAM): 52.0 GB
         System type: 64-bit OS
         Windows edition: Windows server 2008 R2 Enterprise
    Network cards (Shown by WIN):
         PublicLAN: HP NC373i Multifunction Gigabit Server Adapter
         PrivateLAN: HP NC373T PCle Multifunction Gig Server Adapter
         Offline: HP NC373T PCIe Multifunction Gig Server Adapter
    Software:
         Windows 2008 R2 Enterprise (Very last updates from MS)
         Oracle RAC 11.2.0.2.0 (Clusterware, DB) – 2 nodes
    Environment:
         AD network. Everything is MS based.
    Problem description:
    During RAC installation, company had only one network card (server network card, per node). Installation was successfully finished. RAC was/is in production. Has some problems, but noting for alarm.
    This days, we get other network cards. (purpose: network redundancy).
    RAC shutdown was clean.
    Network card inserted to nodes by OS Admin.
    Nodes was started up... and...
    OS Admin disabled network card immediately after logon screen was available... but to late...
    Windows changed network card order!!! PublicLAN was not at the first place when Cluster started (Network and sharing center -> change adapter settings -> Advanced (from menu) -> Advanced Settings -> Adapters and Bindings)!!! (I found in logs that MAC address changed at this point!)
    Cluster started hardware reconfiguration... and... we could not stop CW till starting up finished... ! After stopping CW again, we set PublicLan at first place, and every win setting was as at the moment of installation.
    Cluster was started again, DB, OEM too...
    Everything is working. Client can connect to DB, applications work well... but...
    Damage is done... now we have totally new IP situation inside... changes are saved to the DNS, too!!!
    Before inserting network card IP settings (nslookup from any client) :
    rac1 192.168.217.60
    rac1-vip 192.168.217.62
    rac2 192.168.217.61
    rac2-vip 192.168.217.63
    rac-scan 192.168.217.64
    192.168.217.65
    192.168.217.66
    After this incident (nslookup from any client):
    rac1 192.168.217.60
    192.168.217.62
    192.168.217.64
    192.168.217.66
    rac2 192.168.217.61
    192.168.217.63
    192.168.217.65
    192.168.217.66
    VIP and SCAN IP address are the same as before...
    nslookup show as that rac1,rac2,rac-scan change IP addresses in round-robin scenario!!!
    We stopped RAC couple of time and OS Admin cleared DNS records (both zone)... but every start of cluster make changes again in DNS.
    Other "side-effects":
    Some cluster commands, invoked from CMD, fire errors (lsnodes, cluvfy comp nodecon -n rac1,rac2).
    Configuration files seem to be correct (listeners, scan, scan_listeners, etc). srvctl and crsctl command are working without errors. oifcfg too.
    Logs are full of errors (like: ASM could not be reached... no listener)
    Listener(s) stop working sometime...
    Relocation of resource are not possible.
    Well, I mentioned the most important things... other alerts and errors in logs are present, but everything is connected with this issue, I think...
    As I said: RAC working. Clusterware, DB, OEM, connections, applications, backup... everything look good... but we have a problem!!!
    Any ideas, any suggestion, any link, any advice, anything are welcome!
    Thanks!
    PS.
    Metalink haven't any document about this... I've found a lot of examples for changing IP's, interfaces, interconnection... but noting about fixing problem!

    I'm having the same issue. My desktop pc keeps dropping the connection to my network (airport extreme router) while the rest of my devices (macbook pro, xbox, mac mini) still stay connected. The pc never had this issue prior to installing Windows 7 so im guessing there must be something with the Windows 7 OS.

  • Main Wrapper, Container and background-image repeat problem-and Footer :-)

    Hi everyone,
    First off, i tried almost every idea i could get to solve this on my own but now im...aaa...
    Well, the problem is i have a main wrapper with a background image repeat. A header,menu, body container - which has a left column and right column. I want that main wrapper,body container and both of the columns to grow auto according to content. I tried the height:100%. When i float the columns the text from left column spills over on to the footer. The left column also does not autogrow towards the footer?! I was able to set the footer at the bottom which i want it to remain at the bottom of the main wrapper, but the main wrapper and the columns do not grow automatically...I guess it has something to do with float and the clear properties but what???
    body{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    font-family: verdana;
    text-align: center;
    background:url(back_index3.png) repeat-x scroll 0 0 #E4E4E4;
    #main_wrapper {
    width: 959px;
    margin:0 auto;
    margin-top:80px;
    background:url(backslice.png) repeat-y;
    height:auto;
    min-height:800px;
    #header {
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    height:119px;
    background:red;
    padding-top: 0px;
    padding-bottom: 0px;
    #topmenu {
    background-color:#blue;
    height:30px;
    margin:0px;
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    #body_container {
    height:100%;
    width: 949px;
    margin: 0 auto;
    #content {
    float:left;
    width: 645px;
    background:yellow;
    border-right:1px solid #ffffff;
    padding:10px;
    height:100%;
    text-align:left;
    #sidebar {
    float:left;
    width: 283px;
    background:#234234;
    height:100%;
    #footer {
    clear:both;
    height:200px;
    background-color: #686768;
    margin:0 auto;
    border-top: 1px solid #F6F6F6;
    text-align:center;
    width: 100%;
    <html xmlns="">
    <head>
    <title>title</title>
    <link rel="stylesheet" type="text/css" href="3css.css" />
    <meta http-equiv="content-type" content="text/html" />
    </head>
    <body>
    <div id="main_wrapper">
         <div id="header">
          <span id="header_logo">title</span>
         </div>
         <div id="topmenu">
         menu
         </div>
         <div id="body_container">
          <div id="content">
    content to be added
          </div>
          <div id="sidebar">
          hallow2
          </div>
         </div>
    </div>
    <div id="footer">
    asd
    </div>
    </body>
    </html>
    Thanks in advance if somebody can help me out here.
    you can see an image of the problem in the attachement down thr... thnx

    <html xmlns="">
    <head>
    <title>title</title>
    <link rel="stylesheet" type="text/css" href="3css.css" />
    <meta http-equiv="content-type" content="text/html" />
    </head>
    <body>
    <div id="main_wrapper">
         <div id="header">
          <span id="header_logo">title</span>
         </div>
         <div id="topmenu">
         menu
         </div>
         <div id="body_container">
          <div id="content">
    content to be added
          </div>
          <div id="sidebar">
          hallow2
          </div>
         </div>
    </div>
    <br clear="all" />
    <div id="footer">
    asd
    </div>
    </body>
    </html>
    Hope this will work well

  • I believe iMac is freezing because of interference between my Wifi/router combo unit and my Network Card.  What should I do?

    My mid-2010 iMac (Snow Leopard) has been freezing with a spinning wheel within 10 minutes of startup for about a week.  I can only force it to shut down by holding the power button - nothing else functions at that point.
    I've been to the Genius Bar 3 times, with no findings.  They did an overnight diagnostic, and found nothing wrong.  They reinstalled Mac OS X, and before I even restored, it was still misbehaving.  I can't recreate it at the Apple Store, but it does it without fail at home.  At length, I believe I've narrowed it down to the Wifi/router combo unit and the iMac network card.  When I turn off the router (entirely or just "turn off" the wifi), it oeprates normally.  If I turn off the ethernet (BOTH en 0 and en 1 - if either of them is on, I have problems), it operates normally.  If I have them both on, it will freeze.  What on earth?
    It doesn't matter whether the iMac is actually CONNECTED by wifi or ethernet.  Merely having them both TURNED ON is enough to cause the freezing.  Has anyone heard of this?  I can't seem to find anything on it.  My only recourse seems to be asking my DSL provider for a new router and seeing if that helps. 
    Any other suggestions?  Thanks!

    I can't recreate it at the Apple Store, but it does it without fail at home.
    That's because when troubleshooting no devices should be connected except for the keyboard.
    You seem to have narrowed it down to your router.  Suggest that you call the router manufacturer to find out what the problem is.  If the router came from your ISP, call their tech support dept.

  • MDT2010 deploy and Thinkcentre network driver problem.

    I can`t get a Lenovo ThinkCentre to run a sysprep or deploy a image. It can`t find the network card driver.
    Someone here now where to download this driver ? It is a realtek driver and I already download from Lenovo site and Realtek but no go ?
    pci\ven_10ec&dev_8168&subsys_307C17AA&Rev_06
    Br Daniel

    Hello again.
    Sorry I have probably not explanined this well enough. What I am working on is to run a sysprep/capure or deployment to the Lenovo ThinkCentre not runing MDT 2010 on it. This is the error i get.
    Wizard Error
    A connection to the deployment share
    (\\server\DeploymentShare$)could not be made.
    The following networking device did not nave a driver installed.
    PCI\VEN_10EC&DEV_8168&SUBSYS_307C17AA&REV_06
    I have fund out that the deployment is working fine if it is Windows 7 32bit. Sysprep/Capture and deployment of Windows 7 64bit from MDT 2010 is no go.
    The pc is a new Lenovo ThinkCentre M1578-D7G running Windows 7 64bit. I have also captured the driver from the machine but still no go. 
    Al this problem was the same I had on the Lenovo Thinkpad T410, There I had to use some default Dell network card driver. 
    btw. I having no problem to Sysprep/Capture or Deploy to my servers (IBM/Dell) og other laptops and desktops (HP/Dell/IBM)
    Please help Lenovo.
    Br Daniel

  • Problems with SRW224G4 switch and Bridged Network Cards

    Hello,
    We have recently installed a SRW224G4 switch and have discovered that when we plug our DELL PowerEdge 2900 server into the switch, the switch loses all network connectivity and all of the LED's on the switch start flashing.
    The server works perfectly well plugged into another switch, but as soon as we introduce the SRW224G4 into the network, either with the server plugged into that switch or any other, the problem re-occurs.
    The only way we found we could eliminate this issue was if we disabled the Bridged Network connection on the two network cards on the server. If we do that, everything is fine, except the network performance of the server has dropped significantly.
    The server is plugged into the 1GB ports on the switch, although we tried it on the 100MB ports and received the same problems. The switch reports that the ports are running at full-duplex.
    Has anyone noticed this behavior before, and more importantly been able to rectify it.
    Thanks in advance for your assistance,
    Paul

    I had this problem as well with any Linksys 2024 or rackmountable switch..  The trick is, you need to use the network cards management software to "team" or bridged the 2 NIC's otherwise the switch detects a loop and the whole thing locks up. So lame...  Windows built in bridge mode stinks dont use it.  When you use the Intel management software or Dell or HP's NIc management software you have the option to actually choose "redundant mode" where you can pick a Nic to be the primary, or you can choose Load Balancing where you can essentially double your throughput by joining the 2 nics.
    In Windows 2008 Server, you actually do this by going to the Properties on the NIC in  Device Manger.  the software controls are now built right into the driver.  pretty neat.  2003 you can check Device Manager the same way but not sure if it's the same as 2008, you might need to run the actual NIC management app.
    Hope this helps
    fdigi 

  • Sleep and Wireless network card

    After waking from sleep the MacBook Pro is unable to connect to the internet. Network card is unable to get a signal and results in 169 address. Its ironic that to remidy this requires a reboot. So basicly sleep is not an option.
    The router is a linksys wireless N. OS is Leopard. Other wireless devices do not suffer this problem.
    Does anyone else experience this or is it something to do with the network card?
    Message was edited by: rebelyell_

    Hi and welcome check  Fn-F5 Menu softswitch ...
    regards KalvinKlein
    Thinkies 2x X200s/X301 8GB 256GB SSD @ Win 7 64
    Ideas Centre A520 ,Yoga 2 256GB SSD,Yoga 2 tablet @ Win 8.1

  • Onboard Network Card problems?

    ok, I started having the following errors and warnings in the event logger after having upgraded my bios to the 2.00 version.
    EVENTID: 1003 & 1006 SOURCE: Dhcp - Warning
    EVENTID: 2505 SOURCE: Server - Error
    I can still use ixplorer, but all otherprogram that requires listening to ports like port 113 f.e. are unavailable. The system will produce a sound whenever an error occurs.
    any suggestions?

    thnx for the links Toxteth O'Grady  
    I am not sure I understand the erromessage of event 2505 though:
    "The server could not bind to the transport \Device\NetbiosSmb because another computer on the network has the same name.  The server could not start."
    There is noone else on my network with the same named computer as mine. By name, it is my understanding, it's the network ID?
    Nor do I understand the ID 1003:
    "Your computer was not able to renew its address from the network (from the DHCP Server) for the Network Card with network address 000C76205A46.  The following error occured:
    The semaphore timeout period has expired. . Your computer will continue to try and obtain an address on its own from the network address (DHCP) server."
    Things I've done so far:
    *setting a new ID name for the computer
    *renewing and releasing the ipadresse.
    *checking for program that might be blocking the 113 port
    *installed new driver on Network card
    *cursed at the screen and the beeps
    *reinstalled the tcp/ip protocols
    is there any program that I might run to troubleshoot my connectivity, check my ports, look for network errors, etc?
    wbr

  • WRT54G Extremely slow navigating pages @ 192.168.1.1 - Could this be a network card problem?

    Friend of mine is having Internet connection issues on his main PC which is hard wired to the router, He's using Comcast cable (18Mbit) and all of a sudden today the speed dropped to dialup speeds, literally, however its ONLY this main pc with the speed issue, there are 2 other computers connected wireless to the router and they are running full speed when testing on speedtest.net
    While troubleshooting the problem I tried bypassing the router and the speed issue still remains, So I can pretty much rule out the router, But as part of my troubleshooting whenever I try to access the router's configuration pages via 192.168.1.1 it is VERY slow at responding.
     For example when hitting enter after typing 192.168.1.1 it takes around 45 seconds to display the router configuration page, and at that point clicking on any other tabs takes 30 - 45 seconds as well to respond.
    So my main question with this post is, is it possible his network card went bad? What would cause really slow access to the router configuration?
    The PC is running Win 7 Ultimate 32bit and Ive tried running the network troubleshooter, uninstalled his network card in device manager / reinstalled the drivers but nothing seems to be working.
    I also ran Malware Bytes and scan results were clean. 
    Any ideas appreciated!
    Solved!
    Go to Solution.

    can you "borrow" a card? its the only way to be sure, eliminating hours of trial and error procedures. one of the mega electronics stores is a good source, if it solves your problem you keep the card, if not there is the return option
    ps. i am not a tech, i just play one on tv!
    pps. free speech is a human right! join Reporters Without Borders (http://en.rsf.org/) and help save the planet from censorship predators!

  • Network card problem with Mobo make the computer crazy!!!

    Im using a msi 745 Ultra version 10/cpu xp2400/basic graphics card/40gb HD, 256mbs of drr
    I have tryed 2 networks cards both with the same results & even changed mobo & ram/graphic card/HD.
    The computer seems to work fine untill i decide to put in a NIC.
    It starts to post the wrong processor speed/screen decides not to display sometimes & takes a little longer to boot into windows. It will also some time crash when i turn on the computer. If i try to save something in the bios it will then reboot & then try to boot of the floppy drive.HD / CDrom drive but will not find them.This has happend on both mobos.
    This is a very odd problem im getting need some help ASAP.

    Sorry Bakes...folks aren't just waiting arount to help you. Expecting an answer in 2 hours is placing to high of an expectations on a user to user help forum.
    No one here works for MSI, we are all users, just like you.
    If you have not seen a reply, then there are several reasons that may affect why there has been no reply.
    No one knows, or can offer o good answer to you question.
    The question is too general and you did not supply the necessary information someone might need to even begin helping you. I have provided the basics on what we need at the top of this forum.
    No one may be familiar with your motherboard's chipset, perhaps someone is but they have not visited the forum lately.
    I can give only some general tips to consider for the time being.
    Some incompatabilities may exist with a certain NIC card.
    Check PCI slot IRQ sharing conflicts. Typically I stay to the middle slots and avoid the first and last. You may have to power down, move the card to another slot, and power back up. Each time checking your IRQ's in either Device Manager or System Information to see that the card is on its own IRQ.
    Improper BIOS settings can cause conflicts.
    Try "Plug and Play Aware OS" set to "No" and let the BIOS manage things or set it to yes and let Windows do it. In most cases it has been recommended to be set to no.
    Upon installation of new hardware the setting "Reset Configuration Data" can be useful in avoiding lockups after POST due to conflicts recognized during "Verifying DMI Pool Data"
    Possible reasons: Hardware change, BIOS settings change, improper connection of IDE cables, corrupt MBR (Master Boot Record) of the HDD (Hard Disk Drive), defective HDD or defective mainboard.
    Possible causes: Hardware incompatibility, virus attack, electric circuitry damage/defect, corruption of data, improper BIOS settings, over-clocking damage.
     *NOTE* Some Chipsets do not support this feature, see manufacturers documentation.
    That's about all I care to share for now.
    Good luck........

  • VIA KT400 Network Card Problems!

    I've read allot about the problems I've been having and done many searches on Google and it all seems to come down to this: ALL VIA Motherboards in the KT400 series(and many other chipsets) lock up when using ANY Wireless Card\Usb Adapter. The frusterating part is nobody seems to have a clear answer on how to fix this or if it's even fixable  
    The forum linked down below tries to claim this only happens with Linksys cards.. This is false as I have a Microsoft Wireless G USB adapter and the EXACT SAME thing happens to me.
    The strange part is if you are just browsing the web and reading text, everything works 100% fine. But as soon as you do something that uses DirectX or 3D Acceleration, like say Streaming Videos.. it freezes with the mouse curser just sitting there and I must hard reset the system.
    Does anyone out there know of ANY kind of fix? I'm dying to know.
    You can view someone elses post referring to the exact problem I have in the VIA Arena Forum
    AMD Athlon XP 2500+ @ 2.00 Ghz
    512 MB Ram
    GeForceMX 5900XT
    Antec 420 Watt Power Supply
    Windows XP SP2
    Latest VIA Hyperion Drivers

    Hey guys it's me again.. Well the computer now seems to freeze less than it did before, but it still freezes.  
    After all this going back and forth and troubleshooting hassle ive decided it has to unfortunatlely be a hardware problem. I've stated before that it only freezed when running a 3d app and network card running.. but now it freezes even when I'm just on the web. It's just so totally random, sometimes it will freeze twice in one minute and sometimes it won't freeze for almost a whole day.
    I've narrowed it down to 3 things: Bad HD, Bad Processor, and worst of all Bad Motherboard. Another possibility, does a the lithium battery on the motherboard ever cause problems if it's almost dead?(Assuming it's the CMOS battery?) And could that cause problems?
    I had an episode before that I didn't tell you guys before. This was still after i had the network card, but probably unrelated. The computer once or twice made a very strange electrical zapping noise or screetching noise before and the whole system would almost fail and then try to resume again, and then just shut down.
    After this event happened I figured it was the PSU not putting out enough power as I had installed new hardware lately. I bought a new 430W psu and while I haven't had the strange problem I had before, I still get random lockups.
    I'm pretty sure it is the harddive, because it would make sense since I heard this noise before and the fact that it just freezes could just be the HD getting stuck and not spinning anymore.
    It's funny because I had just replaced a faulty harddrive before in one of my older computers. However that one was much more obvious as it would constantly have to repair files in sectors. The HD I have now never comes up with errors, but maybe It is running fine before it decides to lockup.
    Yet another thing it could be is the processor maybe just not generating enough juice to keep the processes going or something.
    I did have problems with freezing before the network adapter now that I think back, but they were far and few between and now the problems are more pronounced. I'm going to hope it just the HD, if not it's really going to suck to already have to buy another motherboard or processor. I just built the system from scratch last year.
    Sigh, Oh well. Glad for anymore insight on this issue and your opinions on what is most likely the problem. I'm going to go looking for a HD in the mean time.

  • Server 2003 with two network cards problems

    We have a win server 2003 with two network cards. From the server we connect using a vpn client from cisco to another server. When we do that we can NOT RDC to our server because it inherits the remote IP from the vpn connection. We installed an additional NIC. We gave an static IP to connect to our local network. How can we or is there a way to tell the vpn client to use one nic card and leave the other so we can RDC to it? thanks

    It is possible to configure server to use on nic for incoming and other for outgoing, but it is not possible when vpn client is running. Also it cannot be specified as to which card to use.

  • Integrated Network card problem with K7N2 Delta-L

    my integrated network card doesn't recognize any RJ45 cable bluged to it !!!
    "ofcourse i enabled it from Bios"
    the card is identefied by windows normally as nVidia ethernet ......
    i tried to change the version of nForce driver but no way.
    i pluged a normal PCI network card and work well with the LAN ... unpluged & re connect the integrated one with same cable but no way .. the task bar icon told me that A CABLE IS UNPLUGED >>
    plz help

    hi
    what do you tru to connect it to?
    i cant use onboard lan with my cable modem but a friends router worked without trouble.
    btw welcome to this forum
    bye

  • Help setting up a private and guest network

    If someone could help me out here it would be appreciated.  Here's the deal.  I have AT&T U-verse and a 2Wire modem (3801HGV).  What I'm looking to do is set up a private wireless network (to access all our computers/NAS/etc) and a guest network (which only has access to the public internet...for guests/co-workers).  Unfortunately, the AT&T router doesn't have a guest network feature.  So, doing a little research, I decided to buy an Airport Extreme because of its guest network feature.  Upon setting that up, the Airport Extreme asks me to go into bridge mode which automatically shuts off the guest network.  I thought maybe I could use an Airport Express to setup an additional wireless network that DIDN'T have access to the private network but unfortunately, it sees all the private stuff (it also wants to be in bridge mode). 
    Can anyone think of a solution for this?

    Yeah, I tried this but unfortunately it didn't work
    Was there a particular error message that you received?
    Or was it a case of the 2-Wire not wanting to see a Double NAT situation on the network?
    I can make this work with an AirPort Express using another Apple router as the "main" router, but I don't have a 2-Wire to test things out. By "work", I mean that computers on the AirPort Express network cannot "see" any of the devices on the "main" network.
    If you are interested, I'll provide some details on the setup of the AirPort Express for you.

Maybe you are looking for