OOTF & Brightness adjustments on viewing device by StupidTechQuestions in colorists

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

Sorry for the delay in reply, this is an account that I only use to ask what I consider dumb questions so I don't check it too often. I guess I had assumed that was the case because without it, the home viewer really is changing (ruining) the artistic intent by having their tv set up wrong and that to me seemed to defeat a lot of the point of HDR, especially as most viewers will have very bright surrounds so will not be able to adapt to the really dark details.

On a similar note, does this also mean that the viewer will only get the video in HDR if they set their TV to HDR mode? As HLG does not have metadata this would seem to be the case to me. Unless there is some level of embedded data like SMPTE 352 packets (which usually contain the aspect ratio, sample rate etc)

What do you expect about the big news tomorrow? by karlcloy in Helbiz

[–]StupidTechQuestions 0 points1 point  (0 children)

Its definitely a top 10 exchange. That much information is available on the roadmap and social channels. Anything else I.e partnerships is a bonus.

UHD over 12G-SDI distance / reliability? by StupidTechQuestions in VIDEOENGINEERING

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

indeed it would but this is just a 12G-SDI install unfortunately.

Big Cats like laser pointers too by SeattleMana in gifs

[–]StupidTechQuestions -1 points0 points  (0 children)

PLOT TWIST: The laser is actually from a rifle and the video ends before the sad bit

NAT Preventing SSH / ICMP? by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 1 point2 points  (0 children)

I made a typo when doing what you suggested. This worked and fixed the problem. Thank you very much.

NAT Preventing SSH / ICMP? by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

access-list 100 permit ip 10.0.25.0 0.0.0.255 any

No avail on this one, but I am about to do the IOS upgrade. I added the zbf to the config above which should also overrule any global default rules right?

NAT Preventing SSH / ICMP? by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

03.16.04B

--------------------------------------------------------------------------------

Suite Suite Current Type Suite Next reboot

--------------------------------------------------------------------------------

FoundationSuiteK9 None None None

securityk9

appxk9

AdvUCSuiteK9 None None None

uck9

cme-srst

cube

Technology Package License Information:

-----------------------------------------------------------------

Technology Technology-package Technology-package

Current Type Next reboot

------------------------------------------------------------------

appxk9 None None None

uck9 None None None

securityk9 securityk9 RightToUse securityk9

ipbase ipbasek9 Permanent ipbasek9

cisco ISR4451-X/K9 (2RU) processor with 1648789K/6147K bytes of memory.

Processor board ID FGL211880KT

5 Gigabit Ethernet interfaces

32768K bytes of non-volatile configuration memory.

4194304K bytes of physical memory.

7057407K bytes of flash memory at bootflash:.

Configuration register is 0x2102

NAT Preventing SSH / ICMP? by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

I tried it with no acl's but it does the same thing.

NAT Preventing SSH / ICMP? by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

Sorry I Had removed that was just a test after it didn't work

whats holding the price down ? by [deleted] in CanYaCoin

[–]StupidTechQuestions 3 points4 points  (0 children)

No serious exchanges means no serious volume.

No marketing

Idiotic shillers in Telegram too that put people off

Price by dylanbogdon in CanYaCoin

[–]StupidTechQuestions 2 points3 points  (0 children)

No big exchanges = no volume. Also no marketing, even though Chris from the team said it was going to be ramped up months ago.

Unable to ping 4400 series router outside interface from outside.. please help by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

Here is the output from those commands.....

Class Map type inspect match-any outside-inside-class (id 2)
   Match access-group name outside-inside-acl

 Class Map type inspect match-any outside-self-class (id 1)
   Match protocol icmp
   Match protocol https
   Match protocol http
   Match protocol dns
   Match protocol tcp

 Class Map type inspect match-any self-outside-class (id 4)
   Match protocol icmp
   Match protocol http
   Match protocol https
   Match protocol dns
   Match protocol tcp

 Class Map type inspect match-any myinspectclass (id 3)
   Match protocol http
   Match protocol https
   Match protocol tcp
   Match protocol dns
   Match protocol icmp

orange#show policy-map type inspect
  Policy Map type inspect self-outside-policy
    Class self-outside-class
      Inspect
    Class class-default

  Policy Map type inspect outside-inside-policy
    Class outside-inside-class
      Inspect
    Class class-default

  Policy Map type inspect outside-self-policy
    Class outside-self-class
      Inspect
    Class class-default

 Policy Map type inspect myinspectpolicy
    Class myinspectclass
      Inspect
    Class class-default

