Need help, propably very easy to solve..

Hi!
If any of you skilled and kindhearted people could share the
knowledge needed to solve this task I would be deeply grateful. I
am rather new with Adobe and Dreamworks, so it will not surprise me
if this question has a very obvious answer. I just cannot seem to
find it...
My problem is as follows; Im making a webpage with
Dreamweaver and I have a .html file that i would very mutch like to
publish within the Dreamweaver sheets.
What I have done is that I have made some workflow charts
with Visio, and saved them as .htm files. They now show perfectly
well in Mozilla, Explorer etc. What I want to do is to insert them
into the Dreamweaver sheets. Now im
just having them as images using screenshot. This is however
a bit cumbersome, since the workflowchart contains links to other
webpages I have made using Dreamweaver. Even minor changes means I
have to re-do a lot of work. This is no major problem to me, it
just seems to me as there should be a smoother and more elegant way
to do this?
From the Insert menu I can see that I can insert HTML, witch
is what I would like to do, but it seems my options there are
scarce? Or perhaps ive overlooked something?
Even if im a first time user of this forum im looking forward
to some answers here, so please dont put me down :)
-H-

Nobody here will put you down for being a newbie... That's
what this forum
is for.
So, you have a "Dreamweaver page" (that is actually a HTML
page that you
created in Dreamweaver. It is not a Dreamweaver exclusive
document)
And you have a Visio page that has been converted to HTML.
The rest is simple copy and paste. Open both pages. Switch to
code view.
Towards the top of each page, you should find a <body>
tag and towards the
bottom a closing </body> tag.
On the Visio page, highlight everything between these tags
(do not include
the tags) and select copy (Edit/copy or ctrl+c).
On the Dreamweaver page locate the place you want to put the
workflow
information and select paste (edit/paste or ctrl+v)
Done.
If you are not sure about the insert location, switch your
Dreamweaver page
to design view, locate your cursor in the place you want,
then switch to
code view and insert at the cursor location.
The next task will be figuring out how to make changes
without replacing the
entire file each time. But that will be for a new post.
Michael Hager
www.cmhager.com

