This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VLAN problem (routing or what?)

Hi all,

I want to ask how to make astaro (ASG 7.102) able to accept packets from a network that use VLAN. For example if I have 3 VLAN in my network:
192.168.1.0/255.255.255.0
192.168.2.0/255.255.255.0
192.168.8.0/255.255.255.0

and my astaro is 192.168.8.15/255.255.255.0

These VLAN is connected through 3COM layer 3 switch 4500 series with 26 ports, I use VLAN setting in that switch.

So my question is how to make it work, at least I can ping my astaro from different subnet machine. If I don't use VLAN the setting is already build (masquerading, packet filtering) and worked.

I hope I can some enlightenment here, since I already try some open source stuffs to be my router gateway in my VLAN network but it seems that those cannot handle it.

Best Regards,


Tazlambert


This thread was automatically locked due to age.
Parents
  • Change the type of the interface (port to 3com) under /network/interfaces/ to "Ethernet VLAN" , add the VLAN Tag and the network address.

    Now you have to add additional entries for each VLAN you want to use.
  • Hi thanks for the quick reply, 

    Forgive me but what is VLAN tags? Is it like 1 or 2 or 3, I mean the id that I used to state which IP blocks belong to which VLAN?

    and what do you mean by :


    Now you have to add additional entries for each VLAN you want to use.


    Best Regards,


    Tazlambert
  • Forgive me but what is VLAN tags? Is it like 1 or 2 or 3, I mean the id that I used to state which IP blocks belong to which VLAN? 

    Yes, that's it. 

     and what do you mean by :
     Originally Posted by ClausP  View Post
    Now you have to add additional entries for each VLAN you want to use 

    For each VLAN of your 3com which the asg should be part of you have to create an interface as mentioned above.
Reply
  • Forgive me but what is VLAN tags? Is it like 1 or 2 or 3, I mean the id that I used to state which IP blocks belong to which VLAN? 

    Yes, that's it. 

     and what do you mean by :
     Originally Posted by ClausP  View Post
    Now you have to add additional entries for each VLAN you want to use 

    For each VLAN of your 3com which the asg should be part of you have to create an interface as mentioned above.
Children
  • Hi Claus, sorry to bother you again


    For each VLAN of your 3com which the asg should be part of you have to create an interface as mentioned above.


    What you mean with additional entries? is it mean that i have to go to definition --> network and create interface (ethernet VLAN) and add the VLAN tags (I already make this, but it didn't work). And after that what should I do to make my asg visible to my VLAN, do I have to do routing, filtering or masquerading?


    PS.
    Anyway yesterday I already tried to configure my internal card that connect to VLAN with the tags that is used in my 3com, but it makes my asg cannot be accessed, even from my other machine that in the same VLAN. I don't know if my card support VLAN or not (use RTL8139 series, is it support VLAN?)