Auto CD Ripping

Hey,
Is it possible to make cd's auto rip when you are on the front row screen? Instead of having to quit front row and going onto iTunes?
Thanks in advance.

Welcome to the Apple Discussions!
No, that's not possible right now. Front Row has access to your iTunes and iPhoto libraries, but it doesn't have any function but playback.
-Doug

Similar Messages

  • Routing outside on TWCBC

    Caveate: I am a server guy, expected to program 2 each 2900 routers for a local business.
    I get to set up about 2-3 Cisco routers per decade.
    Using the following config, I am able to Ping the router from outside (somewhere else).
    We can also ping the Gateway down at Time Warner from a PC on the inside.
    Data does not pass beyond the gateway.  I suspect my routing table, or RIP/OSPF/BGP is the issue.
    Reading the documentation is fraught with terms I'm sure I don't understand.
    Could one of you read my config and point me in the right direction?
    Thanks in advance.
    (Security items have been changed for this post.)
    ------------ Begin Config -------------
    Current configuration : 7787 bytes
    ! Last configuration change at 19:14:51 PCTime Tue Apr 28 2015
    version 15.2
    no service pad
    service tcp-keepalives-in
    service tcp-keepalives-out
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    service sequence-numbers
    hostname RouterMM
    boot-start-marker
    boot-end-marker
    logging buffered 51200
    enable secret 5 $1$jjskdlfjsdheurotjm   <-changed for posting
    aaa new-model
    aaa authentication login userauthen local
    aaa authorization network groupauthor local
    aaa session-id common
    clock timezone PCTime -5 0
    no ip source-route
    ip cef
    ip dhcp excluded-address 10.10.10.1
    no ip bootp server
    no ip domain lookup
    ip domain name MM.local
    ip name-server 192.168.2.7
    ip name-server 8.8.8.8
    no ipv6 cef
    multilink bundle-name authenticated
    crypto pki trustpoint TP-self-signed-399999999   <-changed for posting
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-3999999999  <-changed for posting
     revocation-check none
     rsakeypair TP-self-signed-39999999999  <-changed for posting
    crypto pki certificate chain TP-self-signed-3999999999  <-changed for posting
     certificate self-signed 01
      3082022B  ... (removed for posting) ...B21E09
            quit
    license udi pid CISCO2901/K9 sn FGL184326EC
    username admin privilege 15 secret 5 $1$kqwertyuiopazsdfghhj.  <-changed for posting
    username administrator privilege 15 secret 5 $1$hskemxjsbkvlfd  <-changed for posting
    ip ssh authentication-retries 2
    interface Embedded-Service-Engine0/0
     no ip address
     shutdown
    interface GigabitEthernet0/0
     description $ES_WAN$$FW_OUTSIDE$
     ip address 204.210.163.202 255.255.255.248
     ip access-group 100 in
     ip access-group 100 out
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip verify unicast reverse-path
     ip flow ingress
     ip nat outside
     ip virtual-reassembly in
     duplex auto
     speed auto
    interface GigabitEthernet0/1
     description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
     ip address 192.168.2.1 255.255.255.0
     ip access-group 100 in
     ip access-group 100 out
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat inside
     ip rip advertise 5
     ip virtual-reassembly in
     ip tcp adjust-mss 1200
     duplex full
     speed auto
    router rip
     version 2
     timers basic 5 10 15 20
     network 192.168.2.0
     default-information originate
     default-metric 5
    no auto-summary
    ip local pool ippool 192.168.152.1 192.168.152.254
    ip default-gateway 204.210.163.201
    ip forward-protocol nd
    ip http server
    ip http access-class 2
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip nat inside source route-map SDM_RMAP_1 interface GigabitEthernet0/1 overload
    ip nat inside source static 192.168.2.2 204.210.163.204
    ip default-network 192.168.2.0
    ip route 0.0.0.0 0.0.0.0 204.210.163.201
    ip route 192.168.2.0 255.255.255.0 204.210.163.201
    logging trap debugging
    access-list 2 permit 192.168.2.0 0.0.0.255
    access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.1 eq telnet
    access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.1 eq 22
    access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.1 eq www
    access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.1 eq 443
    access-list 100 permit tcp 192.168.2.0 0.0.0.255 host 192.168.2.1 eq cmd
    access-list 100 permit ip any any <-- (will add DENYs after it works)
    access-list 101 permit ip 192.168.152.0 0.0.0.255 192.168.2.0 0.0.0.255
    access-list 101 permit udp any host 204.210.163.202 eq non500-isakmp
    access-list 101 permit udp any host 204.210.163.202 eq isakmp
    access-list 101 permit esp any host 204.210.163.202
    access-list 101 permit tcp any host 204.210.163.202 eq 22
    access-list 101 permit tcp 63.165.168.0 0.0.0.255 host 204.210.163.202 eq 22
    access-list 101 deny   tcp any host 204.210.163.202 eq telnet
    access-list 101 deny   tcp any host 204.210.163.202 eq www
    access-list 101 deny   tcp any host 204.210.163.202 eq 443
    access-list 101 deny   tcp any host 204.210.163.202 eq cmd
    access-list 101 remark IPSec Rule
    access-list 101 permit ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255
    access-list 101 permit udp host 70.62.176.194 host 204.210.163.202 eq non500-isakmp
    access-list 101 permit udp host 70.62.176.194 host 204.210.163.202 eq isakmp
    access-list 101 permit esp host 70.62.176.194 host 204.210.163.202
    ccess-list 101 permit ahp host 70.62.176.194 host 204.210.163.202
    access-list 101 permit udp host 24.95.80.45 eq domain host 204.210.163.202
    access-list 101 permit udp host 24.95.80.49 eq domain host 204.210.163.202
    access-list 101 permit udp host 63.165.168.254 eq domain host 204.210.163.202
    access-list 101 deny   ip 192.168.2.0 0.0.0.255 any
    access-list 101 permit icmp any host 204.210.163.202 echo-reply
    access-list 101 permit icmp any host 204.210.163.202 time-exceeded
    access-list 101 permit icmp any host 204.210.163.202 unreachable
    access-list 101 deny   ip 10.0.0.0 0.255.255.255 any
    access-list 101 deny   ip 172.16.0.0 0.15.255.255 any
    access-list 101 deny   ip 192.168.0.0 0.0.255.255 any
    access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 101 deny   ip host 255.255.255.255 any
    access-list 101 deny   ip host 0.0.0.0 any
    access-list 101 deny   ip any any
    access-list 102 remark SDM_ACL Category=4
    access-list 102 remark IPSec Rule
    access-list 102 permit ip 192.168.2.0 0.0.0.255 192.168.1.0 0.0.0.255
    access-list 103 remark NAT Rule
    access-list 103 deny   ip 192.168.2.0 0.0.0.255 192.168.152.0 0.0.0.255
    access-list 103 deny   ip 192.168.2.0 0.0.0.255 192.168.1.0 0.0.0.255
    access-list 103 permit ip 192.168.2.0 0.0.0.255 any
    access-list 104 remark Auto generated by SDM Management Access feature
    access-list 104 remark SDM_ACL Category=1
    access-list 104 permit ip 192.168.2.0 0.0.0.255 any
    access-list 104 permit ip 63.165.168.0 0.0.0.255 any
    access-list 105 permit ip 192.168.2.0 0.0.0.255 192.168.152.0 0.0.0.255
    access-list 106 permit tcp any host 204.210.163.204
    no cdp run
    route-map SDM_RMAP_1 permit 1
     match ip address 103
    control-plane
    banner login ^CCAuthorized Access Only^C
    line con 0
     password 7 199999999999999999999 <-- Changed  for posting
     transport output telnet
    line aux 0
    line 2
     no activation-character
     no exec
     transport preferred none
     transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
     stopbits 1
    line vty 0 4
     access-class 23 in
     privilege level 15
     password 7 199999999999999999 <-- Changed  for posting
     login ctrlc-disable
     transport input telnet
    scheduler allocate 20000 1000
    end
    --------------- end of config ------------------
    Again, thanks in advance.

    Hi KR,
    ASA cannot have multiple default routes, it can have only one single default route. So the setup that you are trying to do would not  work. Since ASA cannot do Policy based routing, if you want to do this kind of setup then you would need to do it on a router, but on ASA its not possible.
    Hope that helps.
    Thanks,
    Varun Rao
    Security Team,
    Cisco TAC

  • Need help getting simple Nat config to work

    I can't seem to get the below Nat config to work. I removed the crypto from the fa0/0 for testing.
    Why can't i get xlates when I ping 192.168.1.5 or 192.168.1.1? As you can see my access list isnt getting touched?
    What am i missing?????
    ==============================================
    CCC#sh access-lists
    Standard IP access list 1
        10 permit 10.10.10.0, wildcard bits 0.0.0.255
    ==============================================
    CCC#sh ip nat t
    CCC#
    ==============================================
    CCC#sh ip nat s
    Total active translations: 0 (0 static, 0 dynamic; 0 extended)
    Outside interfaces:
      FastEthernet0/0
    Inside interfaces:
      FastEthernet0/1
    Hits: 0  Misses: 0
    CEF Translated packets: 0, CEF Punted packets: 0
    Expired translations: 0
    Dynamic mappings:
    -- Outside Destination
    [Id: 2] access-list 1 interface FastEthernet0/0 refcount 0
    [0] prot 6: port #7 refcount 1 syscount 1 localport 4294967295, localaddr 0.0.0.
    0, flags 1
    [0] prot 6: port #9 refcount 1 syscount 1 localport 4294967295, localaddr 0.0.0.
    0, flags 1
    [0] prot 6: port #11 refcount 1 syscount 1 localport 4294967295, localaddr 0.0.0
    .0, flags 1
    [0] prot 6: port #13 refcount 1 syscount 1 localport 4294967295, localaddr 0.0.0
    .0, flags 1
    [0] prot 6: port #19 refcount 1 syscount 1 localport 4294967295, localaddr 0.0.0
    .0, flags 1
    [0] prot 6: port #21 refcount 1 syscount 1 localport 4294967295, localaddr 0.0.0
    .0, flags 1
    =============================================================================
    CCC#sh run
    Building configuration...
    Current configuration : 1490 bytes
    version 12.4
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname CCC
    boot-start-marker
    boot system flash c2600-adventerprisek9-mz.124-25d.bin
    boot-end-marker
    no aaa new-model
    no network-clock-participate slot 1
    no network-clock-participate wic 0
    ip cef
    no ip domain lookup
    ip auth-proxy max-nodata-conns 3
    ip admission max-nodata-conns 3
    archive
    log config
      hidekeys
    crypto isakmp policy 2
    encr 3des
    hash md5
    authentication pre-share
    group 2
    lifetime 400
    crypto isakmp key cisco123 address 1.1.1.3
    crypto ipsec transform-set Petaluma_VPN ah-sha-hmac esp-3des
    crypto map Petaluma_1 1 ipsec-isakmp
    ! Incomplete
    set peer 1.1.1.3
    set transform-set Petaluma_VPN
    match address 100
    interface FastEthernet0/0
    ip address 1.1.1.2 255.255.255.0
    ip nat outside
    ip virtual-reassembly
    speed auto
    half-duplex
    interface Serial0/0
    no ip address
    shutdown
    clock rate 56000
    interface FastEthernet0/1
    ip address 10.10.10.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    duplex auto
    speed auto
    router rip
    network 1.0.0.0
    network 10.0.0.0
    no ip forward-protocol nd
    ip route 192.168.1.0 255.255.255.0 1.1.1.3
    no ip http server
    no ip http secure-server
    ip nat source list 1 interface FastEthernet0/0 overload
    access-list 1 permit 10.10.10.0 0.0.0.255
    control-plane
    line con 0
    line aux 0
    line vty 0 4
    login
    end

    I am getting same issure:
    Dynamic mappings:
    -- Outside Destination
    [Id: 1] access-list NAT interface FastEthernet0/0 refcount 0
    [0] prot 6: port #0 refcount 2 syscount 2 localport 4294967295, localaddr 0.0.0.
    0, flags 1
    [0] prot 6: port #7 refcount 1 syscount 1 localport 4294967295, localaddr 0.0.0.
    0, flags 1 Dynamic mappings:
    -- Outside Destination
    [Id: 1] access-list NAT interface FastEthernet0/0 refcount 0
    [0] prot 6: port #0 refcount 2 syscount 2 localport 4294967295, localaddr 0.0.0.
    0, flags 1
    [0] prot 6: port #7 refcount 1 syscount 1 localport 4294967295, localaddr 0.0.0.
    0, flags 1
    I don't know what this means and will try debug ip nat and get a readout.

  • DMVPN as Backup link to MPLS

    Hi,
    i want to implement DMVPN to one of our branch as a fail over link if the MPLS point to point is down.
    The MPLS VPN is working fine but due to SP faults we are experiencing frequent link downs.so i want to place a dsl router at branch and configure DMVPN to our existing HUB router.
    i am configuring branch router as a spoke to HUB router R3 with rip so when the MPLS which using eigrp goes down , then DMVPN link should be up depending upon AD but, my doubt is if again MPLS link gets up, will it switchover to MPLS from DMVPN.
    here is the topology
    Here is the configurations for HO,HUB and Branch Routers
                                 ******** HO ********
    interface Tunnel102
     description " Tunnel HO-Br3"
     bandwidth 2048
     ip address 10.10.0.10 255.255.255.252
     tunnel source 172.33.1.18
     tunnel destination 172.33.33.18
    interface FastEthernet0/0
     description "HO-LAN"                                                 
     ip address 192.168.1.10 255.255.255.0
     duplex auto
     speed auto
    interface FastEthernet0/1
     description " Connection MPLS SP"                    
     ip address 172.33.1.18 255.255.255.252
     duplex full
     speed 100
    router eigrp 200
     redistribute ospf 10 metric 512 600 100 100 1500
     network 10.10.0.8 0.0.0.3
     no auto-summary
    router ospf 10
     log-adjacency-changes
     redistribute eigrp 200 subnets
     redistribute bgp 65350 subnets
     network 192.168.12.0 0.0.0.255 area 0
    router bgp 65350
     no synchronization
     bgp log-neighbor-changes
     bgp redistribute-internal
     network 10.10.10.0 mask 255.255.255.0
    neighbor 172.31.3.17 remote-as 65400
     no auto-summary
                                ********  HUB *********
    (Router R3 Config)
    crypto isakmp policy 10
     encr 3des
     authentication pre-share
     group 2
     lifetime 3600
    crypto isakmp key welc0me address 0.0.0.0 0.0.0.0
    crypto ipsec transform-set strong esp-3des
    crypto ipsec profile cisco
     set security-association lifetime seconds 7200
     set transform-set strong
     interface Tunnel10
     ip address 172.20.20.1 255.255.255.0
     no ip redirects
     ip mtu 1400
     ip nhrp authentication welc0me
     ip nhrp map multicast dynamic
     ip nhrp network-id 250
     ip tcp adjust-mss 1360
     no ip split-horizon
     delay 100
     tunnel source GigabitEthernet0/1
     tunnel mode gre multipoint
     tunnel key 100
     tunnel protection ipsec profile cisco
     interface GigabitEthernet0/1
     ip address 74.99.128.25 255.255.255.240
     ip flow ingress
     ip flow egress
     duplex auto
     speed auto
     router rip
     version 2
     redistribute ospf 10 metric 5
     network 172.20.0.0
     no auto-summary
     ip route 0.0.0.0 0.0.0.0 74.99.128.17
                                           (Fail over DMVPN with RIP )
    crypto isakmp policy 1
     encr 3des
     authentication pre-share
     group 2
     lifetime 3600
    crypto isakmp key welc0me address 74.99.128.25
    crypto ipsec transform-set strong esp-3des
    crypto ipsec profile cisco
     set security-association lifetime seconds 7200
     set transform-set strong
    interface Tunnel10
     bandwidth 1024
     ip address 172.20.20.2 255.255.255.0
     no ip redirects
     ip mtu 1400
     ip nhrp authentication 
     ip nhrp map multicast 74.99.128.25
     ip nhrp map 172.20.20.1 74.99.128.25
     ip nhrp network-id 250
     ip nhrp holdtime 300
     ip nhrp nhs 172.20.20.1
     ip nhrp registration no-unique
     ip tcp adjust-mss 1360
     no ip split-horizon
     delay 1000
     tunnel source FastEthernet4
     tunnel destination 74.99.128.25
     tunnel key 100
     tunnel protection ipsec profile cisco
     interface vlan 1
     description " HWIC-DSL Link"
     ip addresss dhcp
     ip virtual-reassembly in
     duplex auto
     speed auto
     router rip
     version 2
     network 172.20.0.0
     network 192.168.50.0
     no auto-summary
     ip route 74.99.128.25 255.255.255.255 192.168.1.1
    interface Tunnel102
     description " Tunnel BR-HO "
     bandwidth 2048
     ip address 10.10.0.9 255.255.255.252
     tunnel source 172.33.33.18
     tunnel destination 172.33.1.18
    interface FastEthernet0/0
     description "BR LAN"
     ip address 192.168.50.5 255.255.255.0
     duplex auto
     speed auto
    interface FastEthernet0/1
     bandwidth 2048
     ip address 172.33.33.18 255.255.255.252
     duplex auto
     speed auto
    router eigrp 200
     network 10.10.0.8 0.0.0.3
     network 192.168.50.0
     no auto-summary
    router bgp 65350
     no synchronization
     bgp log-neighbor-changes
     neighbor 172.33.33.17 remote-as 65400
     no auto-summary

    Hi,
    i am running eigrp over MPLS and i want the dmvpn as failover, so configured rip as it's AD is higher and it will be preferred only when the primary is down, but i want to make sure , it switches over to primary as soon as MPLS comes up.
    if not DMVPN then canyou please suggest me anyother way to get over it...

  • Changing the Native VLAN command?

    Can someone please refresh me as to what the command is to change the Native VLAN for the entire switch? (IE: not just on the trunk, I mean the default native for the entire switch). Thanks

    Hi
    While on this topic. I have been trying to trunk to 2960 switches and can't seem to get a proper connection. I am using packet tacer. The 1st switch already has a trunk port going to a router and the router has port is trunked and has sub ints for each of vlans 2 and 3 and each sub trunk has respective  native encap vlan configured. My management vlan is vlan 3. And I don't have an int vlan1 only int vlan 3. The router and the 1st siwtch work fine. But now I am trying to get another trunk port with second switch. I configured both ints for trunking using native vlan 1. Now the links are in up state but both ends are not leds green, one is orange. And I have only int vlan 3 as with other switch and ip in same subnet as managment ip but cannot ping. Strange thing vtp info can pass but no connection to other switch vlans and router etc, only local connectivity. Plz help, below is the configs of the rotuer and two switches. It is switch 1 that is giving me beans to connect to the rest.
    Router0
    version 12.2
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    service password-encryption
    hostname RouterA
    enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
    username admin secret 5 $1$mERr$vPOtdREpWgzFVVY37SB2h/
    ip name-server 0.0.0.0
    interface Loopback0
    description management
    ip address 192.168.1.1 255.255.255.0
    interface Loopback1
    ip address 192.168.2.1 255.255.255.224
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    interface FastEthernet0/0.1
    encapsulation dot1Q 1 native
    ip address 192.168.3.1 255.255.255.0
    interface FastEthernet0/0.2
    encapsulation dot1Q 2
    ip address 10.5.0.1 255.255.255.0
    interface FastEthernet0/0.3
    encapsulation dot1Q 3
    ip address 192.168.4.1 255.255.255.0
    interface FastEthernet0/1
    description management
    no ip address
    duplex auto
    speed auto
    interface Serial0/0
    ip address 172.16.1.1 255.255.255.252
    interface Serial0/1
    no ip address
    interface FastEthernet1/0
    no ip address
    duplex auto
    speed auto
    interface FastEthernet1/1
    no ip address
    duplex auto
    speed auto
    router rip
    version 2
    network 172.16.0.0
    network 192.168.1.0
    network 192.168.2.0
    no auto-summary
    ip classless
    access-list 1 permit 192.168.4.0 0.0.0.255
    access-list 1 permit host 192.168.4.2
    line con 0
    line vty 0 4
    access-class 1 in
    password 7 08316C5D1A2E5505165A
    login
    end
    Switch 0 (connected to Router 0)
    version 12.2
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    service password-encryption
    hostname SwitchA
    no logging console
    enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
    ip name-server 0.0.0.0
    username admin password 7 08651D0A043C3705561E0B54322E2B3C2B063137324232064274
    spanning-tree portfast default
    interface FastEthernet0/1
    interface FastEthernet0/2
    interface FastEthernet0/3
    interface FastEthernet0/4
    interface FastEthernet0/5
    switchport access vlan 3
    interface FastEthernet0/6
    switchport access vlan 3
    interface FastEthernet0/7
    interface FastEthernet0/8
    interface FastEthernet0/9
    interface FastEthernet0/10
    interface FastEthernet0/11
    interface FastEthernet0/12
    interface FastEthernet0/13
    switchport access vlan 2
    interface FastEthernet0/14
    switchport access vlan 2
    interface FastEthernet0/15
    switchport access vlan 2
    interface FastEthernet0/16
    switchport access vlan 2
    interface FastEthernet0/17
    switchport access vlan 2
    interface FastEthernet0/18
    switchport mode trunk
    interface FastEthernet0/19
    switchport access vlan 2
    switchport mode access
    interface FastEthernet0/20
    switchport access vlan 2
    interface FastEthernet0/21
    switchport access vlan 2
    interface FastEthernet0/22
    switchport mode access
    interface FastEthernet0/23
    switchport access vlan 2
    interface FastEthernet0/24
    switchport mode trunk
    interface GigabitEthernet1/1
    interface GigabitEthernet1/2
    interface Vlan1
    no ip address
    interface Vlan3
    ip address 192.168.4.10 255.255.255.0
    ip default-gateway 192.168.4.1
    access-list 1 permit 192.168.4.0 0.0.0.255
    access-list 1 permit host 192.168.4.1
    line con 0
    line vty 0 4
    access-class 1 in
    password 7 08316C5D1A2E5505165A
    login
    line vty 5 15
    login
    end
    Switch 1 (connected to Switch0) (This is the second switch which I cannot get connected to rest of network properly)
    version 12.2
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    no service password-encryption
    hostname Switch
    interface FastEthernet0/1
    interface FastEthernet0/2
    interface FastEthernet0/3
    interface FastEthernet0/4
    interface FastEthernet0/5
    switchport access vlan 3
    interface FastEthernet0/6
    switchport access vlan 3
    interface FastEthernet0/7
    interface FastEthernet0/8
    interface FastEthernet0/9
    interface FastEthernet0/10
    interface FastEthernet0/11
    interface FastEthernet0/12
    interface FastEthernet0/13
    interface FastEthernet0/14
    interface FastEthernet0/15
    interface FastEthernet0/16
    interface FastEthernet0/17
    interface FastEthernet0/18
    switchport mode trunk
    interface FastEthernet0/19
    interface FastEthernet0/20
    interface FastEthernet0/21
    interface FastEthernet0/22
    interface FastEthernet0/23
    interface FastEthernet0/24
    interface GigabitEthernet1/1
    interface GigabitEthernet1/2
    interface Vlan1
    no ip address
    interface Vlan3
    ip address 192.168.4.20 255.255.255.0
    ip default-gateway 192.168.4.1
    line con 0
    line vty 0 4
    login
    line vty 5 15
    login
    end

  • Terrible Transfer Rate

    Hello All:
    Looking for some help. Network segmented into 1x and 2x ...with a 3620 router doing the routing in the middle. 1x and 2x both on their own switches...all is fine.
    Just added a 3x segment and firewall and the transfer rate to and from this 3x from anywhere is horrific. 50 minutes for a 100mb file to or from 1x or 2x using a windows machine. Only 29 seconds for the same file using a linux machine (not great but a huge difference)
    I have posted my config below but in a nutshell, I have FA0/0 on router 10.0.3.2 going into 3x switch along with the LAN port of the firewall 10.0.3.1.
    Clients using 10.0.3.1 as gateway and this routes out to internet over a 3660.
    No dropped packets on the router or switch....only 11 packets a sec rate on the router. No matter how I set port settings on any device...mix and match these settings, it is still the same. Can anyone tell me what the heck is going on??
    Thanks
    ----------------------CONFIG-------------
    version 12.2
    service timestamps debug uptime
    service timestamps log uptime
    service password-encryption
    hostname 3620-INTERNAL
    ip subnet-zero
    call rsvp-sync
    interface FastEthernet0/0
    description LINK TO 3X - SWITCH
    ip address 10.0.3.2 255.255.255.0
    duplex auto
    speed auto
    interface Serial0/0
    no ip address
    no ip mroute-cache
    shutdown
    clockrate 2000000
    interface FastEthernet0/1
    description Production link
    ip address 10.0.4.2 255.255.255.0
    no ip mroute-cache
    duplex auto
    speed auto
    interface Serial0/1
    no ip address
    no ip mroute-cache
    shutdown
    clockrate 2000000
    interface FastEthernet1/0
    description Corporate link
    ip address 10.0.1.42 255.255.255.0
    no ip mroute-cache
    duplex auto
    speed auto
    router rip
    version 2
    network 10.0.0.0
    ip classless
    ip route 10.0.2.0 255.255.255.0 10.0.4.1
    ip route 172.16.1.0 255.255.255.0 10.0.3.1
    ip route 172.16.2.0 255.255.255.128 10.0.1.2
    no ip http server
    dial-peer cor custom
    line con 0
    line aux 0
    line vty 0 4
    login
    end
    3620-INTERNAL#
    I just

    All - Thanks to Kevin's post, I have stumbled onto something....what I don't exactly know.
    In my testing, I was FTPing from my linux box on 3x to my server on 1x...transfer rate was ok, 19 seconds for 100 mb. With my windows box on 3x, I was mapping a drive and copy/paste from 1x to 3x. That was the difference.....but WHY? I need to resolve this piece of the puzzle since I need the ability naturally, to drag and drop between 3x and 1x.
    Why the difference between FTP and transferring with copy paste??
    Any help would be appreciated. Thanks

  • Ripping in Vista with auto eject

    Ok so I am set up with latest version of itunes figured out how to set it to auto rip on insert and auto eject when done (so I notice when it''s done)
    only it (iTunes) doesn't notice when it's ejected the CD. It still happily displays the CD under devices, and won't even read a new CD until I fisrt close the try and hit the eject button, then close the tray again.
    i.e. the steps to actually rip two CDs
    1. insert CD, it gets ripped, then ejected.
    2. insert next CD, close tray -- nothing happens
    3. hit eject button in iTunes
    4. close tray, new CD gets ripped, ejected
    5. goto #2 above, repeat until finished.
    So what should be a 2 step process is four step one.
    I have to assume it's vista related, my computer is fairly new, with not a whole lot of software loaded, just trying to find out if anyone has seen this.

    Now there are two of us.
    Hope someone can help. I should have been able to rip my disks in a couple days. Three days into it, still on the first box.

  • Adobe Extension Manager CS5 is not showing Photoshop CS5 under products. I am using a mac trying to install a plug in for Kubota auto album.

    I have a Mac, using chrome, and trying to install Kevin Kubota Auto album into Photoshop.  Talked with Kevin Kubota support and they said they can't help me anymore because my Adobe Extension Manager was reinstalled and will not display Photoshop CS5 under products. Please help !!!!

    EXACT and complete info, please.
    BOILERPLATE TEXT:
    Note that because this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Canon 1100 printer and Z40 rip with OSX.6  (OS10.6 Snow Leopard)

    I have seen a quite few people stuck with older printers under 10.6. Here is my fix for getting my Canon 1100 with a Z40 rip (the big box that sits to the side of the printer) to work with the new operating system.
    How to connect a CLC 1100 and Z40 rip to Apple OS10.6 (OSX.6)
    PART ONE
    The PPD needs to be copied into the appropriate place
    on the Mac /Library/Printers/PPDs/Content/Resources and this will make
    it selectable within the add printer wizard.
    The PPD should be able to be found in the OS9 driver download here:
    http://www.canon.com.au/drivers/confirm?f=11704
    To be sure, rename the file to: Canon-Z40.ppd
    (do not worry that it is a text file and appears different to the other PPD files.
    PART TWO
    1) On the rip go to Run Setup and then to Network Setup and then to Protocol Setup.
    Turn Apple talk off (it will not find the Appletalk network as it does not exist on 10.6)
    Then go to TCP/IP settings and then to Ethernet settings.
    - Enable TCP/IP for Ethernet - YES
    - Enable Auto IP - NO
    Then for IP address look up your IP address on the network settings on your computer then go through the following steps: change the IP setting on the rip as a later part of that series. In my example the network settings on my computer were 192.168.1.68. As there may be other things on the DHCP network pick a high number such as 192.168.1.205
    Subnet mask should be the same as Network settings on your computer again. In my case it was 255.255.255.0
    The rip should then say you are successfully bound to ethernet. It will then ask for a gateway number which is only important if you have more than one network. I just put a random number there and you will get a message saying that number is not recognized. Do not worry about it. If you have a second network then enter that number
    PART THREE
    Go to the add printer wizard in your system settings.
    Select LPR/LPD (Line Printer Daemon - LPD)
    Now in the address field put in the number you used as an IP address in the rip. In my case 192.168.1.205
    In the Queue field enter: print
    The above step is important!!
    Enter a name and location for your printer if you want.
    In Print using go to Select Printer software and then select
    Canon ColorPass-Z40 Color Server.
    The in the next menu select 1120 as your printer.
    You should now be good to go!!
    The only other thing is that if your rip will take a while to process the new settings (5 minutes in my case) If it gets stuck then disconnect the ethernet cable and re-start.

    Thanks Donald, that was it!
    I knew it'd be something easy.. Now the thing I'd like to know is, how do I get rid of software that is useless to me? I'd really like not to have excess software installed, but I'm not confident that I can just go in and start trashing anything that looks like junk. (If you do that on a Windows computer, you set in motion a diabolical chain reaction that brings about the apocalypse.) I'm a pretty new Mac user. Is there an app that'll do this task?
    Thanks again!
    -Michael

  • Itunes 7.6.1.9 - ripping cds using too much cpu!

    When ripping new cds, itunes starts hogging the cpu like no tomorrow. it will get to 99% at times! I have a 1GB ram, and have NEVER had this problem with any other application or version of iTunes for that matter. I consistantly run multiple programs at the same time, such as Photoshop CS, Firefox and itunes all at the same time with not even 30% of the cpu being used. This is ridiculous.
    In addition to basically fearing my machine will crash if i want to put a new cd on my computer, now songs hang up / skip randomly (including itunes purchases!) and this also NEVER happened before the upgrade.
    What is the deal?

    Hey folks, there is a DEFINITE bug in version 7.6.029 which is causing a variety of problems, including massively slow time to rip CDs, and frequent hangs of iTunes. I just upgraded from 7.5 to 7.6.029 after ripping about 200 CDs relatively quickly using iTunes.... IMMEDIATELY after iTunes "auto upgraded" itself to 7.6.029, I started seeing massively slower times....rips that took 4 minutes previously now take over 20 minutes. I tried a variety of other suggested fixes (deleting video files, deleting podcasts, upgrading quicktime, etc).... not a bit of it helped.
    Here is what DID fix the problem:
    1. I copied my already ripped music files to another disk for safety,
    2. then I deleted version 7.6.029 from my PC via add/delete programs.
    3.deleted quicktime via add/delete programs
    4.killed ituneshelper via task manager
    5. rebooted my pc,
    6. installed version 7.5.0.20 by using file I found at:http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iTunes7/Win/061-3 902.20071105.G6edS/iTunes75Setup.exe
    7. manually delete "iTunes Library.itl" in the ..My Documents/My Music/iTunes directory
    8. I then got the 'old' iTunes to come up by selecting "repair" on the iTunes restart
    9. I then did "file->add folder to library" on iTunes menu (pointing at the saved music files from step 1.) to re-import all my music. Of course, I logged onto iTunes beforehand with my AppleID so that iTunes would re-retrieve all the album art. I did NOT manually delete any files at any time in the except the iTunes Library.itl file in the ....->My Documents->My Music->iTunes folder.
    That has completely fixed my problem. Disks are now back to being ripped in the 3 to 5 minute range...CPU usage is still as high as it was in 7.6, but iTunes no longer locks up, and the program is now properly managing my multispeed CD disk drive...operating it at 10x speed to rip discs (as opposed to 1.2 to 2x speeds under iTunes version 7.6)
    So, sorry Apple, I won't be upgrading iTunes until I read that you have really fixed this problem...comments everywhere point out this performance bug, and I don't see any coherent response from you guys...just misplaced blame on disc drives, cpus, etc.....but the code is BAD... Hey, you didn't just outsource the iTunes coding effort did you? Sure looks like it.

  • Auto nesting objects

    Is there some way (script / plugin?) to auto nest objects on page?
    In other words, to place all objects as tight as possible to eachother.

    @Meate
    Our rip software (Wasatch Softrip) uses rectangles too. In most cases this is good enough (and allow easy cutting), but some cases where cutting isn't needed, tighter fitting would be helpful if available. See simple example in attachment.
    But like i said, i was just checking if some script existed already. If not, it's not worth writing one for the rare occasions it would be helpful.

  • Auto Import CD then Eject unreliable (works half the time)

    I'm trying to re-rip my large collection of CDs, so I set my iTunes General Preferences to:
    When you insert a CD: [Import CD and Eject]
    Unfortunately, it doesn't work half the time. When it does work, it works as you might expect. I insert the CD, it spins up, iTunes mentions that it is looking up the track info online, and then it starts importing. When it's done it ejects. Perfect.
    However, sometimes I insert the CD and things go differently. It spins up, iTunes acts like it's doing something, but then it stops as if no CD were present. There's no CD listed on my desktop nor on the left panel of iTunes. My only option here is to use the top menu bar Eject -> Eject Superdrive tool, then reinsert. The second insertion of the CD makes it work as listed in the previous paragraph.
    At first it seemed to fail every few CDs, but now I have to do the in-out-in thing on every CD. Because this requires MORE attention on my part than doing it the normal, manual way, I have resorted to the old manual way. Insert CD, iTunes shows the CD, and then I say Import. Then I manually eject.
    Anyone know why the auto feature isn't working reliably?
    Thanks!
    Michael

    Actually the problem seems unrelated to whether I have auto-import turned on or not. The problem appears to be general, and related to CD identification.
    I notice when it fails that iTunes has begun doing the CDDB (or whatever it's called now) lookup, but that only flashes briefly and then it goes away as if there were no CD in the drive. I eject, immediately reinsert, and it works the next time.
    Now that I'm nearly done re-ripping my collection (450 CDs), I'd estimate that it fails to see/recognize/mount 1 out of every 5 CDs on the first try.

  • Background auto-login at boot

    I have a G5 running Leopard that I'm using as a print server. I would like to set it up to automatically login into a certain account when it boots up—to start up my printer RIP—but I'd like to hide that boot process from any users who happen to be around at the time. Assuming I have fast user switching enabled, is there a way to script a login as a background boot process?

    I'm not quite sure what you're asking. Here's what I think you mean:
    -you want your computer to auto-login to a certain account on boot--see Sys Prefs -> Accounts -> Login Options
    -you want to start a process at boot -- try using Lingon (http://sourceforge.net/projects/lingon/files/)
    -you want to hide the existence of the process you started from anyone who might be poking around in Activity Monitor/top/ps -- 1) you can't; 2) why would you want to?
    -you want to be able to use fast user switching and still have your process running -- set up your job in Lingon as a "System Daemon"
    Is that what you mean? Please ask if you meant something else.
    ddr

  • Load Balancing Rip version 2

    I have a lab scenario, that is confusing me greatly. I can get per packet load-balancing working when I ping from R2 to interfaces in the 192.168.1.0/30. However, when I'm pinging from R3 , I can't packet load-balance to interfaces in 192.168.4.0/30. I also can't packet load-balance from R1 pinging to interfaces in 192.168.4.4/30. Am I doing something wrong? Thanks...
    I have three routers: R1, R2, R3.
    R1: Eth0 192.168.1.1/30 connected to R3 eth0
    R1: Ser0 192.168.4.1/30 connect to R2 Ser0
    R2: Ser0 192.168.4.2/30 connect to R1 Ser0
    R2: Ser1 192.168.4.5/30 connect to R3 Ser0
    R3: Eth0 192.168.1.2/30 connect to R1 eth0
    R3: Ser0 192.168.4.6/30 connect to R2 Ser1
    All of the routers run:
    2500 Software (C2500-I-L), Version 12.2(29a), RELEASE SOFTWARE (fc1)
    Configs for R1, R2, R3 are attached as a plain text file and listed below:
    R1 config:
    version 12.2
    service timestamps debug uptime
    service timestamps log uptime
    service password-encryption
    service udp-small-servers
    service tcp-small-servers
    hostname R1
    ip subnet-zero
    ip host R1 192.168.1.1
    ip host R2 192.168.4.2
    ip host R3 192.168.1.2
    interface Ethernet0
    ip address 192.168.1.1 255.255.255.252
    no ip route-cache
    no ip mroute-cache
    interface Serial0
    ip address 192.168.4.1 255.255.255.252
    no ip route-cache
    no ip mroute-cache
    interface Serial1
    no ip address
    no ip mroute-cache
    shutdown
    interface Serial2
    no ip address
    no ip mroute-cache
    shutdown
    interface Serial3
    no ip address
    no ip mroute-cache
    shutdown
    interface BRI0
    no ip address
    encapsulation hdlc
    no ip mroute-cache
    shutdown
    router rip
    version 2
    network 192.168.1.0
    network 192.168.4.0
    ip classless
    no ip http server
    line con 0
    line aux 0
    line vty 0 4
    end
    R2 config:
    version 12.2
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    service password-encryption
    hostname R2
    ip subnet-zero
    ip host R1 192.168.1.1
    ip host R2 192.168.4.2
    ip host R3 192.168.1.2
    interface Ethernet0
    shutdown
    interface Serial0
    ip address 192.168.4.2 255.255.255.252
    no ip route-cache
    no ip mroute-cache
    clockrate 56000
    interface Serial1
    ip address 192.168.4.5 255.255.255.252
    no ip route-cache
    no ip mroute-cache
    clockrate 56000
    interface Serial2
    no ip address
    shutdown
    interface Serial3
    no ip address
    shutdown
    interface Serial4
    no ip address
    shutdown
    interface Serial5
    no ip address
    shutdown
    interface Serial6
    no ip address
    shutdown
    interface Serial7
    no ip address
    shutdown
    interface Serial8
    no ip address
    shutdown
    interface Serial9
    no ip address
    shutdown
    interface BRI0
    no ip address
    encapsulation hdlc
    shutdown
    router rip
    version 2
    network 192.168.4.0
    ip classless
    no ip http server
    line con 0
    line aux 0
    line vty 0 4
    end
    R3 config:
    version 12.2
    service timestamps debug uptime
    service timestamps log uptime
    service password-encryption
    hostname R3
    ip subnet-zero
    ip host R2 192.168.4.2
    ip host R1 192.168.1.1
    ip host R3 192.168.1.2
    interface Ethernet0
    ip address 192.168.1.2 255.255.255.252
    no ip route-cache
    no ip mroute-cache
    interface Serial0
    ip address 192.168.4.6 255.255.255.252
    no ip route-cache
    no ip mroute-cache
    interface Serial1
    no ip address
    no ip mroute-cache
    shutdown
    interface BRI0
    no ip address
    encapsulation hdlc
    no ip mroute-cache
    shutdown
    router rip
    version 2
    network 192.168.1.0
    network 192.168.4.0
    ip classless
    no ip http server
    line con 0
    line aux 0
    line vty 0 4
    end

    I figured it out. When I configur "no auto-summary" on each router it behaves nicely with per packet load balancing. I guess I needed to get rid of the summarized routes listing /24 for my VLSMed 4.0 4.4 /30 networks.
    Thanks

  • I never ordered a subscription, I feel ripped off

    I just wanted to try out skype out on a trial basis to see if it was usable for me.  The next thing I know I was billed for a subscription that I was not aware that I ordered.  Very dissatisfied I feel ripped off.  Your service is not geared to be responsive to customers needs.  It really sucks that you did not advise of an auto charge and only allow cancellation after charges are made.  xxxxxxxx

     uhappycustomer wrote:
    It really sucks that you did not advise of an auto charge.
    Hello,
    We did. It's a "recurring" payment (not an auto charge). You agreed to this condition upon signing up, Please see your Terms of Service.
    For a refund contact customer service
    Thank you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

Maybe you are looking for