Guest User!

You are not Sophos Staff.

[9.065][ANSWERED] DHCP over vlans

my cable provider requires me to use DHCP and i need to transport this network connection with a VLAN. 

I tried the latest beta code and I still could not enable DHCP when I select a vlan tagged network connection.

any idea on when we can be able to do this?  its on the list i think for this release.

Dave P
Parents
  • Works for v9.0 too. No, there is no way to have different MACs on each VLAN interface.
    You need to find the correct interface object, then you need to find the corresponding itfparams object, which you have to change.


    VMWare:/root # cc get interfaces interfaces
    [
              'REF_DefaultInternal',
              'REF_IntPppDsl',
              'REF_IntEthLan',
              'REF_IntVlaSdf'
            ]

    VMWare:/root # cc get_object REF_IntVlaSdf
    {
              'autoname' => 0,
              'class' => 'interface',
              'data' => {
                          'additional_addresses' => [],
                          'bandwidth' => 0,
                          'comment' => '',
                          'inbandwidth' => 0,
                          'itfhw' => 'REF_ItfEthEth3IntelCorpo',
                          'link' => 0,
                          'macvlan' => 0,
                          'mtu' => 1500,
                          'name' => 'sdf',
                          'outbandwidth' => 0,
                          'primary_address' => 'REF_ItfPri233324',
                          'proxyarp' => 0,
                          'proxyndp' => 0,
                          'status' => 1,
                          'vlantag' => 55
                        },
              'hidden' => 0,
              'lock' => '',
              'nodel' => '',
              'ref' => 'REF_IntVlaSdf',
              'type' => 'vlan'
            }

    VMWare:/root # cc change_object REF_ItfPri233324 type dynamic
    REF_ItfPri233324

    VMWare:/root # cc change_object REF_ItfPri233324 gateway_type dynamic
    REF_ItfPri233324
Reply
  • Works for v9.0 too. No, there is no way to have different MACs on each VLAN interface.
    You need to find the correct interface object, then you need to find the corresponding itfparams object, which you have to change.


    VMWare:/root # cc get interfaces interfaces
    [
              'REF_DefaultInternal',
              'REF_IntPppDsl',
              'REF_IntEthLan',
              'REF_IntVlaSdf'
            ]

    VMWare:/root # cc get_object REF_IntVlaSdf
    {
              'autoname' => 0,
              'class' => 'interface',
              'data' => {
                          'additional_addresses' => [],
                          'bandwidth' => 0,
                          'comment' => '',
                          'inbandwidth' => 0,
                          'itfhw' => 'REF_ItfEthEth3IntelCorpo',
                          'link' => 0,
                          'macvlan' => 0,
                          'mtu' => 1500,
                          'name' => 'sdf',
                          'outbandwidth' => 0,
                          'primary_address' => 'REF_ItfPri233324',
                          'proxyarp' => 0,
                          'proxyndp' => 0,
                          'status' => 1,
                          'vlantag' => 55
                        },
              'hidden' => 0,
              'lock' => '',
              'nodel' => '',
              'ref' => 'REF_IntVlaSdf',
              'type' => 'vlan'
            }

    VMWare:/root # cc change_object REF_ItfPri233324 type dynamic
    REF_ItfPri233324

    VMWare:/root # cc change_object REF_ItfPri233324 gateway_type dynamic
    REF_ItfPri233324
Children
No Data
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?