Displaying 20 results from an estimated 80 matches similar to: "How to bind 2 WAN 1 LAN ?"
2002 Oct 24
0
How to bind 2 WAN 1 LAN ?
Dear all...
I'm a Chinese and I don't think that my English is well .
But I have a big problem in use IPTABLES .
I've looked all the documents and FAQs , but I can't find a solution to
solve my problem .
At last I decide to ask you in my poor English ...^^||
I have a Linux server (Turbo Linux7.0 in kernel 2.4.9-3) to be my NAT server
.
I have make it running iptables-1.2.2-6 .
It
2005 Jun 28
1
Ongoing Samba Errors
Greetings
We just updated two RH9 servers to 3.0.14a-1 and are still seeing a lot
of errors in the logs.
They're not stopping us working but I would _really_ like to understand
what is causing them.
On the first server, in the logwatch, we get a whole swag of:
samba:
Unknown Entries:
session opened for user janicer by (uid=0): 6 Time(s)
session opened for user sonjap by
2004 Nov 01
0
Ipsec route and non-ipsec route
I am machines on IPsec VPN which is a subnet of my bigger
LAN ( ie I have machines on the LAN which is not in the VPN ),
specifically :-
192.168.132.0/29:0 -> internet ---> 192.168.1.192/27:0
( local subnet ---> internet--> remote subnet )
# ip route list
...
192.168.1.192/27 via 21x.18x.11x.8x dev ipsec0
192.168.1.0/24 via 192.168.15.146 dev eth0
...
Now, the machines in the
2005 Jul 09
1
Problems with iproute2
I''m using Debian (sarge)
I do now have 2 ISP, one DSL and one cabel.
I want to use the DSL as my primary and only use the cabel-modem if the DSL
fails.
The setup is:
IP1 -> Router -> NAT_IP1 -> eth0 -> eth2 (LAN)
IP2 -> Cable-Modem -> eth1 -> eth2 (LAN)
I wrote the following in my /etc/iproute2/rt_tables
ip rule add from NAT_IP1 lookup 1
ip route add
2004 Apr 20
1
Samba 3.0.2a - Erroneously rejects NTLMv2 but accepts NTLM
Hello experts,
I?ll try and keep this brief but detailed (if that?s possible.). I?m sure I
don?t understand the technologies sufficiently but I believe I?m seeing
counter-intuitive behavior with my Samba 3 setup. What I want is nice,
tight Win 2K3 security. What I?ve got is ADS integration, including domain
user authentication using winbind, but I can?t get the security level right.
Problem
2008 Jan 14
1
Failed to parse cldap reply
Dear List,
I seem to have a problem with winbind.
Have successfully joined samba to a 2003 AD, but when I start winbind, the logs are full of the following:
==> log.winbindd <==
[2008/01/14 11:25:58, 1] libads/cldap.c:recv_cldap_netlogon(247)
Failed to parse cldap reply
Running wbinfo -t returns:
checking the trust secret via RPC calls failed
error code was (0x0)
Could not check
2010 Oct 06
2
Windows 7 Samba 3.5.5 and IPC$
Good day.
I have a problem with connecting Samba 3.5.5 and Windows 7. First of
all I have added DomainCompatibilityMode and DNSNameResolutionRequired
to windows registry. After that i tried to connect windows to samba
domain, but without any results. And some time ago I see, that I can't
access Samba shares with right login and password. Windows 7
diagnostik says that It can't find
2002 Nov 21
0
SWAT, where ? Got it, not working :-(
G'day....
Simple solution...
Uninstall samba/swat packages... Reinstall... test.
swat should work "right out of the box" ...
All the best...
Mike
---
Michael S. E. Kraus
Administration
Capital Holdings Group (NSW) Pty Ltd
mkraus@capitalholdings.com.au
phone (02) 9955 8000 fax (02) 9955 8144
"Mike Stewart" <mike@powys-training.co.uk>
21/11/2002 08:15 PM
Please
2002 Nov 18
3
Changing passwords under Win2K/WinXP (Samba 2.2.6)
G'day all...
Has anyone had any success in achieving the above, without requiring the
user to run smbpasswd on the samba server?
On the client machine (2000 or XP) when I press ctrl-alt-del and attempt
to change the password I get the error "The User name or old password is
incorrect..."
I need to keep things as simple as possible for my users, they're not
highly computer
2012 Jun 11
1
working dhcpd.conf with routes
Hello listmates,
I am running DHCPD for IPv4 on a Centos 5 machine. I am wondering if anyone
has got a functional dhcpd.conf configuration serving static routes to
Linux, Mac OS X and Windows clients.
I tried a couple of variations of static-routes options - but have yet to
create something that would work.
Thanks.
Boris.
2006 May 09
0
xend-config.sxp implications with changes to network-bridge
With the change to network-bridge in changeset 9955, would it also be
good to change xend-config.sxp to use:
# (network-script ''network-bridge vifnum=1'')
rather than
# (network-script ''network-bridge netdev=eth1'')
Should there also be more explanatory text?
Thanks,
Kirk
_______________________________________________
Xen-devel mailing list
2014 Feb 02
0
Management of host device for network passthrough
Hello,
I've configured a network passtrough like this:
<interface type='direct'>
<mac address='52:54:00:ec:e8:d9'/>
<source dev='eth1' mode='passthrough'/>
<target dev='macvtap0'/>
<model type='rtl8139'/>
<alias name='net1'/>
<address type='pci'
2003 Sep 24
0
Core dump using DBI/ROracle
Hi,
Has anyone seen this problem before, and does anyone have a solution?
When I query a database using DBI and ROracle to retrieve a date in a format
other than the system default, I get a core dump.
System: Redhat Linux 7.3
uname: Linux 2.4.20-20.7smp #1 SMP Mon Aug 18 14:46:14 EDT 2003 i686
Oracle version 8i
R --version: R 1.7.1 (2003-06-16).
DBI_0.1-6, ROracle_0.5-0
Start up R, load
2003 Oct 22
1
How to reformat data from database into data.frame?
I'm trying to find a clever way to re-map data from a database
query into a data.frame.
Querying a database often returns a table (data.frame) like this:
GeneID MethodID Value
6 1 123
6 2 456
6 3 987
7 1 234
7 3 432
8 2 190
8 3 34
8 1 864
Note that GeneID=7 doesn't have a value for MethodID=2.
Note that GeneID=8 doesn't have the
1998 Nov 25
2
How to stop access to a share in the samba server?
Hi
I am mouving from PC-NFS to SAMBA and thare are some thinks that I would
like to see in SAMBA.
In NFS, when I do not want a share to be accessible, I just use the
command: unshare /shared/directory
This make the /shared/directory imediataly not accessible. Even by some one
already using it!
I?m using SAMBA 1.9.18p10 in a SUN Solaris 2.5 and i try to change
smb.comf to disable one share,
2014 Jan 29
2
Re: Looks like blockpull does not accept a subset of the entire chain of backing files
Hello Eric,
Absolutely enlightening!
Thanks a lot :)
Richard Gomes
http://rgomes.info
http://www.linkedin.com/in/rgomes
mobile: +44(77)9955-6813
inum <http://www.inum.net/>: +883(5100)0800-9804
sip:rgomes@ippi.fr
On 29/01/14 16:46, Eric Blake wrote:
> On 01/29/2014 07:51 AM, Richard Gomes wrote:
>> Hello
>>
>> If I'm not terribly mistaken, looks like libvirt
2014 Jan 31
1
Trouble configuring with macvtap passthrough on Debian Wheezy / Jessie
( Posting again. Correct subject line now! )
Hello,
I'm trying to use macvtap on Debian Wheezy.
Actually, I've installed a recent version of libvirt and qemu from
Jessie, using wheezy-backports.
$ virsh version
Compiled against library: libvirt 1.2.1
Using library: libvirt 1.2.1
Using API: QEMU 1.2.1
Running hypervisor: QEMU 1.7.0
I'm trying to configure a macvtap interface like
2014 Jan 29
4
Looks like blockpull does not accept a subset of the entire chain of backing files
Hello
If I'm not terribly mistaken, looks like libvirt 1.2.1 does not provide
ability of merging only a subset of the entire chain of backing files.
So, if I have a chain like this:
root <- a <-b <- c <- d <- active
... and I'd like to obtain a chain like this:
root <- c <- d <- active
... looks like it's not supported,
2011 Apr 27
2
2.0.12 Coredump under Solaris 10
hi,
I've installed a testversion from 2.0.12 and getting coredumps after
login via IMAP/POP3. I don't know, if it is a simple config error or
something else.
======
dovecot: [ID 583609 local7.error] master: Error: service(imap): child
29333 killed with signal 11 (core dumped)
[ID 583609 local7.error] master: Error: service(imap): child 29335
killed with signal 11 (core dumped)
======
2005 Jun 24
14
apache2 fastcgi (fcgi) internal server errors, still :(
hi all,
I can blab, but here is a sample of my /var/log/apache2/error.log, it
has all the info:
any ideas what I can do prevent 500s from hitting my users? (besides
redirecting them with javascript to the same URL which will be fine on
the next request? :)
thanks,
_alex
[Fri Jun 24 12:30:45 2005] [error] [client 172.20.0.175] FastCGI:
incomplete headers (0 bytes) received from