lug-bg: Re: lug-bg: MAC IP?

2004-10-02 Thread atlas
  :)
  .

 From: Ilia Lindov [EMAIL PROTECTED]

 atlas wrote:
   ,
 ,
   Linux  (Slakware v.10), Internet 
PPP0.
ETH0,Internet 
 (192.168.1.0/24).
,PPP0  

MACIP? 
Linux
Internet   SSH  22,

(iptables -A INPUT -i ppp0 -p tcp --dport 22 -j DROP)
 
   ...   ...
 ?
   ,   ,
  I,
(   PPP  
?!)

 :
  IP (  ) 111.222.333.444, 
 I  
 , ()  555.666.777.888...

 iptables -P INPUT DROP
 # 
 iptables -A INPUT -i eth0 -j ACCEPT
 #   I  555.666.777.888 # 
22
 iptables -A INPUT -p tcp -i ppp0 -s 555.666.777.888 --dport 22 -j ACCEPT

OUTPUT .
  ,   -  -   
 :
 iptables -P OUTPUT ACCEPT
 
 , 
   
 ,
 .
   :
 iptables -P OUTPUT DROP
 iptables -A OUTPUT -p tcp -o ppp0 -d 555.666.777.888 --sport 22 -j ACCEPT

  ,,  , 
 ! :) !

 :  




 A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
 http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara
Zagora
 To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html






A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: DHCPD problem

2004-10-02 Thread atlas
 Symantec Firewall 
.

 Firewall-,   Norton Internet Security  
 : Personal Firewall - Networking.
   (Personal Firewall - Networking)
  - .

 Symantec Firewall Corporate   ,  
 .

 




 From: Dimitar Terziev [EMAIL PROTECTED]

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 .
  dhcpd-,  -   .
 ,:
  40- ,  wireless ,   dhcp-  ip-ta.

(3-4)   ,   ,  
 ,  dhcp-to ip. Windows  -
 , .
 4  - 

  ,   MAC  -   DHCP- 

  IP (Linux).

   IP  -   
(
mac ),

 - -,
 .
firewall-   - 
?
 (Bit Defender  Symantec Firewall),   
 firewall-a   -   . (   
 firewall-,  Linux  ). /
   windows- firewalls,  ,   

  :0)/
 , a -   Linux, dhcp-to.

  :
  ,,  
XP,
   .  ,   XP-   standby - ,
  .  ...
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)

 iD8DBQFBXqNt+TUkZNv8blsRAllIAKCLOg0iZ8psIz70Z6nCi+cVcRVp+wCdHPX6
 NqG16TJ8XNZOHMHwPYPDc84=
 =PMw4
 -END PGP SIGNATURE-


 A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
 http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara
Zagora
 To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html






A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Linux Route

2004-09-23 Thread atlas
 Dean Stoeff [EMAIL PROTECTED]

 atlas wrote:

   ,   USB  PPP0,

   .
  *.MP3   
  Internet ?
 
 
   :
 /usr/doc/Linux-HOWTOs/TransparentProxy

   Squid

  SQUID v.2.5.
   ,  ACL
.
 squid.conf   :

acl fileupload req_mime_type -i ^multipart/form-data$
acl javascript rep_mime_type -i ^application/x-javascript$


MP3.




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Linux Route

2004-09-22 Thread atlas
  ,   USB  PPP0, 
  .
 *.MP3   
 Internet ?

Marian D Marinov [EMAIL PROTECTED]

 ,
iptables!
 /etc/rc.d/rc.firewall

 #
 #   Firewall rules :)
 #
 # Variables
 oif=eth0
 oip=213.91.231.19
 localnet=192.168.1.0/28

 # Flushing tables
 iptables -F
 iptables -F -t nat
 iptables -F -t mangle

 # Configuring default behaver
 iptables -P INPUT ACCEPT
 iptables -P OUTPUT ACCEPT
 iptables -P FORWARD ACCEPT

 # Secure IPs
 iptables -A INPUT -j ACCEPT -s 127.0.0.1/8 -d 0.0.0.0/0
 iptables -A INPUT -j ACCEPT -i lo -s 0.0.0.0/0 -d 0.0.0.0/0
 iptables -A INPUT -j ACCEPT -i eth0 -s $oip -d 0.0.0.0/0
 iptables -A INPUT -j ACCEPT -i eth1 -s $localnet -d 0.0.0.0/0

 # Configuring NAT
 iptables -t nat -A POSTROUTING -s 192.168.1.2 -o $oif -j SNAT --to $oip
 iptables -t nat -A POSTROUTING -s 192.168.1.3 -o $oif -j SNAT --to $oip
 iptables -t nat -A POSTROUTING -s 192.168.1.4 -o $oif -j SNAT --to $oip

   :))

 On Tuesday 21 September 2004 09:28 am, atlas wrote:
   ,
 
   e-mail 

 .
  :)
 
  7IP 
  (192.168.1.0/255.255.255.0)
