[x] Welcome to LinuxSolved.com Linux help forums, here we are a community of Linux users helping each other. It is helpful to both ie. new linux users as well experienced one. We always have our experts to help you and ofcourse members help each other, so you can ask for help any time by Registering.: Click to Register

Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Linux Forums - Linux Help,Advice & support community:LinuxSolved.com  |  Forum
The LinuxSolved.com GNU/Linux User Communit - Forum
Welcome to LinuxCommunity You have just arrived to a friendly linux community which is helping Linux Users from Years.. You can be its part if you have not already joined it. Registration is FREE and is gateway to unlimited help and support to all your linux related needs. If you are an GNU/Linux supporter then you have come to the right place.
  Show Posts
Pages: [1] 2
1  Network Troublshooting / General Networking Support in Linux / transprent proxy how to on: March 18, 2004, 02:20:37 AM
hi

  i configure ip nat masquerading and also squid proxy and how to configurd transprent proxy i dont,t required clinet browser configuration how i used below script how please tell me any one
i used now below script
#!/bin/sh
iptables=/sbin/iptables
echo 1 > /proc/sys/net/ipv4/ip_forward
$iptables --flush -t nat
iptables -table nat --appened POSTROUTING -s 192.168.1.2 -j masquerade
2  Network Troublshooting / General Networking Support in Linux / how to install and configure cbq on: March 08, 2004, 12:30:11 AM
hi

  hello all i installed rh9.0 i want installed linux cbq throgug bandwidth limit how to please help mee every one
3  Network Troublshooting / General Networking Support in Linux / how to install linux cbq on: March 04, 2004, 06:36:42 AM
hi

  everyone how to install cq and configured the bandwidth limitng cbq please help mee
4  Network Troublshooting / Linux Servers Support / bandwidth controlle in linux throgh cbq on: March 04, 2004, 12:18:02 AM
hi
 
   i  configured squd and firewall ip masquerading it is working fine.so now i want cbq configuration bandwidth limiting how to it please tell


  and tray to squid delay pools
5  Network Troublshooting / Linux Servers Support / squid delay pools on: February 26, 2004, 04:03:59 AM
hi

  every one i used rh9.0 i configured squid it is working fine so i want now delay pools configuration each users and linux with how to it please help meee Cool
6  Network Troublshooting / General Networking Support in Linux / bandwidth controlle in linux9.0 on: February 25, 2004, 12:23:33 AM
hi

  ricky i want confrolle bandwidth in linux pls help how to it
  this i used right now script

   #!/bin/sh
    iptables=/sbin/iptables
    echo 1 > /proc/sys/net/ipv4/ip_forward
    #flush any old rules
    $iptables --flush -t nat
    ###set up IP FORWARDING and MASQUERADING###
           ###cable dsl ip  networking  online####
    #iptables --table nat --append POSTROUTING -s 172.15.1.2 -j MASQUERADE
7  Network Troublshooting / General Networking Support in Linux / bandwidth controlle in linux nat on: February 23, 2004, 09:19:42 AM
hi

   everyone i used eth0 is ip publlic ip 61.95.178.129
                                         my private ip s 192.168.1.2
i used now rh9.0 with ip tables and nat it working fine i have 1mb bandwdith .
now i want each private ip only for give 8kbps how it please help. Tongue
8  Network Troublshooting / General Networking Support in Linux / bandwidth controlle with rh9.0 nat on: February 23, 2004, 08:10:05 AM
#!/bin/sh
iptables=/sbin/iptables

echo 1 > /proc/sys/net/ipv4/ip_forward

$iptables --flush -t nat


 iptables -table nat  --appened POSTROUTING -s 192.168.1.2 -j masquerade

 
      hi  

     everyone  i used above script it is working fine rh9.0 nat so i  having 1mb bandwidth i have a 30 users is there in the lan so now i  want each ip given only 8 kbs access in linux nat how to please given suggestion.

i
9  Network Troublshooting / General Networking Support in Linux / nat with ftp block on: February 16, 2004, 08:20:10 AM
hi
       ricky i add script below but access contiune i did not block ftp services wht is the problem and one more i want configured transprent  proxy how to it.
   

iptables=/sbin/iptables

echo 1 > /proc/sys/net/ipv4/ip_forward

$iptables --flush -t nat

iptables -A INPUT -p tcp -s 172.15.1.2/24 --destination-port 21 -j DROP
/sbin/iptables --table nat --append POSTROUTING -s> 172.15.1.2 -j MASQUERADE
10  Network Troublshooting / General Networking Support in Linux / ftp block in linux nat on: February 15, 2004, 03:21:51 AM
hi

  ricky i add below script  i have no error found rh9.0linux nat but .i checeked cilent system but i have not bloked ftp service in clilent system .what is the problem.


