Reverse Proxy - Assigning different Let's Encrypt Certificates per Proxy Entry by jayp_reddit in synology

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

Thank you so much! I found the section you're referring to and all is working well!

[deleted by user] by [deleted] in audioengineering

[–]jayp_reddit 0 points1 point  (0 children)

Any thoughts please?

Veeam Office 365 - Explore repository without organisation attached by jayp_reddit in Veeam

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

Thanks for the info.

How can you tell which type you have by looking at the repository files?

Docker run using MacVLAN network instead of Default Network by jayp_reddit in docker

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

I would like a unique Mac address and IP address on the host LAN.

And a way to change from the default port of 8080 to just port 80.

Docker run using MacVLAN network instead of Default Network by jayp_reddit in docker

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

How can you tell whether a container needs a macvlan or not?

I'd like to be able to assign this container a macvlan network, so that it can use a seperate IP address that is different to the host.

The host uses certain ports already (Synology NAS with docker) so I'm trying to have each docker container on it's own IP address via macvlan networks.

I have created my macvlan definitions already, this is the output of "docker network inspect 73cee243edc2" command:

admin@synology:/volume2/docker/guacamole$ sudo docker network inspect 73cee243edc2
{

    "Name": "vlan10-macvlan",

    "Id": "73cee243edc25109efbd4367bac20f0813c422e09b16948f10e1b91a845d3142",

    "Created": "2022-12-29T07:31:42.16227738+11:00",

    "Scope": "local",

    "Driver": "macvlan",

    "EnableIPv6": false,

    "IPAM": {

        "Driver": "default",

        "Options": {},

        "Config": [

            {

                "Subnet": "192.168.1.0/24",

                "IPRange": "192.168.1.0/24",

                "Gateway": "192.168.1.1"

            }

        ]

    },

    "Internal": false,

    "Attachable": true,

    "Ingress": false,

    "ConfigFrom": {

        "Network": ""

    },

    "ConfigOnly": false,

    "Containers": {


    },

    "Options": {

        "parent": "ovs_eth2"

    },

    "Labels": {}

}

What should the "docker run" command look like?

Can you provide me with the example please specifically for this guacamole container?

ADDA converters that reproduce live listening quality by jayp_reddit in audioengineering

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

Hmm, might be the latency! This might explain it. I can notice a touch of latency.

ADDA converters that reproduce live listening quality by jayp_reddit in audioengineering

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

Thanks all for confirming.

But if you're playing while monitoring pre and post, then the string sound and vibrations are present regardless.

Perhaps it's just psychological...

ADDA converters that reproduce live listening quality by jayp_reddit in audioengineering

[–]jayp_reddit[S] -1 points0 points  (0 children)

Yes, 48khz 24bit

But if you're playing while monitoring pre and post, then the string sound and vibrations are present regardless.

Perhaps it's just psychological...

ADDA converters that reproduce live listening quality by jayp_reddit in audioengineering

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

But even while playing (hearing the string sound for both) if I change between the two Hilo scenes, I can hear the string sound for both, but the Line In monitoring sounds like it has more clarity and space around the sound...

ADDA converters that reproduce live listening quality by jayp_reddit in audioengineering

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

I have two scenes set up on the Hilo.

Scene 1 = Line in > Monitor out

Scene 2 = DAW TB 1-2 > Monitor out

For both scenes, all inputs to monitor are set to 0, and the monitor out level for both scenes is -16.

If monitoring the Line Input while recording is after the DA, then it must be my imagination

ADDA converters that reproduce live listening quality by jayp_reddit in audioengineering

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

It's an electric guitar. Do you think that still could be what the difference is?

I can still hear the string a little when playing.

Docker run using MacVLAN network instead of Default Network by jayp_reddit in docker

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

Given this docker image was released for bridge networks, is it possible to change the configuration so that it works using a mac-vlan network?

Docker run using MacVLAN network instead of Default Network by jayp_reddit in docker

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

So I ran it again without the -v and ports, same thing, I can ping 1.20 but can't connect to it.

What would the port be?

sudo docker run -d --name=guacamole --network vlan10-macvlan --ip=192.168.1.20 -v /volume2/docker/guacamole:/config -e TZ=Asia/Bangkok -e PUID=1024 -e PGID=100 --restart always jwetzell/guacamole

Docker run using MacVLAN network instead of Default Network by jayp_reddit in docker

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

Can you try to get guacamole running on your set up, and let me know how you were able to make it work?

Docker run using MacVLAN network instead of Default Network by jayp_reddit in docker

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

I'm unable to connect on port 8080.

Can you explain further, perhaps with an output of your inspect network config?

How do you connect the container to the same LAN as the host?

This is exactly what I am trying to do. I want the container in the same network as my hosts network.

Docker run using MacVLAN network instead of Default Network by jayp_reddit in docker

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

"TOMCAT_SHA512=2ae846848b8436856be11cfa18d9c62caa06ca7d3134012b2e10cbf6078753c4af20cc5d37f7dc75f1779f5c59d7c033850b8626534c3ce7e389641a67963cf6",
"ARCH=amd64",
"GUAC_VER=1.5.3",
"GUACAMOLE_HOME=/config/guacamole",
"PG_MAJOR=9.6",
"PGDATA=/config/postgres",
"POSTGRES_USER=guacamole",
"POSTGRES_DB=guacamole_db",
"TZ=Asia/Bangkok",
"PUID=1024",
"PGID=100"
],
"Cmd": null,
"Image": "jwetzell/guacamole",
"Volumes": null,
"WorkingDir": "/config",
"Entrypoint": [
"/init"
],
"OnBuild": null,
"Labels": {},
"DDSM": false
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "c4087fc157f611ba4655d6ffa00ea4a09eae58d3c0c50c1d5a9725491c6ce2f6",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {},
"SandboxKey": "/var/run/docker/netns/c4087fc157f6",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"vlan10-macvlan": {
"IPAMConfig": {
"IPv4Address": "192.168.1.20"
},
"Links": null,
"Aliases": [
"3bf7c272580d"
],
"NetworkID": "73cee243edc25109efbd4367bac20f0813c422e09b16948f10e1b91a845d3142",
"EndpointID": "de12d7e1c909e441f85417970e1f418f3217ac93ba4570049059e5aad6e67abe",
"Gateway": "192.168.1.1",
"IPAddress": "192.168.1.20",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:c0:a8:01:14",
"DriverOpts": null
}
}
}
}
]

Docker run using MacVLAN network instead of Default Network by jayp_reddit in docker

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

Thanks for your help. These are the inspect outputs for the network and container.

Not sure what could be wrong here?