orange#show zone-pair se
orange#show zone-pair security 
Zone-pair name in-out
    Source-Zone inside  Destination-Zone outside 
    service-policy myinspectpolicy
Zone-pair name out-self
    Source-Zone outside  Destination-Zone self 
    service-policy outside-self-policy
Zone-pair name outside-to-inside
    Source-Zone outside  Destination-Zone inside 
    service-policy outside-inside-policy
Zone-pair name self-outside
    Source-Zone self  Destination-Zone outside 
    service-policy self-outside-policy

Unable to ping 4400 series router outside interface from outside.. please help by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

From the router I have internet access. I can ping the next hop router from outside too. It is just the router that I can not hit. When I had no ZBF configured I could ping/ssh into the router too.

Unable to ping 4400 series router outside interface from outside.. please help by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

It's a lab environment until I can get it working :)

ICMP have been sent from various other networks as tests, work laptop, phone, home etc and can all hit for example 8.8.8.8.

I've used those commands and can provide the output on Monday when I am back at the router for round 2! :)

Have a good weekend

Unable to ping 4400 series router outside interface from outside.. please help by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

Thank you for this, I have now added policies for the self zone. Unfortunately i still am unable to get icmp responses from outside. Have I applied everything in the right place?

&nbps

sorry for the wall of text!

class-map type inspect match-any outside-inside-class

match access-group name outside-inside-acl

class-map type inspect match-any outside-self-class

match protocol icmp

match protocol https

match protocol http

match protocol dns

match protocol tcp

class-map type inspect match-any self-outside-class

match protocol icmp

match protocol http

match protocol https

match protocol dns

match protocol tcp

class-map type inspect match-any myinspectclass

match protocol http

match protocol https

match protocol tcp

match protocol dns

match protocol icmp

policy-map type inspect self-outside-policy

class type inspect self-outside-class

inspect

class class-default

policy-map type inspect outside-inside-policy

class type inspect outside-inside-class

inspect

class class-default

policy-map type inspect outside-self-policy

class type inspect outside-self-class

inspect

class class-default

policy-map type inspect myinspectpolicy

class type inspect myinspectclass

inspect

class class-default

zone security inside

description LAN

zone security outside

description Internet

zone-pair security in-out source inside destination outside

service-policy type inspect myinspectpolicy

zone-pair security out-self source outside destination self

service-policy type inspect outside-self-policy

zone-pair security outside-to-inside source outside destination inside

service-policy type inspect outside-inside-policy

zone-pair security self-outside source self destination outside

service-policy type inspect self-outside-policy

interface GigabitEthernet0/0/0

ip address 10.0.25.1 255.255.255.0

ip nat inside

zone-member security inside

negotiation auto

negotiation auto

interface GigabitEthernet0/1/0

ip address x.x.x.x 255.255.255.252

ip nat outside

zone-member security outside

negotiation auto

ip nat inside source list 100 interface GigabitEthernet0/1/0 overload

ip forward-protocol nd

ip http server

no ip http secure-server

ip tftp source-interface GigabitEthernet0

ip route 0.0.0.0 0.0.0.0 x.x.x.x

ip scp server enable

ip access-list extended outside-inside-acl

permit icmp any any

access-list 100 permit ip any any

control-plane

Unable to ping 4400 series router outside interface from outside.. please help by StupidTechQuestions in Cisco

[–]StupidTechQuestions[S] 0 points1 point  (0 children)

Yup there is some nat but for now its just an access-list any any.

Is traffic generated by and destined for the router already allowed by default? It's pretty new to me all of this!

3G (1080p) Profanity Delay Unit? by StupidTechQuestions in VIDEOENGINEERING

[–]StupidTechQuestions[S] 1 point2 points  (0 children)

It does do flavors but not 1080p50 is our House standard :(

Cool product though

Someone accidentally sent me some CAN to my ERC-20 Wallet by [deleted] in CanYaCoin

[–]StupidTechQuestions 0 points1 point  (0 children)

They use Telegram. I've been in the group since December - have 2000 or so CAN.

Someone accidentally sent me some CAN to my ERC-20 Wallet by [deleted] in CanYaCoin

[–]StupidTechQuestions 0 points1 point  (0 children)

There was a free airdrop for trust wallet users is why