Slakware 10  
Internet (  IP   -
  213.91.231.19/255.255.255.0)
 
 ,Linux  ,   
  Internet3  :
  1 - Linux (  Internet   )
  2 -   Internet   
  3 -   Internet   
  4 -   Internet   
  5 - 
  6 - 
  7 - 
 
ZEBRA,
   , :(
 
  ,   ,
   Linux,   ,.
 
.
 
  
 
 
 
===
 = A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
  http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara
  Zagora To unsubscribe:
http://www.linux-bulgaria.org/public/mail_list.html
 
===
 =

 -- 
 One Planet, One Internet...
 We Are All Connected...


 A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
 http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara
Zagora
 To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html






A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Linux Route

2004-09-21 Thread atlas
 ,

 e-mail  
   .
:)

7IP 
(192.168.1.0/255.255.255.0)
  Slakware 10   
 Internet (  IP   - 213.91.231.19/255.255.255.0)

   ,Linux  ,   
Internet3  :
1 - Linux (  Internet   )
2 -   Internet   
3 -   Internet   
4 -   Internet   
5 - 
6 - 
7 - 

  ZEBRA,
 , :(

,   ,
 Linux,   ,.

  .





A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Re: lug-bg: Elcon 131U usb + =

2004-09-16 Thread atlas
STOEFF,

   ,  
ELCON 131U.
   (  
Linux  ).





A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Re: lug-bg: Elcon 131U usb + =

2004-09-15 Thread atlas
 atlas wrote:
 Dean Stoeff wrote:
 atlas wrote:
 
  ,
 
   (ELCON ADSL 131U).
  Windows   , LINUX.
 
 ,  
 (eagle-usb-1.9.6.tar.bz2),  ,  , 
 DNS-
/etc/resolv.conf,  ADSL- (adsl-setup).
 .  
 PC-,
  eth1.
 
  (ADSL-START),   
   
 .
 PPPOE   Linux Service-Name   
  .
Time Out.
 (   -- eagle-usb-1.9.6.tar.bz2

 eagle-usb-1.9.9.tar.bz2)
 
  eth1 

 adsl-start.,PADI  
.
  , pppoe   
  server  PADO .
pppoe
 . PADO 
 
,  
  
  (  ,  Windows   ).
 
 ( Slakware 9.1, Slakware 10  Knoppix 3.4 -   
)
   
  
 
 //
 
 
  HOWTO
 1.9.6  1.9.8
 
 http://linux-bulgaria.org/archive/2004/Jun/29054.html
 
  3 -  ,,  
, 
 !
 
 !.  
   ,  ,
  
 !
 
 
 
  ,  -,  
 man adsl-start
 
 rp-pppoe,   ,   
  
 .  state : OPERATIONAL
 
 
 
 
ELCON 111U,
  ELCON 131U   . ,
   111U.
 
, 
 .
  RP-PPPOE v.3.5
 
   131U  LINUX 

 .
 
 
   , 131   ISDN.  
  
 /  -/,  
 :

 VPI=
   
 VPI=0001

 VCI=0023
   :

 VCI=0020

   ,   
 eaglestat   

 !
 / /



OK,  VPI  VCI.
 ,
 

eaglestat ( 1.9.9)

eagle-usb status display
-
Driver version 1.9.9
USB Bus : 001  USB Device : 003  Dbg mask: 0x0
Ethernet Interface : eth1
MAC: 00:07:23:ff:26:04
Tx Rate  000128  Rx Rate  000480  Crc  00
FEC  00  Margin   45  Atten06 dB
VID-CPE  00  VID-CO   28  HEC  00
VPI  00  VCI  32  Delin  GOOD
Cells Rx 00  Cells Tx 63
Pkts Rx  00  Pkts Tx  63
OAM  03  Bad VPI  32  Bad CRC  00
Oversiz. 00

Modem is operational

   




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Re: lug-bg: Elcon 131U usb + =

2004-09-15 Thread atlas
 ,VPI/VCI
 
  eaglestat ( 1.9.9)
 
  eagle-usb status display
  -
  Driver version 1.9.9
  USB Bus : 001  USB Device : 003  Dbg mask: 0x0
  Ethernet Interface : eth1
  MAC: 00:07:23:ff:26:04
  Tx Rate  000128  Rx Rate  000480  Crc  00
  FEC  00  Margin   45  Atten06 dB
  VID-CPE  00  VID-CO   28  HEC  00
 
 ,,

:)
 
  VPI  00  VCI  32  Delin  GOOD
 
  Cells Rx 00  Cells Tx 63
  Pkts Rx  00  Pkts Tx  63
  OAM  03  Bad VPI  32  Bad CRC  00
  Oversiz. 00
 
  Modem is operational
 
 

   VPI  VCI.
 eagle-usb.conf,/etc/eagle-usb/.
  
