L2 services over routed network.

Does anyone know what Cisco recommends for multisite L2 lan services over a routed IP network(no MPLS core)? I've been reading about vpls over gre, but after checking Cisco feature navigator, it looks like the ME switches do not do it. Is there another way to accomplish multisite L2 lan services in the ME or do you have to use 6500 or 6800 series?

Hi,
I suggest doing NAT on both sites.
For Site A with ASA running 8.4 software the NAT configuration might look something like this
Base Information
Site A LAN: 192.168.1.0/24
Site A LAN NAT: 10.1.1.0/24
Site B LAN (NAT): x.x.x.x/24
Site A LAN interface = inside
Site A WAN interface = outside
Configuration
object network LAN-LOCAL
  subnet 192.168.1.0 255.255.255.0
object network LAN-NAT
  subnet 10.1.1.0 255.255.255.0
object network REMOTE-LAN
  subnet x.x.x.x 255.255.255.0
nat (inside,outside) source static LAN-LOCAL LAN-NAT destination static REMOTE-LAN REMOTE-LAN
What the above configuration will do is
Do NAT between interfaces "inside" and "outside"
When Site A users connect from their LAN-LOCAL to REMOTE-LAN their NAT IP address will be LAN-NAT This works both ways. When Site B REMOTE-LAN connect to LAN-NAT they will reach LAN-LOCAL of Site A
Also notice that since you are using this type of NAT that every LOCAL and NAT address will match eachother regarding the last portion of the IP address
192.168.1.1 = 10.1.1.1
192.168.1.2 = 10.1.1.2
192.168.1.3 = 10.1.1.3
etc
As I said before I would suggest you ask the Site B admin to also NAT their local LAN 192.168.1.0/24 to something and then you can use that network range and insert to the above configuration to the place of x.x.x.x.
Please rate if you found the information helpfull
Also ask more if needed
- Jouni

