lug-bg: pppoe server howto?

2004-12-16 Thread Tosho Yankov
: rp-pppoe-3.5 cat /etc/ppp/pppoe-server-options # PPP options for the PPPoE server # LIC: GPL require-pap login lcp-echo-interval 10 lcp-echo-failure 2 (.. -, , ) cat /etc/ppp/chap-secrets # Secrets for authentication using CHAP # clientserver secret

lug-bg: ip_conntrack ???

2004-12-16 Thread linux
Linux . : cat /proc/net/ip_conntrack | grep UNREPLIED | wc -l 2532 cat /proc/net/ip_conntrack | grep UNREPLIED | wc -l 3252 UNREPLIED t.e. : udp 17 17 src=192.5.41.41 dst=192.168.4.253 sport=123 dport=123 [UNREPLIED] src=192.168.4.253 dst=192.5.41.41 sport=123

lug-bg: export IPTABLES

2004-12-16 Thread Denislav Ganchev
: prompt# export TEMP= -A block_check -s 10.0.0.0/255.255.0.0 -i ! eth1 -m limit --limit 3/min -j LOG --log-prefix \spoofed packet:\ --log-level 7 . : prompt# iptables $TEMP : Bad argument `packet:' Try `iptables -h' or 'iptables --help' for more information. (

Re: lug-bg: export IPTABLES

2004-12-16 Thread Peter Pentchev
On Thu, Dec 16, 2004 at 04:59:55PM +0200, Denislav Ganchev wrote: : prompt# export TEMP= -A block_check -s 10.0.0.0/255.255.0.0 -i ! eth1 -m limit --limit 3/min -j LOG --log-prefix \spoofed packet:\ --log-level 7 . : prompt# iptables $TEMP : Bad argument `packet:' Try

Re: lug-bg: export IPTABLES

2004-12-16 Thread Doncho N. Gunchev
On 2004 12 16 (Thursday) 16:59, Denislav Ganchev wrote: : prompt# export TEMP= -A block_check -s 10.0.0.0/255.255.0.0 -i ! eth1 -m limit --limit 3/min -j LOG --log-prefix \spoofed packet:\ --log-level 7 . : prompt# iptables $TEMP : Bad argument `packet:' Try `iptables

Re: lug-bg: export IPTABLES

2004-12-16 Thread Peter Pentchev
On Thu, Dec 16, 2004 at 05:36:17PM +0200, Doncho N. Gunchev wrote: On 2004 12 16 (Thursday) 16:59, Denislav Ganchev wrote: : prompt# export TEMP= -A block_check -s 10.0.0.0/255.255.0.0 -i ! eth1 -m limit --limit 3/min -j LOG --log-prefix \spoofed packet:\ --log-level 7 . :

Re: lug-bg: ip_conntrack ???

2004-12-16 Thread linux
[EMAIL PROTECTED] wrote: Linux . : cat /proc/net/ip_conntrack | grep UNREPLIED | wc -l 2532 cat /proc/net/ip_conntrack | grep UNREPLIED | wc -l 3252 UNREPLIED t.e. : udp 17 17 src=192.5.41.41 dst=192.168.4.253 sport=123 dport=123 [UNREPLIED] src=192.168.4.253

Re: lug-bg: Драйвъри за мрежови платки с поддръжка на MTU1500

2004-12-16 Thread Vesselin Kolev
Doncho N. Gunchev wrote: - RTL-8139, intel Ethernet Pro 100, Compaq Netelligent 10/100... :( [EMAIL PROTECTED] root]# ip link set eth0 mtu 1504 SIOCSIFMTU: Invalid argument , 2.4RTL8139 MTU 1504. 2.6 . - MTU IPv6. RTL8139 IPv6. , Intel eepro100

lug-bg: KDE 3.2 Transperent windows

2004-12-16 Thread ivopz
, , : KDE , KDE3.2 Debian,, . -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. A mail-list of Linux

Re: lug-bg: Драйвъри за мрежови платки с поддръжка на MTU1500