.   
50% .eaglestat :

 eagle-usb status display
-
Driver version 1.9.9
USB Bus : 001  USB Device : 007  Dbg mask: 0x0
Ethernet Interface : eth1
MAC: 00:07:23:ff:26:04
Tx Rate  000128  Rx Rate  000480  Crc  00
FEC  00  Margin   46  Atten06 dB
VID-CPE  00  VID-CO   28  HEC  00
VPI  01  VCI  32  Delin  GOOD
Cells Rx 00  Cells Tx 00
Pkts Rx  00  Pkts Tx  00
OAM  01  Bad VPI  05  Bad CRC  00
Oversiz. 00

Modem is operational


   eagle-usb.conf

 eaglectrl
# Options are set whith the following syntax:
#
# Name = Value
#
# where Name is the option name, and
# Value is the option value, specified
# in hexadecimal (without any prefix).
# Option names are case sensitive.
# Options that are commented out are specified
# with their default values.
#
# Other than VPI, VCI and Encapsulation,
# I really don't known what these options mean.

 #POTS FOR EAGLE
OPTN0=80020066
# OPTN2=2370
# OPTN3=
OPTN4=
# OPTN5=
# OPTN6=
# OPTN7=02CD8044
# OPTN15=09090909
VPI=0001
VCI=0020

 #The following values are valid for encapsulation :
#MPOA_MODE_BRIDGED_ETH_LLC  1
#MPOA_MODE_BRIDGED_ETH_VC   2
#MPOA_MODE_ROUTED_IP_LLC    3
#MPOA_MODE_ROUTED_IP_VC 4
#MPOA_MODE_PPPOA_LLC    5
#MPOA_MODE_PPPOA_VC 6
Encapsulation=0001

 Linetype=0002
RatePollFreq=0009
/eaglectrl
STATIC_IP= none
ISP= BTK
LANG= en
ASYNCHRONOUS_START=1


  VCI  0032 ???



A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Re: lug-bg: Elcon 131U usb + =

2004-09-15 Thread atlas




 
,VPI/VCI
  
eaglestat ( 1.9.9)

eagle-usb status display
-
Driver version 1.9.9
USB Bus : 001  USB Device : 003  Dbg mask: 0x0
Ethernet Interface : eth1
MAC: 00:07:23:ff:26:04
Tx Rate  000128  Rx Rate  000480  Crc  00
FEC  00  Margin   45  Atten06 dB
VID-CPE  00  VID-CO   28  HEC  00
 ,   
   , :)
  VPI  00  VCI  32  Delin  GOOD

  Cells Rx 00  Cells Tx 63
Pkts Rx  00  Pkts Tx  63
OAM  03  Bad VPI  32  Bad CRC  00
Oversiz. 00

Modem is operational
  
  
   
   VPI  VCI.
   "eagle-usb.conf",  
