search for: alexeyt

Displaying 6 results from an estimated 6 matches for "alexeyt".

Did you mean: alexey
2005 Jul 01
5
linux bridging problem: how to emulate 2 separate interfaces on a single one?
Hi all. I would need to use a single physical interface on a Linux box to manage two different IP addresses (belonging to two separate logical subnets) with two different MAC address. (I need to emulate te presence of two separate physical interfaceses for a PC on the same LAN, at layer 2 and layer 3). Is it possible to use the linux ethernet bridging code and two tap interfaces for this
2006 Apr 04
6
Problems matching by mac address
Hey all, I recently read on a prior post as well as the FAQ that packets can be limited by mac address using the u32 filter. I attempted this and, while all the commands went through with no errors, it is not limiting at all. I''m attempting to limit all IP traffic to a specific destination mac address (00:12:3f:05:43:7f). Here is a quick rundown of the commands
2006 Nov 21
5
Re: iptables rule not matching after stream begins
Trying again, after re-subscribing: On 11/20/06, Bob Beers <bob.beers@gmail.com> wrote: > Hello, > > I want to dynamically create DNAT rules for > RTP streams (port-mapping for a SIP proxy). > > If my proxy adds the rule before the first packet > of the RTP stream hits the port, all is well. But, if > the stream begins arriving before my rule is in > place,
2004 Sep 15
1
3 questions
I've set up a Samba 3.0.6-3 (Debian/testing) server as a member of a Win2k ADS domain. Everything is working fine, except for 3 nagging issues: 1) For some reason, although I have: map to guest = Bad User guest account = stguest people who give bad user names get mapped to `nobody` (as seen by ps -ef). stguest has a valid entry in /etc/passwd (with no password and shell /bin/false)
2005 Apr 25
2
user mapping problem when seurity=ads
I have a setup that looks roughly like: # cat smb.conf [global] security = ads workgroup = company realm = internal.company.com password server = 192.168.1.2 netbios name = server server string = Samba Server name resolve order = wins bcast username map = /etc/samba/smbusers map to guest = Bad User invalid
2005 May 24
3
four tc filter and netem questions
The following (occuring on debian/testing with kernel-image-2.6.8-2-386 version 2.6.8-13 and iproute version 20041019-3) confuses me: # tc qdisc add dev eth0 root handle 1: prio # tc filter add dev eth0 parent 1: proto ip pref 1 handle 1 fw classid 1:2 # tc filter ls dev eth0 filter parent 1: protocol ip pref 1 fw filter parent 1: protocol ip pref 1 fw handle 0x1 classid 1:2 # tc filter del dev