2004-12-16 Thread George Danchev
On Thursday 16 December 2004 18:53, Vesselin Kolev wrote: Peter Pentchev wrote: , ... : 1. Ethernet, MTU Ethernet iface 1500, . . IPv61500. Juniperethernet , IPv6 ( CERN, GEANT): ipv4 ipv6 ethernet .

lug-bg: RE: lug-bg: Драйвъри за мрежови платки с поддръжка на MTU1500

2004-12-16 Thread Georgi Sinapov
VLAN. Ethernet . IEEE , , 802.1q... . 2.VLAN's MTO 1504, **VLAN header. Ethernet VLAN header, - 1500 ,1. . VLAN MTU ( , ). , 802.1q ethernet : VLAN Frame

Re: lug-bg: KDE 3.2 Transperent windows

2004-12-16 Thread Nikolay Mitev
, [EMAIL PROTECTED] wrote: , , : KDE , KDE3.2 Debian,, . ( ,), X.org, xcompmgr, ** , :-) , . X.org (- slackware) alien . - src, , .deb :-) cheers,

Re: lug-bg: KDE 3.2 Transperent windows

2004-12-16 Thread Yovko Yovkov
:http://wiki.gentoo-portage.com/TIP_Xorg_X11_and_Transparency On Friday 17 December 2004 07:29, Nikolay Mitev wrote: , [EMAIL PROTECTED] wrote: , , : KDE , KDE3.2 Debian,, . ( ,), X.org, xcompmgr, **

Re: lug-bg: KDE 3.2 Transperent windows

2004-12-16 Thread Огнян Кулев
Nikolay Mitev wrote: X.org (- slackware) alien . - src, , .deb :-) Ubuntu Xorg, Debian http://www.linuxforum.com/forums/index.php?showtopic=115516view=getnewpost. DebianXorgDebian Sarge. experimental, XFree86 4.3.

Re: lug-bg: ip_conntrack ???

2004-12-16 Thread Peter Pentchev
On Thu, Dec 16, 2004 at 04:22:13PM +0200, [EMAIL PROTECTED] wrote: Linux . : cat /proc/net/ip_conntrack | grep UNREPLIED | wc -l 2532 cat /proc/net/ip_conntrack | grep UNREPLIED | wc -l 3252 UNREPLIED t.e. : udp 17 17 src=192.5.41.41 dst=192.168.4.253

Re: lug-bg: ip_conntrack ???

2004-12-16 Thread Vesselin Kolev
[EMAIL PROTECTED] wrote: Linux . : cat /proc/net/ip_conntrack | grep UNREPLIED | wc -l 2532 cat /proc/net/ip_conntrack | grep UNREPLIED | wc -l 3252 UNREPLIED t.e. : udp 17 17 src=192.5.41.41 dst=192.168.4.253 sport=123 dport=123 [UNREPLIED] src=192.168.4.253

Re: lug-bg: Драйвъри за мрежови платки с поддръжка на MTU1500

2004-12-16 Thread Doncho N. Gunchev
On 2004 12 15 (Wednesday) 16:27, Vesselin Kolev wrote: diablodh wrote: ... Intel. . : [EMAIL PROTECTED] root]# ip link set eth0 mtu 1504 [EMAIL PROTECTED] root]# ip link show eth0 3: eth0: BROADCAST,MULTICAST,UP mtu 1504 qdisc pfifo_fast qlen 1000 link/ether 00:0c:6e:b9:4c:05

Re: lug-bg: Драйвъри за мрежови платки с поддръжка на MTU1500

2004-12-16 Thread Peter Pentchev
On Thu, Dec 16, 2004 at 05:25:52PM +0200, Doncho N. Gunchev wrote: On 2004 12 15 (Wednesday) 16:27, Vesselin Kolev wrote: diablodh wrote: ... Intel. . : [EMAIL PROTECTED] root]# ip link set eth0 mtu 1504 [EMAIL PROTECTED] root]# ip link show eth0 3: eth0:

Re: lug-bg: KDE 3.2 Transperent windows

2004-12-16 Thread Doncho N. Gunchev
On 2004-12-16 (Thursday) 23:42, [EMAIL PROTECTED] wrote: , , : :) KDE , KDE3.2 Debian,, . control-center, ( ). , .konsole - - Settings - Schema - Transperent control-center Appearance Themes