iptables=/sbin/iptables

echo 1 > /proc/sys/net/ipv4/ip_forward

$iptables --flush -t nat

iptables -A INPUT -p tcp  -s 172.15.1.2/24 --destination-port 21 -j DROP
i
11  Network Troublshooting / General Networking Support in Linux / ftp block in linux nat ip tables on: February 14, 2004, 11:52:44 AM
#!/bin/sh
iptables=/sbin/iptables

echo 1 > /proc/sys/net/ipv4/ip_forward

$iptables --flush -t nat

/sbin/iptables -A INPUT -P tcp -s 172.16.1.2/24 --destination-port 21 -j drop
                                                                               


     hi  
         ricky i bloked ftp service i  add above script  my nat system rh9.0.i have found this error i used two lan cards one is eth0 connected internet and eth1 is connected local private ips.

iptables v1.2.7a: Can't use -P with -A
 
Try `iptables -h' or 'iptables --help' for more information.
12  Network Troublshooting / General Networking Support in Linux / redhatlinux 9.0 linux ip nat in ftp block on: February 13, 2004, 12:42:30 AM
hi

  i configured rh9.0 with nat masquerade i want now how to block ftp service.in particular nat private ip i given below my nat script and this my private ip range


 this is my linux nat script i want now block spiecfiec private ip in ftp service this is my private ip range stating ip 192.168.1.2
!#/bin/sh
service ipchains stop
/sbin/rmmod ipchains
/sbin/insmod ip_tables
echo 1 > /proc/sys/net/ipv4/ip_forward

/sbin/iptables --flush
/sbin/iptables --table nat --flush
/sbin/iptables --delete-chain
/sbin/iptables --table nat --delete-chain

/sbin/iptables --table nat --append POSTROUTING -s 192.168.1.2 -j MASQUERADE
13  Linux in General / Linux Tutorials & How To's / how to block ftp service in redhat linux nat on: February 12, 2004, 08:06:27 AM
hi

   i work now  rh9.0 iin nat ip masqureade so i want now how to block ftp in nat private ip

this is my nat script please tell mee how block ftp service this pariticular ip 192.168.1.2


i#/bin/sh
service ipchains stop
/sbin/rmmod ipchains
/sbin/insmod ip_tables
echo 1 > /proc/sys/net/ipv4/ip_forward

/sbin/iptables --flush
/sbin/iptables --table nat --flush
/sbin/iptables --delete-chain
/sbin/iptables --table nat --delete-chain

/sbin/iptables --table nat --append POSTROUTING -s 192.168.1.2 -j MASQUERADE
14  Linux in General / Linux Tutorials & How To's / linux bandwidth controlle software on: February 11, 2004, 01:34:51 AM
hi
 
          i have  in redhat linux 9.0.i configured two lan cards eth0 directly conneted internet eth1 is private ip,s with i configured linux with  nat so i want now some private ips given some restrication how to it. this is my right now is using script.


and i want manging bandwidth controlle software in linux u have any free software is there please given website link

i#/bin/sh
service ipchains stop
/sbin/rmmod  ipchains
/sbin/insmod ip_tables
echo 1 > /proc/sys/net/ipv4/ip_forward

/sbin/iptables --flush
/sbin/iptables --table nat --flush
/sbin/iptables --delete-chain
/sbin/iptables --table nat --delete-chain

/sbin/iptables --table nat --append POSTROUTING -s 192.168.1.2  -j MASQUERADE
15  Linux in General / Linux Tutorials & How To's / linux squid and iptable error on: February 11, 2004, 01:21:05 AM
hi

  everyone i configured  redhat linux9.0 squid it is workiing fine after i add iptables squid is show running but cilent system net acces is not comming.
Pages: [1] 2
Welcome, Guest. Please login or register.
Did you miss your activation email?
November 22, 2008, 12:35:54 PM

Login with username, password and session length
Navigation
Recent Discussions
[November 20, 2008, 11:30:52 PM]

[November 19, 2008, 07:52:41 PM]

[November 19, 2008, 07:52:36 PM]

[November 17, 2008, 10:42:59 AM]

[November 16, 2008, 12:49:47 AM]

[November 16, 2008, 12:48:58 AM]

[November 15, 2008, 08:29:02 AM]

[November 15, 2008, 08:24:41 AM]

[November 14, 2008, 05:11:50 AM]

[November 13, 2008, 03:28:22 AM]
Members
Total Members: 6228
Latest: mickylinuxsolved2
Stats
Total Posts: 8269
Total Topics: 2253
Online Today: 10
Online Ever: 111
(June 28, 2007, 06:47:29 AM)
Users Online
Users: 0
Guests: 13
Total: 13
Privacy Policy| Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Theme & TinyPortal v0.9.8 © Bloc