Similar Messages

  • RTX 4088 Access over router/network?

    I recently bought the RTX 4088 Skype cordless phone.   On initial setup, everything went fine, connected to skype and the router, placed calls, did the firmware upgrade, everything went smoothly.  However...
    I went to re-register the handset to the base station and it will no longer connect.  I have done the following without success:
    pulled the batteries from the handset to reset
    drained and recharged the handset while the base station was off
    used the reset handset function in the handset menu.
    powercycled the router
    tried several times on the handset screen to register
    unplugged the base station from power for a few days
    I used to use the Freetalk adaptor.  With that device, it would show in the network map under windows 7 or I could go to the IP directly to gain access to the hardware menu.
    The RTX4088 does not do any of the above.   Does someone know if there is a menu I can access from my web browser, and if so, how do I gain access to it.
    Alrternatively, does anyone have any other tips for me to try?  I really don't want to return it back to HongKong to ChatAndVision as that will leave me without a device for more than a month.

    Worthless the rtx4088.
    Not possible contacting Handset to basestation. No coneection via router to internet.
    Not working skype and even landline calls. Totally worthless.
    No after sales service. Returning this equipment is too expensive (40 Euro) and too complicated caused by custom rules and forwarding.
    I have contacted skype and chat and vision.
    No one capable enough to take decisions only bla bla bla.
    I will quit in future with skype and search for a better solution.
    I'm sure this message will not stay very long here.
    Skype will not accept critical meanings.
    Rgds
    Hans

  • Bonjour over routed networks

    We are switching to a VLAN environment so we need to get bonjour/zero-config to work over a routed environment.
    What is the quick and easy way to get this done with a MS AD-integraed DNS service?
    Thanks,
    Tadashi

    Thanks for posting your question to the Cisco Support Community and sorry for the non-response to your post. This is due to the fact that you actually posted to the wrong area of the community.
    For the best chance to get replies and help with your question please post to this community and then delete it from it's current location.
    Community to post to: https://supportforums.cisco.com/community/5956/getting-started-wireless

  • Device is connected to to a wifi network but does not have access to Blackberry services over wifi connection

    please help me, my blackberry curve has been working perfectly fine (everything network and wifi connection are working great) since i got it but all of the sudden when i connect to our wifi at home i noticed that the wifi logo on the upper screen is grayed out. i checked the manual and it says: device is connected to to a wifi network but does not have access to Blackberry services over wifi connection. i dont  know what to do, i tried the hard reset (removed batt for 1 min while phone is on and put it back in) i also tried to remove the wifi profile and added it back up but still nothing seems to work, my service provider has BB services available on my phone, i can received BBM, pushed email, use FB on my phone using my network but i cant use my wifi to browse.. what should i do? help me please!

    With a PC, the Windows Firewall and/or the anti-virus software will sometimes block an attempted Internet connection.
    Check both applications to see if you can find a "blocked" item and then take steps to "allow" the connection.
    If still no luck, temporarily disable the wireless security for a short period to see if the PC can connect that way. If it can.....then you know it is security related issue.
    See if the PC can connect using a setting like WPA-PSK-TKIP. The equivalent Apple setting would be WPA/WPA2 Personal.

  • How to deploy a web service to another machine over a network

    I've built a web service on my desktop, which deploys and functions as inteded on the desktop. What would I need to do to deploy it from a project on this computer to another over the network?

    Hi drewb3172,
    If I understand you correctly, you're just looking to deploy this web service to a computer other than your development system?
    If so, this link should be very helpful: LabVIEW Web Services FAQ: How do I create and install a built application containing a Web server a...
    Have a great day,
    Chris Vo I create and install a built application containing a Web server and Web services VIs?
    Applications Engineer
    National Instruments

  • EEM Script to stop SIP service if a network route disappears from the routing table

    Trying to run this on an ASR 1001-x with 3.13 code. It seemed to behave properly in the lab, but not on customer's router:
    event manager applet WebEx_DOWN
     event routing network 62.109.194.64/26 type remove
     action 1.0 syslog msg "WebEx Route Lost - Disabling CUBE Service"
     action 2.0 cli command "enable"
     action 3.0 cli command "config t"
     action 4.0 cli command "voice service voip"
     action 5.0 cli command "sip"
     action 6.0 cli command "call service stop"
     action 7.0 cli command "end"
    event manager applet WebEx_UP
     event routing network 62.109.194.64/26 type add
     action 1.0 syslog msg "WebEx Route Added - Enabling CUBE Service"
     action 2.0 cli command "enable"
     action 3.0 cli command "config t"
     action 4.0 cli command "voice service voip"
     action 5.0 cli command "sip"
     action 6.0 cli command "no call service stop"
     action 7.0 cli command "end"
    When the route disappeared, there was a line in the syslog "WebEx Route Lost - Disabling CUBE Service", but the service was not stopped. I had to stop it myself. I then let it sit. Once the route reappeared, the message "WebEx Route Added - Enabling CUBE Service" showed up, but SIP did not start. Any ideas?

    If you have AAA command authz enabled, then make sure you've configured "event manager session cli username USER", where USER is a name authorized to run all of the CLI commands in your applets.
    If you still don't see the behavior you want, enable "debug event manager action cli" to see what the results of the CLI commands are.

  • HP photosmart C4700 cannot be connected over the network.

    my printer was recently unplugged and refuses to print. i have reinstalled all drivers and software but still cannot connect over the network. please help soon as i desperatley need to print off college work. this has happened before but reinstalling the drivers worked.

    Hi..
     try this one....
    Uninstall any remaining Hp printer program from your system..
    1. Click windows logo or start button- on the search box or run - type in %temp%, press enter
    2. look for the 7z folder on the TEmp folders.
    3. Open &z folder and look for util- open util look for ccc folder- open ccc folder loofk for uninstall3.
    4. Procedd to Uninstall level 3- restart the computer -go back to %temP% trhen delete tye 1st 7z folder-- to the same process for the remaining 7z folders- open util-ccc-uninstallL3- restart Pc and delete te 7z folder
    5. Once your'e done- go to add or remove programs or programs and features to uninstall remaining Hp printer software.. then restart you pc again..
    Follow these steps before re-installing the printer:
    Click Start , and then click Run . The Run dialog box opens.
    In the Run dialog box, type msconfig , and then press Enter .
    If the User Account Control window opens with the message 'Windows needs your permission to continue ,' click Continue to close the window.
    In the System Configuration window, click the Startup tab, and then click Disable All .
    Click the Services tab, click the Hide all Microsoft services checkbox, and then click Disable All .
    Click Apply , and then click OK .
    When prompted to restart the computer, click Restart later .
     Restart the network devicesFollow these steps to restart all the devices on the network.
    These steps include turning off the computer. Consider bookmarking this page for ease of reference.
    Press the Power button to turn off the product.
    Click Star,  click Shut Down , and then click Shut Down from the drop-down list.
    Turn on the wireless access point (router).
    Press the Power button  to turn on the product.
    Press the power button on the computer to turn it on.
    When the computer turns on, a System Configuration Utility message opens on the computer. Select the Do not show this message again check box, and then click OK .
    proceed to the installation.......then prove functionality...if successful continue these steps
    Re-enable startup programs and services
    Click Start ( ), and then click Run . The Run dialog box opens.
    In the Run dialog box, type msconfig , and then press Enter .
    If the User Account Control window opens with the message 'Windows needs your permission to continue ,' click Continue to close the window.
    In the System Configuration window, click the Startup tab, and then select the check box next to each program that should run when you turn on the computer. If a program should not run when the computer is turned on, leave the check box clear.
    CAUTION:Do not disable any Microsoft services.
    If no changes should be made to startup programs or services, click the General tab, and then select the Normal Startup checkbox.
    Click Apply , and then click OK .
    When prompted to restart the computer, click Restart .
    Although I am working on behalf of HP, I am speaking for myself and not for HP.
    Love Kudos! If you feel my post has helped you please click the White Kudos! Star just below my name : )
    If you feel my answer has fixed your problem please click 'Mark As Solution' and make it easier for others to find help quickly : )
    Happy Troubleshooting : )

  • Can you share an external hard drive over a network when your Apple Airport Extreme is in bridge mode?

    Hello, is it possible to share an external hard drive over a network when I have my Airport Extreme in bridge mode?  I can't use my AE as my main router at the moment but still want to be able to use the hard drive on the network, and the router I am using isn't capable of adding an external hard drive.  I use Windows 7 and the other router is a Netgear.  I have searched the communities and have not come across an answer to this question.  I have tried several configurations within windows to try and see the hard drive but none have worked.  I can see the hard drive when I run Airport utlities, but it cannot be seen on the network.  Thanks to anyone who can help!

    I think there is some confusion in this thread..
    If you are sharing on a local LAN port forwarding is not required.
    is it possible to share an external hard drive over a network when I have my Airport Extreme in bridge mode?
    Answer is yes.. no port forwarding, mapping whatever term is used.. is needed. Port mapping is required when you cross over a NAT router.. as long as all the devices are inside a single LAN.. then no port mapping.
    I assign to my Airport Extreme, do I do so with the settings of:
    Service: SMB
    Type: TCP
    Server IP: xx.x.x.x
    Port Start: 445
    Port End: 445
    This would not work even from WAN.. SMB is blocked by all responsible ISP.. there is simply too many unprotected windows machines out there. If they allowed SMB .. the world would be flooded with hijacked bots. And stolen data like bank accounts. SMB is not a secure protocol.
    But this is not necessary on a LAN.
    The problem can be Mavericks which does a terrible job presenting network drives.. The usual recommendations are to use AFP or force the connection to CIFS (ie SMB1 not 2).
    If you use airport,, then use AFP.
    In finder.. Go, Connect to server.
    AFP://AEname or AEIPaddress. (replace with the network name of the AE or its actual IP address).
    When asked for password.. type public if you did not change it or use whatever password you put.
    Store the password in the keychain.

  • Printing to shared windows printer over wireless network

    Hi,
    I just bought my wife a MacBook and recently updated it to Leopard (OS X 10.5). I have a Lexmark X5150 printer connected to a desktop PC running Windows XP. I can share files between the two computers no problem either wirelessly or through an ethernet connection through my router. But, I'm having troubles accessing the shared printer through the Macbook wirelessly. If I connect the printer directly to the Macbook, I can add the printer with appropriate drivers no problem. However, when I try to add the printer as Windows shared printer, the appropriate driver doesn't show up in the drop down list. I can navigate to and find the printer over the network fine, but I just can't find the right driver. I'm a newbie to Mac and was wondering if there is anyway to find the driver using Finder or something similar to determine where it physially resides on the Mac. I know it's there because it is automatically selected when I directly connect the printer to the Macbook and add the printer. Any thoughts??

    Couldn't figure things out, so I'll just stick with connecting the printer directly to the macbook.

  • IMac G5 no longer prints to laser printer over ethernet network

    I have a small office with 6 iMacs networked via ethernet with a Netgear Router. Printers are connected to one machine and people send to print over the network.
    3 iMacs are G5. 3 are Intel. All run OS X 10.5.8.
    A month ago one of the G5 iMacs stopped being able to print to a Brother laser printer (which is connected by USB to an Intel iMac). I believe this happened after we downloaded a periodic Apple update. About 2 weeks ago a second G5 iMac developed the same problem. The 1st G5 iMac still prints fine to an inkjet printer connected directly to it by USB.
    We have tried re-loading drivers, but no improvement.
    Any suggestions as to how we can resolve this?

    Hi DaddyPaycheck
    The iMacs that can't print can see the printer. We have deleted and re-installed via the printer system prefs too. There weird thing is that you can select the printer and send to print, but for some reason the printer then automatically pauses and you can't resume it. The file is listed by the status is 'stopped'. When you open the printer queue on the Intel iMac that the laser printer is connected to, no print file shows up at all...
    We also ran the network diagnostic that you can do when in printer system prefs and that reported that "the G5 iMac could connect to the internet, but not the Server "brother HL 4040CN series-1@ben's-iMac-2.ipp.tcp.local" "
    Hope there's a clue in there somewhere...
    R

  • HP Laserjet M1132 MFP is too slow over the network!

    Hi,
    My HP Laserjet M1132 MFP is too slow over the network!
    I have connect the printer to a windows XP 32bit SP3 using UBS port. The printer works fine on the local computer but when sharing it over the network it works too slow, for example with print test page it takes about 45 seconds to print and for other documents it takes much longer time.
    I have installed the latest driver form HP website and upgrade the firmware it the latest version.
    It happens on other Windows XP machines as well.
    I connected the printer to my laptop (Windows 7 64bit) and it works fine (No delays over the network) and it seems that this problem have some relations with the windows XP Driver.
    I have used local port trick on remote machines (instead of regular method) like this:
    ''add a local printer;
    'new port'
    'localport'
    \\XPcomputer\HPPrinterName as port name
    but still nothing!
    There is nothing wrong with the network, we use to use a Samsung printer on the same machines over the network with no problem.
    I Really appreciate your HELP!
    This question was solved.
    View Solution.

    BEHZAD_T, how is the printer connected to the network (wireless or Ethernet)? If it is slow wirelessly, I would suggest trying to connect the printer to your router with the Ethernet cord and install it to the networked computer that way.
    Another question is, relatively speaking, how close to your router are the Samsung printer and the HP printer? Depending on the distance (and what stands between the devices) there can be a lag between sending a print job and it being received by the printer.
    Let me know!

  • WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network

    The Exchange Management Shell fails to connect in Exchange 2013 environment, this is a DAG environment and previously it indicates another error message, which is in my another thread. We fixed that error by delete the retired proxy entry in the server registry,
    after that the error is gone but changed to below one, anyway the EMS still fails to connect to all servers:
    VERBOSE: Connecting to NSWVIP999WTMBX.air.abc.au.
    New-PSSession : [NSWVIP999WTMBX.air.abc.au] Connecting to remote server NSWVIP999WTMBX.air.abc.au failed with the
    following error message : WinRM cannot complete the operation. Verify that the specified computer name is valid, that
    the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows
    access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote
    computers within the same local subnet. For more information, see the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : WinRMOperationTimeout,PSSessionOpenFailed
    Failed to connect to an Exchange server in the current site.
    Enter the server FQDN where you want to connect.:
    Then it just show can't connect to all the exchange servers, from the wording it seems pointing to the Windows firewall settings for winRM, but when I look at the windows firewall found it's turned off. We use Sophos enterprise for the security, but all
    other 3 exchange servers didn't have the same issue.

    Hi Lynn,
    Thanks for your analyst and reply, I run the command as you suggested and checked accordingly to Task Manager, but seems none of them indicates a firewall or anti-virus.
      TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       4
     TCP    0.0.0.0:808            0.0.0.0:0              LISTENING       2260
     TCP    172.17.2.123:444       172.16.2.127:8050      ESTABLISHED     4
     TCP    172.17.2.123:444       172.16.2.127:8069      ESTABLISHED     4
     TCP    172.17.2.123:444       172.17.2.127:8053      ESTABLISHED     4
     TCP    172.17.2.123:10952     172.16.2.68:80         ESTABLISHED     3296
     TCP    172.17.2.123:11185     172.16.2.90:8080       SYN_SENT        468
     TCP    172.17.2.123:11190     172.16.2.90:8080       SYN_SENT        15268
     TCP    172.17.2.123:11330     172.16.2.90:8080       SYN_SENT        1296
     TCP    [::]:80                [::]:0                 LISTENING      
    4
     TCP    [::]:808               [::]:0                 LISTENING      
    2260
     TCP    [::1]:6001             [::1]:8028             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8029             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8030             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8031             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8032             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8033             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8034             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8035             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8036             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8037             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8040             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8041             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8048             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8049             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8059             ESTABLISHED     4764
     TCP    [::1]:6001             [::1]:8060             ESTABLISHED     4764
     TCP    [::1]:8028             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8029             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8030             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8031             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8032             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8033             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8034             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8035             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8036             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8037             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8040             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8041             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8048             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8049             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8059             [::1]:6001             ESTABLISHED     9980
     TCP    [::1]:8060             [::1]:6001             ESTABLISHED     9980
     TCP    [fe80::9054:e8f5:f885:8105%20]:808  [fe80::9054:e8f5:f885:8105%20]:9901
     ESTABLISHED     2260
     TCP    [fe80::9054:e8f5:f885:8105%20]:9901  [fe80::9054:e8f5:f885:8105%20]:808
     ESTABLISHED     4868
    This is the full result, among them
    4 -- System -- NT Kernel & System
    468 -- There is no process associated with PID 468
    1296 -- svchost.exe -- Host Process for Windows Service
    2260 -- SMSvcHost.exe -- SMSvcHost.exe
    3296 -- CcmExec.exe -- CCM Executive
    4764 -- Microsoft.Exchange.RpcClientAccess.Service.exe -- Microsoft.Exchange.RpcClientAccess.Service.exe
    4868 -- Microsoft.Exchange.ServiceHost.exe -- Microsoft.Exchange.ServiceHost.exe
    9980 -- w3wp.exe -- IIS Worker Process
    15268 -- ServerManager.exe -- Server Manager

  • Airport won't print over the network

    I have a basic HP Photosmart C4200 series printer. It works fine when I plug it directly into my computer but when I plug it into the router, it won't print and this message comes up : "Unable to read response header - short read"
    When I delete/add the printer from Preferences, it finds the printer and establishes connection but when I try to print over the network, it gives me that error message.
    A weird thing I found was that when connected to the airport, my printer shows up under the iDisks tab under the Airport Utilities instead of being in the Printers tab...

    Welcome to the discussions!
    A number of entry level printers are designed so that they will only work when they are connected directly to a computer, so that may possibly explain your problem.
    To verify, you can work your way through Apple's troubleshooting guide to see if this is the case. If you've completed all the steps and still can't print, I think you have your answer.
    http://support.apple.com/kb/TS1253
    http://support.apple.com/kb/TS1253

  • PLEASE help me to get Leopard to see my HP over the network

    Sigh..... I still cannot get this to work. Does anyone know of any way to get my PB G4 with 10.5.1 to see my HP Photosmart C7280 over my network so it will install properly? Oh, and yes, I would like to be able to use the full feature set that I paid for, not just basic print.
    Here is my setup: I have the C7280 connected to my wireless router (Zyxel HW660) via ethernet connection and my network accessed by my computers. I have my iMac (running 10.4.11 and 3 XP machines connected and working properly with the C7280 via wireless connection.
    Here is what I have done.
    Archive/Install Leopard again today
    Uninstalled/reinstalled full HP software for 10.5 from HP site downloaded today.
    Entered IP address of printer into Safari and it sees it fine and gives me the status info
    pinged the IP address of printer and it responds
    Tried to manually add the printer using same IP address and it doesn't find it.
    connected the C7280 and my PB via direct ethernet connection and it sees the C7280 fine through a Bonjour connection.
    What else can I do? If there was a problem with Leopard and my router, wouldn't it be an all around problem? I can connect to internet, share folders, etc all on the network so don't think that should be a problem. The fact that the C7280 can be "seen" via direct ethernet connection means that it can communicate with the C7280 software and finally, since I can ping it and get status via IP address in Safari means the connection is there.
    As soon as I was able to connect to the C7280 via direct ethernet connection, HP told me it was an issue with Apple. HP Mac Architect are you out there?
    Can anyone help!! Thanks! PS Sorry, I know post long, but wanted to be as complete as possible.

    I'm not sure if this will help you, but I have an HP 2200d Laserjet attached to my SMC 4 port wireless router BUT via the router's USB port. Anyway I couldn't get it to print in Leopard on my G5 whereas my other computers on the network (a B&W with Tiger, an iBook G3 with Panther and an XP PC) saw it and could print to it without any problems. The G5 only experienced problems printing to it once I upgraded to Leopard via archive and install. The original setup in Tiger on the G5 went missing once I upgraded to Leopard so I had to set up the configuration again. Here's what helped me:
    1) Add a new printer in the System Preferences > Print and Fax
    2) Choose IP
    3) Now for me, under Protocol I chose LPD, but you may have to choose IPP or HP Jetdirect
    4) For Address type in your printer's IP address
    5) Queue type in LPT1
    6) Name type in whatever you want to call your printer
    7) Now this next step is what made my printer work under Leopard (in Tiger it was blank): For Location type in LPT1
    8) For Print Using choose "Select a driver to use...", find your driver, install it and Leopard may start printing to it
    This worked for me, but my router has a USB port. Checking the other IP set ups, they look similar to the LPD set up. I hope this helps.

  • Setting up a Printer over Wirless Network

    I have a MacBook Pro and a Old G4 Mirror Door connected to a Linksys Wirless Router in my home. I only have one phone jack in my house and its in the kitchen.:( So I put an Airport card in the G4 so I could have my computer in my office. I have a hp Deskjet 3650 connected directly to the G4 via USB. What I'm wondering is.. is there a way that I can print to this printer from my MacBook Pro over the network? Or does the printer have to be connected directly to the wirless router?
    Hope someone can help.
    Cheers,
    Adam
    17' MacBook Pro   Mac OS X (10.4.6)  

    You certainly can set up a printer this way. Go to the Print & Fax preference pane in the System Preferences. Click on the Sharing tab, enable "Share these printers with other computers", and make sure that the check box next to your printer is checked.

Maybe you are looking for

  • Regarding SY-SAPRL

    Hi In ECC 6 , System Variable SY-SAPRL  returns the version of "WAS" and not R/3 Application. Is there any system variable available to replace this variable to get the same output as in 4.6 c. If any other solution is there , please let me know. Poi

  • Defaulting Item category in Equp BOM

    Dear Experts, I  have a problem at the time of creating Equipment BOM, i am mentioning all the details in Header data and while entering the material numbers, it is asking to enter the item category. In our scenario item category for all engg materia

  • Change Font size for Line printer when Printing ALV

    We are using device type IBM 64xx LP+ emulation 1.00A to print to an IBM line printer. I would like to change the font size of an ALV report I am sending to the device. Can the font size be set in the Printer Initialization section of the Format? Ex.

  • -xO3 and above have problems with bswap

    Hey, I am trying to build a library which uses -xarch=sse2. Using -xO2 it compiles fine. With -xO3 and -xO4 it has a problem with bswap. Doug jdsbuild@prae> cc -V cc: Sun C 5.9 SunOS_i386 Build40_1 2007/02/08 usage: cc [ options] files. Use 'cc -flag

  • Healthkit shows "no data" for steps and walking + running. How do I set my phone as a source? Thanks!

    My Health app does not show anything for steps, walking + running and flights climbed. A few blogs say this shows up atomically. Do I need to set Data Source to my phone? How do I do that? Even when I go to Steps through the menu it still says "No Da