Displaying 2 results from an estimated 2 matches for "vlan0002".
Did you mean:
vlan0004
2005 Oct 14
0
ip rule add dev
Hi ,
have a question:
i have a router with some interfaces and i want that some
interfaces wil lookup others tables then defaults for other default gw.
like this. So all the traffic from vlan0002 will be routed via
213.151.73.176.
/usr/sbin/ip rule add dev vlan0002 lookup 15
/usr/sbin/ip route add default via 213.151.73.176/27 table 15
is it ok?
or i ommited something?
thanks
--
Jorge Sanchez
InWay a.s.
2003 Aug 08
0
SEC: UNCLASSIFIED:- 10 VLANS, 10 Master browsers, 1 PC
...ely
Windows environment I have assorted problems with the browser list being
maintained across all 10 VLANS.
I would like to set up a Unix box, with one NIC, using vconfig to set up 10
virtual network interfaces, each interface with an IP address on each of
the subnets. (ie vlan0001=192.168.1.100, vlan0002=192.168.2.100, ...etc).
Then set-up Samba, such that it will register a different NetBIOS name, for
each IP address.
(name-01 = 192.168.1.100 , name-02 = 192.168.2.100, ...etc ).
Now comes the tricky bit:
I want to make name-01 the master browser for VLAN1 and name-02 the master
browser for VLAN2 ....