Page MenuHomeVyOS Platform

dsteinkopf (Dirk Steinkopf)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 5 2017, 10:47 AM (377 w, 18 h)

Recent Activity

Apr 11 2019

dsteinkopf added a comment to T1060: Add an option to exclude addresses from transparent web proxying.

Title should be something like "Add an option to exclude source IP addresses from transparent web proxying" because destination IP is a different option.

Apr 11 2019, 2:04 PM · VyOS 1.2 Crux (VyOS 1.2.1)

Dec 7 2018

dsteinkopf added a comment to T1060: Add an option to exclude addresses from transparent web proxying.

@dmbaturin Did you forget to merge the other PRs (migration code) ?

Dec 7 2018, 3:25 PM · VyOS 1.2 Crux (VyOS 1.2.1)
dsteinkopf closed T1060: Add an option to exclude addresses from transparent web proxying as Resolved by committing Restricted Diffusion Commit.
Dec 7 2018, 1:45 PM · VyOS 1.2 Crux (VyOS 1.2.1)
dsteinkopf closed T1060: Add an option to exclude addresses from transparent web proxying, a subtask of T1090: Webproxy overhaul, as Resolved.
Dec 7 2018, 1:45 PM · VyOS 1.4 Sagitta

Dec 6 2018

dsteinkopf added a comment to T1060: Add an option to exclude addresses from transparent web proxying.

A new description could be:

Dec 6 2018, 7:54 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Dec 1 2018

dsteinkopf added a comment to T1060: Add an option to exclude addresses from transparent web proxying.

Ok. Fine. Can you give me a hint about docu and an example of such a migration script? So I'll try to implement one for this case: Migrate from webproxy proxy-bypass 1.2.3.4/24 to webproxy whitelist destination-address 1.2.3.4/24

Dec 1 2018, 6:13 AM · VyOS 1.2 Crux (VyOS 1.2.1)
dsteinkopf added a comment to T1060: Add an option to exclude addresses from transparent web proxying.

Thank you for your positive feedback. I am open to all changes.
We can rename the command, of course. But let us think about this shortly:

Dec 1 2018, 3:35 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Nov 30 2018

dsteinkopf added a comment to T1060: Add an option to exclude addresses from transparent web proxying.

That change should be safe to merge because it just adds a command and doesn't change anything else. So no one will be using this at the moment and so it won't have any impact. So I'd be happy to see it in 1.2.0.

Nov 30 2018, 10:56 AM · VyOS 1.2 Crux (VyOS 1.2.1)
dsteinkopf changed Version from 1.1.8 to 1.2.0 on T1060: Add an option to exclude addresses from transparent web proxying.
Nov 30 2018, 10:52 AM · VyOS 1.2 Crux (VyOS 1.2.1)
dsteinkopf created T1060: Add an option to exclude addresses from transparent web proxying in the S1 VyOS Public space.
Nov 30 2018, 10:12 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Jan 5 2017

dsteinkopf added a comment to V3: Tag node syntax for VyOS 2.0.

Maybe it's a good idea to 1. use the new syntax but 2. generate less line breaks. e.g.

interfaces {
  ethernet { eth0 {
      vif {
          99 { address 192.0.2.1/24; }
          101 { address 203.0.113.1/24; }
      }
  } }
}

In this case the new syntax would be fine for me. (Details open for discussion.)

Jan 5 2017, 11:04 AM · VyOS 2.0.x, VyConf