"/etc/eagle-usb/".
  

  .  
   
  50% .
  eaglestat :
  
  eagle-usb status 
  display-Driver 
  version 1.9.9USB Bus : 001 USB Device : 007 Dbg mask: 
  0x0Ethernet Interface : eth1MAC: 00:07:23:ff:26:04Tx Rate 
  000128 Rx Rate 000480 
  Crc 
  00FEC 00 
  Margin 46 Atten 06 
  dBVID-CPE 00 VID-CO 28 
  HEC 
  00VPI 01 
  VCI 32 
  Delin GOODCells 
  Rx 00 Cells Tx 00Pkts Rx 00 Pkts 
  Tx 00OAM 01 Bad 
  VPI 05 Bad CRC 00Oversiz. 
  00
  
  Modem is operational
  
  

  "eagle-usb.conf"
  
  eaglectrl# Options are set whith the 
  following syntax:## Name = Value## where "Name" is the option 
  name, and# "Value" is the option value, specified# in hexadecimal 
  (without any prefix).# Option names are case sensitive.# Options that 
  are commented out are specified# with their default values.## 
  Other than VPI, VCI and Encapsulation,# I really don't known what these 
  options mean.
  
  #POTS FOR EAGLEOPTN0=80020066# 
  OPTN2=2370# OPTN3=OPTN4=# OPTN5=# 
  OPTN6=# OPTN7=02CD8044# 
  OPTN15=09090909VPI=0001VCI=0020
  
  #The following values are valid for encapsulation 
  :#MPOA_MODE_BRIDGED_ETH_LLC  1#MPOA_MODE_BRIDGED_ETH_VC 
   2#MPOA_MODE_ROUTED_IP_LLC  
  3#MPOA_MODE_ROUTED_IP_VC  
  4#MPOA_MODE_PPPOA_LLC  
  5#MPOA_MODE_PPPOA_VC  
  6Encapsulation=0001
  
  Linetype=0002RatePollFreq=0009/eaglectrlSTATIC_IP= 
  noneISP= BTKLANG= enASYNCHRONOUS_START=1
  
   VCI  0032 
  ???
  
  


lug-bg: Elcon 131U usb + =

2004-09-14 Thread atlas
 ,

  (ELCON ADSL 131U).
 Windows   , LINUX.

,  
(eagle-usb-1.9.6.tar.bz2),  ,  ,  DNS-
   /etc/resolv.conf,  ADSL- (adsl-setup).
.   PC-,
 eth1.

 (ADSL-START),  
.
PPPOE   Linux Service-Name   
 .
   Time Out.
(   -- eagle-usb-1.9.6.tar.bz2 
eagle-usb-1.9.9.tar.bz2)

 eth1  
adsl-start.,PADI   .
 , pppoe   
 server  PADO . pppoe
. PADO 

   ,
 (  ,  Windows   ).

( Slakware 9.1, Slakware 10  Knoppix 3.4 -)

  
 

//
sad.gif

lug-bg: Re: lug-bg: Elcon 131U usb + =

2004-09-14 Thread atlas

- Original Message - 
 Dean Stoeff wrote:

  atlas wrote:
 
   ,
 
(ELCON ADSL 131U).
   Windows   , LINUX.
 
  ,  
  (eagle-usb-1.9.6.tar.bz2),  ,  , 
  DNS-
 /etc/resolv.conf,  ADSL- (adsl-setup).
  .  
  PC-,
   eth1.
 
   (ADSL-START),   

  .
  PPPOE   Linux Service-Name   
   .
 Time Out.
  (   -- eagle-usb-1.9.6.tar.bz2 
  eagle-usb-1.9.9.tar.bz2)
 
   eth1 

  adsl-start.,PADI   .
   , pppoe   
   server  PADO . pppoe
  . PADO 
 
 ,  
   
   (  ,  Windows   ).
 
  ( Slakware 9.1, Slakware 10  Knoppix 3.4 -   
)
 

   
 
  //
 
 
 
   HOWTO
  1.9.6  1.9.8
 
  http://linux-bulgaria.org/archive/2004/Jun/29054.html
 
   3 -  ,,  
 , 
  !
 
  !.  
,  ,
   
  !
 
  ,  -,  
 man adsl-start

 rp-pppoe,   ,   
  
 .  state : OPERATIONAL


   ELCON 111U,
 ELCON 131U   . ,
  111U.

   , 
.
 RP-PPPOE v.3.5

  131U  LINUX  
.



A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html