docker-cups-airprint icon indicating copy to clipboard operation
docker-cups-airprint copied to clipboard

Work with IPVLAN ?

Open enzofrnt opened this issue 2 years ago • 2 comments

I'm using IPVLAN, does it work with it ?

enzofrnt avatar Aug 14 '22 19:08 enzofrnt

I'm not sure, I haven't tried. Looks like it should be possible. Give it a shot and let me know if/how it works then I'll add that to the readme.

DrPsychick avatar Aug 14 '22 20:08 DrPsychick

nice, notif me when you make it and after i can try ^^

enzofrnt avatar Aug 14 '22 22:08 enzofrnt

I can confirm this works with IPVLAN no problem

viperk1 avatar Nov 27 '23 04:11 viperk1

@viperk1 @enzofrnt do you want to briefly share for the afterworld what you've done to make it work with IPVLAN, before I close this issue?

DrPsychick avatar Dec 29 '23 23:12 DrPsychick

@viperk1 @enzofrnt do you want to briefly share for the afterworld what you've done to make it work with IPVLAN, before I close this issue?

Nothing special at all. I just followed your instructions but the network was ipvlan instead of macvlan.

Here’s my docker compose for the container. “physicalnet” is defined externally as an ipvlan network.

services: airprint: container_name: airprint hostname: airprint.host.name image: 'drpsychick/airprint-bridge:latest' restart: unless-stopped networks: physicalnet: ipv4_address: 192.168.192.168 volumes: - airprint/cups:/etc/cups environment: - CUPS_USER_ADMIN=meow - CUPS_USER_PASSWORD=meow

viperk1 avatar Dec 30 '23 00:12 viperk1

Awesome, thanks for sharing, in the name of the community!

DrPsychick avatar Dec 30 '23 13:12 DrPsychick