Results 1 to 1 of 1
Hello,
I am configuring a LEAF linux based viop intercom server which is running on a switch utilising vlans.
I get connectivity over the network but I cannot get audio ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-16-2008 #1
LEAF linux vlan question
Hello,
I am configuring a LEAF linux based viop intercom server which is running on a switch utilising vlans.
I get connectivity over the network but I cannot get audio streaming or tftp working. Unfortunately I have not control over the way the switch and its vlans are configured but I am assured that no ports are blocked.
Streaming multicast address is 224.0.0.10 port 1234
tftp is on port 69
anyway here is my question:
Assuming I'm using vlan 3 and I want to access my server on 10.7.0.1 is the following correct? Am I missing anything?
/etc/network/interfaces
Code:# /etc/network/interfaces # -- Network configuration file for Jacques TCH server # #==========================================================# # Loopback interface - DO NOT REMOVE # #==========================================================# auto lo iface lo inet loopback #==========================================================# # eth0 static address # #==========================================================# auto eth0 iface eth0 inet static address 10.7.0.1 masklen 16 broadcast 10.7.255.255 gateway 10.7.0.1 #==========================================================# # VLAN interface # #==========================================================# auto vlan3 iface vlan3 inet static address 10.7.0.1 masklen 16 vlan-raw-device eth0


Reply With Quote