Similar Messages

  • Hi need help..very urgent..

    Hi ABAPers,
    I am very new to ABAP..i need help in coding this following logic,,,
    Can anyone help me in coding this following logic..
    Step 1.  Retrieve customer number KUNNR from VBAK
    Step 2.  Pass customer number KUNNR to KNA1 and retrieve address number-ADANR value
    Step 3.  Pass ADANR value to ADRC table to retrieve NAME3
    Please do reply guys..
    full marks would be given for the right answer.
    Regards
    Sahil

    If Windows Live Mail can export the mailboxes in .mbox format then they can be imported into Mail. Otherwise, you would need to export the accounts to Thunderbird, Netscape, or Office Entourage in order to directly import into Mail.

  • ITunes Not Working [at all..;need help!; very detailed.]

    Hello.
    My iTunes doesnt work at all. When I click on iTunes, it doesnt open or anything. I have uninstalled it and then re-installed it many times, it didnt work. Because of my iTunes not working, i had no choice but to put my songs on manually using Rockbox [an alternative fw]..
    And now i really need help, cause it is really annoying to put my songs on manually!
    Help?
    BTW i have norton installed, is that why it may not be working?
    --Aaron R.

    FYI, there's an iTunes forum where you may have
    better luck. You can try posting over there
    Anyway, I'm not really sure. Does it show up in the
    task manager? Is there an iTuneshelper.exe process?
    Tom
    yeah, there is an itunes helper.exe process.
    well, im going to post it in the itunes forum.look for it over there.

  • Need help recovering from glibc upgrade [SOLVED]

    I recently did pacman -Syu on a system because I was having trouble with a softphone utility. I installed Arch on this laptop perhaps 6 months ago and have not done many upgrades since that time. Of course I've been waylaid by the recent glibc changes and I'm trying to recover. I think I've gotten a good deal of the way there by researching the issue and attempting a few solutions. But I'm quite confused by what I'm now seeing, so I want to ask for help here.
    First, let me point out that I posted in this forum yesterday about certain events that led to my problems--see that thread at https://bbs.archlinux.org/viewtopic.php?pid=1186089. Essentially, I followed the wrong set of instructions and did pacman -Syu --ignore glibc pacman -Su before doing pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz. That broke pacman, which, being the most current version, was expecting that glibc version to be on the system.
    To remedy the problem I followed the procedure outlined in that thread--namely booting from a USB drive on the affected system and running pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz --root /mnt/brokenRoot. Things kinda started to work then: pacman would run, but I noted that my mouse cursor was not responding. I decided to try and finish the upgrade and so ran pacman -Syu again using the --ignore glibc switch as suggested at https://wiki.archlinux.org/index.php/De … iki:usrlib.
    Things started to get really weird after that. For example, at a certain point during the boot process--I believe when the console is getting ready to switch to framebuffer (or whatever point that's called where screen resolution changes from vga)--and the screen just freezes. The laptop won't accept any keyboard or mouse input and just appears to be hung. I was able to chroot in to the system and cause the sshd daemon to start though, and have discovered that I can ssh in and do things.
    I upgraded the kernel again today in an ssh session, which gave some quite strange results: mkinitcipio is searching for modules under /lib, whereas as I understand it, /lib is now supposed to contain nothing and is to be simply a symlink to /usr/lib. But I can't build an init image on this system unless a /modules directory is present under /lib. Well, the /lib directory was there, so I symlinked /usr/lib/modules to /lib and mkinitcpio ran fine after that. So what's up here? Why is mkinitcpio expecting the /modules directory to be under /lib?
    Just as weird, there seems to be a newer glibc version. But I can't upgrade to it: I get the message "glibc: /lib exists in filesystem." Now, having read https://wiki.archlinux.org/index.php/De … iki:usrlib I know that there are suggestions for remedying this. But when I run the commands suggested there to try and find out what packages own files in /lib, it looks to me that all files there are owned by glibc 2.16.0-1:
    find /lib -exec pacman -Qo -- {} +
    error: cannot determine ownership of directory '/lib'
    /lib/libthread_db.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
    /lib/libc-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnsl-2.16.so is owned by glibc 2.16.0-1
    /lib/libcidn-2.16.so is owned by glibc 2.16.0-1
    /lib/librt.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
    /lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
    /lib/libc.so.6 is owned by glibc 2.16.0-1
    /lib/libpthread-2.16.so is owned by glibc 2.16.0-1
    /lib/libcrypt.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_db.so.2 is owned by glibc 2.16.0-1
    /lib/libutil-2.16.so is owned by glibc 2.16.0-1
    /lib/libm-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread.so.0 is owned by glibc 2.16.0-1
    /lib/libnss_files.so.2 is owned by glibc 2.16.0-1
    /lib/ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
    /lib/libcidn.so.1 is owned by glibc 2.16.0-1
    /lib/libSegFault.so is owned by glibc 2.16.0-1
    /lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
    error: No package owns /lib/modules
    /lib/librt-2.16.so is owned by glibc 2.16.0-1
    /lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
    /lib/libdl-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl.so.1 is owned by glibc 2.16.0-1
    /lib/libpcprofile.so is owned by glibc 2.16.0-1
    /lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
    /lib/libmemusage.so is owned by glibc 2.16.0-1
    /lib/libm.so.6 is owned by glibc 2.16.0-1
    /lib/libresolv-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
    /lib/libutil.so.1 is owned by glibc 2.16.0-1
    /lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
    /lib/libdl.so.2 is owned by glibc 2.16.0-1
    /lib/ld-2.16.so is owned by glibc 2.16.0-1
    /lib/libnsl.so.1 is owned by glibc 2.16.0-1
    /lib/libresolv.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
    Long story short, I'm quite confused by this. And I have a barely-working system I need to fix.
    Can anyone please offer input on what might be going on with this system? And perhaps offer suggestions for straightening out the mess?
    Thanks,
    James
    Last edited by jamtat (2012-11-02 23:55:10)

    Ok. So I'm officially dumb--in case that wasn't already apparent. I thought I'd tried upgrading glibc after I'd deleted the symlink to /usr/lib/modules (I deleted it a couple of times). But I was apparently wrong: after just now deleting it upon reading your post, I see that the upgrade has worked and that  the system reboots into its former normal state. So. it looks like it's fixed and like this thread can be marked solved. Still I'm curious: will mkinitcpio continue looking for modules in /lib?
    Thanks,
    James
    Last edited by jamtat (2012-11-03 16:22:09)

  • I need help. Very bad service with subscriptions

    I have the worst service. Nobody helps me.
    I need to update my card to renew my subscription. I lost my membership 29.99 deal because I could not pay. Each time I do the process in the bank charges one dollar (allready 14 dollars), not a lot, but not good. I can not work.
    I call to the Mx phone number with brazilian time and it is open in the middle of the night until noon and nobody helps. Even I call to the US and nobody helps. My subscription is in hig level since two days and I have not a positive answer for my problem.
    What can i  do? I am in a problem because of these. Please Help me with my software. Really, really frustating.
    I am willing to pay more, loose my services, my promotions for being a long time custumer. but i need the software now! now, now.
    I am [email protected]

    Have you tried the Adobe Chat support, if that is available where you are?  The chat support that answers queries from the US is in India not the US although they usually type ok English.
    There could be some issues with the international banking network for authorizing credit and debit cards that Adobe doesn’t have direct control over, but at least someone should be able to tell you what is happening, I’d think.
    Your bank may only be “authorizing” a $1 charge, to test to see if there is money in a valid account.  An authorization doesn’t actually move money anywhere, so the $14 may come back little by little as the time expires on each authorization after a few days.

  • NEED HELP!  Possibly easy question about 'sorting' on your iPod

    I can't find the answer anywhere... You know when you sort on 'artist' (or probably anything) on your iPod, if the artist's name is "The Beatles", the artist will be found under the letter "B", not "T". Or if the artist's name is "A Perfect Circle", the artist will be found under "P" and not "A". Etc...
    Is there a way to change this? I actually don't mind it, but was curious because:
    Is there a way to add words that it would do this for? i.e. add the word "Tha" in iTunes for your iPod so artist "Tha Dogg Pound" is found under "D" and not under "T".
    Sorry if this answer is somewhere but I cannot find it. Any help would be greatly appreciated! Thank you in advance!!!

    In iTunes for Windows the auto-sort feature is controlled by the file C:\Program Files\iTunes\iTunes.Resources\<Region Code>.lproj\SortPrefixes.plist. For English the words ignored for sorting are "A ", "An " & "The ". You could edit this list or just use the Sort Artist, Sort Album Artist etc. fields as necessary when you'd like something sorted into a different position. I can't recall ever testing to see if the iPod picks up on changes made to this file so it may be that another properties file would need editing on the classic in order to achieve the same end.
    tt2

  • Need help to probably easy question.

    Hi,  I am relatively new to computers and I have a problem.  I have an MSI 645 Ultra (MS-6547 v1) motherboard with a pentium 4 chip.  Recently, my computer can power on but I don't get any hard disk activity nor do I even get to the BIOS (the video card isn't sending any signal, and there are no POST beeps).  From looking at the user manual, I found that the USB D-Bracket has all four lights red on.  This tells me that the CPU is damaged according to the manual.  Here's my problem.  Does anyone know exactly what kind of processor I need to replace it?  I think I need a part number (the one at home is dirty and can't get any info off of it).
    Any help is greatly appreciated.

    I'll suggest testing it out with another 400watts or above CPU with 18A on +12v rail first before heading down to buy a brand new CPU.
    Trust me. Borrowing a PSU is to double confirmed the status than spending the $$$ for a workaround immediately, though it's more inconvenience to do so...

  • Need Help Badly Very Sad?

    I went to a site called jippii today you can play games and stuff there and I got this message that I needed Microsoft Java Virtual Machine now i know this is up for download anymore so what can i do. I have been to many other sites and get the same error ive download like a ton of files from java site but nothing has really gone right yet what can i do please help?

    To install the Java that's needed to play games, etc, go here http://java.com/en/index.jsp and click the "Get It Now" button in the upper right.
    If you want to program with Java, go here http://java.sun.com/j2se/1.4.2/download.html
    and where it says "Download J2SE v 1.4.2_02", click on the word DOWNLOAD in the column headed "SDK" in the row "Windows Installation (info)".

  • Need help pairing bluetooth headset [totally solved]

    OK, I have the two following pieces of hardware:
    Motorola H350 Headset
    ASUS Bluetooth USB Dongle, using a CSR radio
    I'm trying to use btsco to use my bluetooth headset. I haven't gotten it to work yet. What I'm posting here is what I'm doing, my config files: and the results I get.
    /etc/bluetooth/rfcomm.conf:
    # RFCOMM configuration file.
    rfcomm0 {
    # Automatically bind the device at startup
    bind yes;
    # Bluetooth address of the device
    device 00:0C:55:AA:A3:A9;
    # RFCOMM channel for the connection
    channel 1;
    # Description of the connection
    comment "Motorola H350 Headset";
    /etc/bluetooth/hcid.conf
    # HCI daemon configuration file.
    # HCId options
    options {
    # Automatically initialize new devices
    autoinit yes;
    # Security Manager mode
    # none - Security manager disabled
    # auto - Use local PIN for incoming connections
    # user - Always ask user for a PIN
    security auto;
    # Pairing mode
    # none - Pairing disabled
    # multi - Allow pairing with already paired devices
    # once - Pair once and deny successive attempts
    pairing multi;
    # Default PIN code for incoming connections
    passkey "0000";
    # Default settings for HCI devices
    device {
    # Local device name
    # %d - device id
    # %h - host name
    name "BlueZ (%d)";
    # Local device class
    class 0x3e0100;
    # Default packet type
    #pkt_type DH1,DM1,HV1;
    # Inquiry and Page scan
    iscan enable; pscan enable;
    # Default link mode
    # none - no specific policy
    # accept - always accept incoming connections
    # master - become master on incoming connections,
    # deny role switch on outgoing connections
    lm accept;
    # Default link policy
    # none - no specific policy
    # rswitch - allow role switch
    # hold - allow hold mode
    # sniff - allow sniff mode
    # park - allow park mode
    lp rswitch,hold,sniff,park;
    I anonymized the MAC of the Bluetooth headset because otherwise, somebody would probably yell at me for the security vulnerability. Because with that MAC, someone could uh ..... they could ...... uhm ...... well I anonymized it anyways.
    So without further ado, here's what I do to try and get my bluetooth headset going:
    [root@yvonne bluetooth]# lsmod | grep ^snd_bt_sco
    snd_bt_sco 14028 0
    [root@yvonne bluetooth]#
    That ensures I've got the appropriate module loaded.
    [root@yvonne bluetooth]# ps ax | fgrep "hcid
    > dbus"
    2987 ? Ss 0:00 /usr/bin/dbus-daemon --system
    3000 ? Ss 0:00 /usr/sbin/hcid -f /etc/bluetooth/hcid.conf
    3494 tty1 S 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
    3495 ? Ss 0:00 dbus-daemon --fork --print-pid 8 --print-address 6 --
    4758 pts/4 R+ 0:00 grep -F hcid?dbus
    [root@yvonne bluetooth]#
    I've got HCID going, with DBus started first (read up about that on the forums)
    [root@yvonne bluetooth]# rm /var/lib/bluetooth/00:08:2B:03:68:D2/linkkeys && touch /var/lib/bluetooth/00:11:1B:09:31:E5/linkkeys
    [root@yvonne bluetooth]# hcitool scan
    Scanning ...
    00:0C:55:AA:A3:A9 Motorola H350
    [root@yvonne bluetooth]# btsco -v 00:0C:55:AA:A3:A9
    btsco v0.42
    Device is 1:0
    Voice setting: 0x0060
    Can't connect RFCOMM channel: Connection refused
    [root@yvonne bluetooth]# rfcomm connect 00:0C:55:AA:A3:A9
    Can't connect RFCOMM socket: Connection refused
    [root@yvonne bluetooth]# rm /var/lib/bluetooth/08:08:1C:91:71:D2/linkkeys && touch /var/lib/bluetooth/00:08:D2:44:35:D2/linkkeys
    [root@yvonne bluetooth]# hcitool scan
    Scanning ...
    00:0C:55:AA:A3:A9 Motorola H350
    [root@yvonne bluetooth]# hcitool cc 00:0C:55:AA:A3:A9
    [root@yvonne bluetooth]# btsco -v 00:0C:55:AA:A3:A9
    btsco v0.42
    Device is 1:0
    Voice setting: 0x0060
    Can't connect RFCOMM channel: Connection refused
    [root@yvonne bluetooth]#
    Note that each time after I wipe out the keys from /var/lib/bluetooth, I'm putting the headset back into pairing mode by holding down its "phone" button.
    So I'm kind of at the end of my rope here. Something is going wrong during pairing, but what is it? dmesg isn't giving me any clues here either. Is the PIN not getting transmitted properly or something?[/code]

    Ok, there's some strange things happening with bluetooth these days it seems. I had a lot of trouble setting up a connection to my phone, even after following avery bit of advice I found on the net.
    But somehow I found a way, and now it works. I had to do some things not documented anywhere, excepte from some obscure places from 2003 etc.
    The most significant problem I encountered was that my phone would never find my computer, even though I set pscan and iscan enabled.
    Here's a line of code I found that fixed the problem for me. It could work for you too, since your problem looks exactly like the things I saw when the phone couldn't see my computer.
    dbus-send --system --dest=org.bluez /org/bluez/hci0
    org.bluez.Adapter.SetMode string:discoverable
    I write this after the bluetooth system has started.
    Hope it helps 

  • Newbie to Mac Needs Help Please - Very Frustrated

    Hello. I'm new to Mac. I'm pretty well versed in Windows and pretty technically savvy so this is frustrating. I cannot get my MacBook with OS X 10.4.8 to print on my new HP 1020. Both are new. It never even occurred to me that the Mac wouldn't be able to talk to it and neither sales person asked about the other. Any work-arounds? Mac appears to recognize it...finds its name and all that...and any/all apps appear to "print" but nothing happens...no printing occurs. I know the printer works; works with my old Dell. Please help. Thank you.

    It's my understanding that if you go to hp website and get the drivers for the HP1022 printer that will work. If it doesn't DO THE BELOW STEPS:
    If you aren't already on OSX 10.4.8, upgrade now and then follow these steps:
    For The MacBook:
    1) Disconnect the HP 1020 if it is currently connected to the MacBook.
    2 Download; http://www.narc.ca/1601-LJ1022_SeriesOSX.dmg (Old version)
    2) Delete anything for the HP 1020 in Printer in "Printer Setup Utility"
    3) If you have anything for the HP 1020 (or the 1022 from a failed installation) in "/Library/Reciepts" delete it.
    4) Remove the 1020Series folder from "/Library/Printers/hp/laserjet" directory if it exists.
    5) Reset the print system from the Printer Setup Utility
    6) Reboot (the HP 1020 is still disconnected from the MacBook)
    7) Run the installer package downloaded in step 2
    8) Shut down the MacBook completely
    9) While the MacBook is off, connect the HP 1020 and power the PRINTER on.
    10) Power on the MacBook
    11) Add new printer in "Printer Setup Utility", select HP LaserJet 1020, driver should come up, click ADD
    Thanks TheMane for posting instructions t

  • Need help.. very urgent one....

    how do i prevent the following msg appear when i run java program?
    "Invalid command line. Error : Invalid path"
    i believe it's becoz that program using package command right?
    " package rheise.jftpd; "
    but how do i solve this problem?.. haiz. pls forgive my stupid question... thanks!!

    Hi Kevinloh
    try posting your question in java forums. You have a better chance of getting replies
    http://forum.java.sun.com
    thanks

  • Need help. VERY low audio with Tivo series 2 and Fios

    I just had Fios installed and want to use my Tivo Series 2 DVR.  However, the audio can barely be heard.  Any advice?
    Here is my setup
    1.  Motorola set top digital box with HDMI output to Television.  Everything is Excellent
    2.  Motorola set top box S video output to Tivo.  Red and white AV to Tivo audio input.
    In this setup, my standard def channels have excellent picture, but the volume is just way to low.
    I have run the Tivo setup procedures.
    When I try running Coax from the set top box to Tivo, I get NOTHING.  No audio or video.
    Is the motorola incapable of putting out enough audio via AV when HDMI is also connected?
    Help
    (please)

    Keyboards:
    The motorola is connected simultaneously to TV via the HDMI output, and to my TIVO, via S Video and AV outputs.
    When the TV source is set to HDMI, all is perfect (in fact, stunning).  Great sound.
    When I change the TV to receive S Video from the Tivo, I receive an excellent standard def picture, but audio that I have to crank up to full scale.
    I have not tried Motorola to Tivo alone, with no HDMI connection to the TV. 
    I do think your idea to use a second box (a simple SD digital converter) to hook up to the Tivo makes great sense.  If I split the feed, sending one to the HD settop box, and another to Tivo, then I get the best of both worlds.   I will get HD from the motorola, and can separately record on the Tivo. 
    I am still a bit concerned about audio volume, although the Tivo boards seem to say that Tivo works well with Fios.

  • Need help with "Very large content bounds" error...

    Hey guys,
    I've been having an issue with Adobe Muse [V7.0, Build 314, CL 778523] - one of the widgets I tried from the Exchange library seemed to bug out and created a large content box.
    This resulted in this error:
    Assert: "Very large content bounds (W:532767.1999999997 H:147446.49743999972) detected in BoxUtils::childBounds"
    Does anyone know how I could fix this issue?

    Hi there -
    Your file has been repaired and emailed back to you. Please let us know if you run into any other issues.
    Thanks!
    -Sam

  • Need help starting very troubled iBook

    About a week ago I started having problems starting my iBook (it would get stuck on the Apple screen), and the few times I could get it to start up, it would lock up soon after. So I've already decided the end is near for it and I've upgraded to a MacBook.
    However, I'd like to get on my iBook at least one last time to deuathorize a few programs and grab a few files. But now it's even worse than last week. Instead of getting stuck on the Apple screen, it just shuts down. I started it from a Techtool Pro CD, however that's got its own set of problems (probably part of a different discussion, but for whatever it's worth, it runs into problems with the SMART drive and surface scan, although it won't let me run any of the repair functions).
    Anyway, now I want to run Disk Utility and see if that fares any better, but I can't figure out how to eject the Techtool Pro disk. I tried holding down the mouse button while restarting, but the computer shuts down before it gets a chance to eject. I also tried reseting the PRAM, but again it just shuts down shortly after the third chime. Does anyone have any suggestions?
    iBook G4   Mac OS X (10.4.8)  

    Try starting in Open Firmware and ejecting the diasc.
    1. Restart the computer.
    2. Immediately after the startup sound, press and hold the key combination Command-Option-O-F.
    Note: The Command key has the Apple and () icons on it.
    3. Release the keys when you see a white screen that says "Welcome to Open Firmware."
    4. At the prompt, type: eject cd
    5. Press Return, then wait a few seconds. The disc drive should eject any disc that is present, and "ok" appears behind your command when the action is complete.
    6. Type: mac-boot
    7. Press Return.
    Your computer should now start up normally.
    John

  • NEED HELP PLEASE Setting up 2 VLANS and a redundant WAN connection

    I have a remote branch office which is actually a huge bar/lounge. The bar wants to enable patrons to access the Internet with their wireless laptops. I want to prevent those patrons from accessing our private network, and also prevent them from traversing our static VPN tunnel back to HQ.
    The bar processes all credit cards via the T1 connection, and this has caused us to lose money every time the T1 goes down while we're open, since there is no WAN redundancy right now.
    Here is my current hardware configuration:
    1) one PIX 501 50-user 3des.
    2.) two Dell 3024
    3.) one Aironet 1100(g) AP.
    Current LAN Network: 10.35.35.0
    (internal employees only, static VPN tunneled to remote HQ network)
    Current Wireless SSID's:
    SSID1=PRIVATESSID
    SSID2=PUBLICSSID (not currently in use, waiting to figure this out)
    Current WAN: one T1 connection.
    WHAT I WOULD LIKE TO DO AND NEED HELP FIGURING OUT:
    #1a) I want to create two separate VLAN's that are able to share the WAN connection, but not be able to "see" each other.
    #1b) These VLAN's would be mapped to their respective SSID's on the AP (PRIVATESSID>10.35.35.0 and PUBLICSSID>192.168.1.0).
    #1c) The 192.168.1.0 network should not be able to traverse the static tunnel between the branch site and HQ.
    #2) I would like to install a backup WAN connection such as a modem 56k dial-up to an ISP or a cable modem to an ISP. In case the primary T1 goes down, I would like the router to automatically dial out over the modem conection and route all Internet bound traffic over that backup WAN connection, until the primary comes back online.
    Question 1:
    I'm assuming I need a router to do the intervlan routing. Could this router also do the on-demand WAN backup dialing to an ISP via analog modem?
    What IOS version and flavor (IP base, IP+, etc.) would I need? What is the cheapest router I can do all that with (i.e. 2620/2621/1720/3600 series)? What WIC's or NM's would I need?
    Question Two:
    I would like to prioritize PRIVATESSID's traffic over PUBLICSSID's traffic, which I know I can do on the access point. Can I do this on the router so that any 10.35.35.0 traffic takes priority over any 192.168.1.0 traffic?
    Question Three
    If the primary T1 WAN connection goes down, I don't want the router to re-route the 192.168.1.0 traffic over the backup 56k dial-up WAN connection. That traffic can wait until the T1 comes back up.
    Any help you can provide would be very much appreciated.

    Assuming your access points can place SSID into separate vlans and support 802.1q trunks then I can attempt to answer your questions. There are seperate secuity issues with both SSID for protection and VLANs for seperation but in your case in may be minimal.
    q1
    Any cisco router that will run 802.1q trunking will work. Since you are looking at older routers you will need IP+ to get it. Even 2610's will support 802.1q on their 10m ethernet at the correct code level but 10m and 802.1q is sorta nonstandard. Since your backup is only 56k you can use the internal modem port as a dial backup. A wic-2a/s will also work if you prefer not to use the modem port. You will need some wic to run your t1 line. If you are planning to leave the t1 on another router it makes the next 2 questions much harder.
    q2
    This is fairly simple and depends on your ios level. "priority queing" is supported on even the older software. I assume you do not control the far end of the t1 line since it sounds as if this goes to a ISP.
    You will need to have them do the QoS since most issues with the internet are inbound and not outbound. You can only control outbound traffic.
    q3
    If the T1 is on the same router then this is fairly simple. You can just put a floating static default route in that will cause the dialer to come up if the the t1 goes down. There is no easy way to protect against the line being up but no traffic passing. This is also why it would be best to have the t1 on the same router. If its not you will need to get very creative to solve this. You could build a GRE tunnel to a remote location and montior the tunnel or run a routing protcol over the tunnel. In the newest software you could use SAA and policy routing to force the traffic over the dialer but the router must support ios 12.4.
    3a. You mentioned a cable modem as a backup. That can be much easier sometimes since it is all routing and no dialer interfaces with nasty modem issues. This does not make the issue of the t1 not on the same router easier.

Maybe you are looking for