Displaying 20 results from an estimated 800 matches similar to: "[Bridge] Bridging Firewall with Kernel 2.6 failed"
2006 Sep 14
1
samba PDC
Hello list
i want to configure samba as PDC along with linux
accounting system
and also tell me if any webbased configuration tool for such thing
--
Syed Kashif Ali Bukhari
+92-300-4295604
Network Engineer
Beaconhouse IT Services, Lahore Pakistan
2005 Dec 22
5
control p2p upload bandwidth rate
Hi all,
I am running Slackware 10.1 with Kernel 2.6.14.3 includes iptables 1.3.4
with layer 7
My network diagram below: -
INTERNET --- LINUX_ROUTER_FW --- PCs
Below is my simple iptables script: -
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -t mangle -A POSTROUTING -m layer7 --l7proto applejuice -j MARK
--set-mark 1
iptables -t
2006 Oct 16
1
domain PDC problem
i am getting this message in /var/log/system
ct 16 06:36:44 pdc smbd[2192]: [2006/10/16 06:36:44, 0]
printing/print_cups.c:cups_cache_reload(85)
Oct 16 06:36:44 pdc smbd[2192]: Unable to connect to CUPS server
localhost - Connection refused
Oct 16 06:36:44 pdc smbd[2192]: [2006/10/16 06:36:44, 0]
printing/print_cups.c:cups_cache_reload(85)
Oct 16 06:36:44 pdc smbd[2192]: Unable to connect to
2005 Nov 13
9
MSN keeps disconnecting with load balancing
Hi,
I have the my gateway with load balancing traffic going out over two
providers. Web browsing is fine...working great.
But, my clients (office staff) complains that MSN keeps disconnecting
(in 5 mins). Why?
Please help me...
Regards,
ro0ot
2005 May 19
7
equal bandwidth for all IPs
Hi,
How can I set equal bandwidth of 512kbit downlink and 256kbit uplink for
every single IP address of 254 IP addresses I have in my LAN?
Regards,
ro0ot
2005 Jul 02
6
Loadbalancing how to ? ? ? ?
I have 2 ADSL ad1 and ad2 , one PC for my firewall and some deamon on it
with 3 ethernet : eth0 connect to my LAN ( 192.168.60.0/24 ) and 2 other
connect to ad1 and ad2
|eth1 (10.0.1.2)--------------------ad1 ( ADSL 1 )
|
My LAN(192.168.60.0/24) |---------eth0( 192.168.60.2)--> PC
|
|eth2 (10.0.2.2)---------------------ad2 (ADSL 2 )
All computer in LAN has default router =
2004 Nov 15
3
source policy routing going to wrong path
Hi,
Below is my Linux firewall network configuration: -
eth0 - isp 1, IP: 1.1.1.10, Netmask: 255.255.255.252
eth1 - isp 2, IP: 2.2.2.10, Netmask: 255.255.255.252
eth2 - lan, IP: 172.16.0.254, Netmask: 255.255.255.0
eth3 - dmz, 192.168.0.254, Netmask: 255.255.255.0
isp 1 gateway: 1.1.1.9
isp 2 gateway: 2.2.2.9
Below is my iptables rules: -
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables
2005 Feb 09
2
load balancing between two dsl links
Hi,
I am connected to two DSL providers (DSL 1 - 1Mbps downlink/384kbps
uplink and DSL 2 - 2Mbps downlink/512kpbs uplink)
I would like to only allow ftp, pop3 and http via the DSL 1 and only
smtp, ipsec and pptp via DSL 2.
How can I do so? Can I use iproute to route these protocols?
Below is my ip routing: -
# DSL 1
ip route add 2.2.2.208/30 dev eth0 src 2.2.2.210 table 1
ip route add
2005 Jun 27
1
routing incoming port 82
Hi,
I have two DSL line from the different provider connected to my Linux
Router Firewall. Server_A is behind the Linux Router Firewall.
DSL0 --
| ---- LINUX_ROUTER_FW -- SERVER_A
DSL1 --
I have the following IPTABLES command to make incoming access to Server
A''s web service throught port 82 as below: -
$IPTABLES -t nat -A PREROUTING -i eth1 -p tcp --dport 82 -j DNAT
2007 Apr 18
2
[Bridge] Neighbour table overflow
Hi,
I had successfully setup my bridge (br0) but after few minutes the br0
interface seems not working.
ifconfig eth0 0.0.0.0
ifconfig eth5 0.0.0.0
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth5
brctl stp br0 on
I check on my system's /var/log/syslog file. It shows something strange
messages as below: -
Jan 2 10:44:22 fw01 kernel: ipt_tcpmss_target: bad length (64 bytes)
2004 Dec 22
4
how to add burstable rate?
Hi,
I managed to fix 128kbit for an IP address of 192.168.200.3 as below: -
tc qdisc add dev eth3 root handle 1: cbq avpkt 1000 bandwidth 100mbit
tc class add dev eth3 parent 1: classid 1:1 cbq rate 128kbit allot 1500
prio 5 bounded isolated
tc filter add dev eth3 parent 1: protocol ip prio 16 u32 match ip dst
192.168.200.3 flowid 1:1
tc qdisc add dev eth3 parent 1:1 sfq perturb 10
How can I
2017 Jul 11
2
Extremely slow du
Hi Kashif,
Thank you for your feedback! Do you have some data on the nature of
performance improvement observed with 3.11 in the new setup?
Adding Raghavendra and Poornima for validation of configuration and help
with identifying why certain files disappeared from the mount point
after enabling readdir-optimize.
Regards,
Vijay
On 07/11/2017 11:06 AM, mohammad kashif wrote:
> Hi Vijay and
2007 Apr 18
1
[Bridge] 1 system with 3 bridges
Hi all,
I have one bridge system (used for controlling bandwidth) connected to
three different DSL ISP provider. I have the following setup below: -
+-------------+
| br0 |
| -> eth1 | -> DSL_1
| -> eth2 |
+-------------+
| br1 |
| -> eth3 | -> DSL_2
| -> eth4 |
+-------------+
| br2 |
| -> eth5
2017 Jun 12
2
Extremely slow du
Hi Vijay
I have enabled client profiling and used this script
https://github.com/bengland2/gluster-profile-analysis/blob/master/gvp-client.sh
to extract data. I am attaching output files. I don't have any reference
data to compare with my output. Hopefully you can make some sense out of
it.
On Sat, Jun 10, 2017 at 10:47 AM, Vijay Bellur <vbellur at redhat.com> wrote:
> Would it be
2008 Feb 20
1
Need to Connect offices in Dubai and Pakistan
Hello All
We need to connect our client's offices located in Dubai and
Pakistan. Suggest us some economical solution.
--
Kashif Naeem
Business Development Manager
Hadi Telecom
www.haditelecom.com
Cell: +92 (0)345 4226006
Office: +92 (0)42 5692766
Email: kashif at haditelecom.com
MSN: kashif__naeem at hotmail.com
Gmail: meet.kashif at gmail.com
Skype: kashif.naeem
302 Y Commercial Area,
2017 Jun 18
1
Extremely slow du
Hi Mohammad,
A lot of time is being spent in addressing metadata calls as expected. Can
you consider testing out with 3.11 with md-cache [1] and readdirp [2]
improvements?
Adding Poornima and Raghavendra who worked on these enhancements to help
out further.
Thanks,
Vijay
[1] https://gluster.readthedocs.io/en/latest/release-notes/3.9.0/
[2] https://github.com/gluster/glusterfs/issues/166
On
2017 Jun 16
0
Extremely slow du
Hi Vijay
Did you manage to look into the gluster profile logs ?
Thanks
Kashif
On Mon, Jun 12, 2017 at 11:40 AM, mohammad kashif <kashif.alig at gmail.com>
wrote:
> Hi Vijay
>
> I have enabled client profiling and used this script
> https://github.com/bengland2/gluster-profile-analysis/blob/
> master/gvp-client.sh to extract data. I am attaching output files. I
>
2001 Jan 23
10
smbpasswd error
Hallo ,
when I try to change user password on samba server i become this error :
error connecting to 127.0.0.1:139 (Verbindungsaufbau abgelehnt)
unable to connect to SMB server on machine 127.0.0.1. Error was : code
0.
Failed to change password for bukhari
if any someone I have an Idea please send me an E-Mail to
"ufz6@rz.uni-karlsruhe.de"
Thanks to All
Amir Bukhari
2009 May 05
6
Preferred language for Asterisk AGIs development ?
Hello,
We are going to start development for a product based over Asterisk.
According to you, which is the preferred language for AGIs / IVRs
development in Asterisk. I got opinions that Perl is going to be replaced by
PHP for all future developments.
--
Kashif Naeem
Business Development Manager
Hadi Telecom
www.haditelecom.com
Cell: +92 (0)345 4226006
Office: +92 (0)42 5692766
Email: kashif
2018 May 01
0
Usage monitoring per user
Hi,
There are several programs that will basically take the outputs of your
scans and store the results in a database. If you size the database
appropriately, then querying that database will be much quicker than
querying the filesystem. But of course the results will be a little bit
outdated.
One such project is robinhood. https://github.com/cea-hpc/robinhood/wiki
A simpler way might be to