Displaying 20 results from an estimated 36 matches for "gregscott".
2006 Mar 08
3
What happened to the lartc mailing list?
I see it is posting to the archive website but not emailing them out.
Is anyone else getting emails or is it just me?
Thanks
- Greg Scott
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2011 Nov 18
2
Virtio-win RPM?
I should have this in my head by now...
I tried migrating a physical Windows host last night using virt-p2v CD.
It ran for 3 hours and then died. I'll get details later from the log
but as I think about it, I'll bet it died because I never installed
virtio-win in my Fedora migration server.
The documentation says do "yum install virtio-win" - but this is RHEL
2006 Jan 26
8
nat table remenbering nat''s
Dear All
Why NAT rules stays valid even if I flush nat anf table chains??
I have:
iptables -P FORWARD DROP
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -s SOME_IP -d SOME_BCP_5_IP --dport 1234 -j ACCEPT
iptables -i nat -A PREROUTING -s SOME_IP -d MY_INTERNET_IP \\
--dport 1234 -j DNAT --to-destination SOME_BCP_5_IP
The conection is
2013 Jul 15
4
GlusterFS 3.4.0 and 3.3.2 released!
Hi All,
3.4.0 and 3.3.2 releases of GlusterFS are now available. GlusterFS 3.4.0
can be downloaded from [1]
and release notes are available at [2]. Upgrade instructions can be
found at [3].
If you would like to propose bug fix candidates or minor features for
inclusion in 3.4.1, please add them at [4].
3.3.2 packages can be downloaded from [5].
A big note of thanks to everyone who helped in
2005 Apr 05
0
RE: [squid-users] IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01; ticket number 48293
...auth_param ntlm lines must be above the auth_param basic lines.
The auth_param ntlm and auth_param basic lines also should be together
with each other.
I would really like to understand why we need both sections and in this
order...
But the good news is... IT WORKS NOW!!!!!!!!!!!
- Greg Scott
GregScott@InfraSupportEtc.com
-----Original Message-----
From: Greg Scott [mailto:GregScott@InfraSupport.com]
Sent: Monday, April 04, 2005 2:25 AM
To: squid-users@squid-cache.org; samba@lists.samba.org;
support@securecomputing.com
Cc: Fredy Hernandez; Scott Anderson
Subject: [squid-users] IE improperly p...
2007 May 30
4
Proxy ARP with a Coyote Point equalizer
...resses for themselves by ARPing to see if anyone else answers at that
address. Is there a way to limit proxy ARP to a list of IP Addresses?
Or - should I forget proxy ARP and look at bridging instead? Can I do
bridging and still access the bridged interfaces remotely?
Thanks
- Greg Scott
GregScott@InfraSupportEtc.com
2005 Apr 03
4
Smbd 3.0.13 dies when smb.conf has winbind separator = \
..., also
built from source, on RedHat Linux 9.0. My A/D domain is Windows 2003.
I started up smbd with -d 10 (debug level 10) with and without that line
commented out, so I have these debug traces with and without.
I would really appreciate any advice from the community.
Thanks
- Greg Scott
GregScott@InfraSupportEtc.com
Here are the last few lines of the log file with that separator line in
place in smb.conf, just before smbd dies:
[root@infra-fw samba]# cd /var/log/samba
[root@infra-fw samba]# tail log.smbd
[2005/04/02 21:21:13, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_c...
2005 Apr 02
1
Using the RedHat 9.0 Samba 3.0.13 RPM with Kerberos 1.4 from MIT
...RPM to use my newly built release of Kerberos instead of the RPM, or do
I need to also build Samba from source? And if I need to build Samba
from source, how do I tell the source build to use the 1.4 release of
Kerberos instead of the 1.2.7 release bundled with RedHat 9.0?
Thanks
- Greg Scott
GregScott@InfraSupportEtc.com
cell phone 651-260-1051
2006 Jan 06
4
routing decision based on sorce port
Hello Routing Gurus ;-)
I''d like to know if it''s possible to make a routing decision for pakets
originating from a specific port of the local machine without using
ipfilter/iptables to mark the pakets.
I read about the tc filter stuff but that seems only to be able to sort
the pakets to a different queue on the same interface and not choose a
different interface for example.
Is
2001 Oct 25
1
Why won''t this box route ICMP echo reply packets???????
Hi All -
I looked for mention of this in the archives but wasn''t able to find
anything.
This isn''t even an advanced routing question, it should be a dirt-simple,
basic, no-brainer, routine routing job. But I''m not getting it!
I have a Linux iptables based firewall system that is making me crazy. The
gist
of the problem is, even when I turn off all firewall rules
2002 Jan 06
28
Gre Tunneling Problem
Hello everyone, I have a problem regarding gre tunneling, I have two linux box both of them has a private network and the linux A is connected to the internet via wireless radio and the other linux B is connected to the internet via lease line. Here is the setup of my two linux box
Linux A
eth0 = 203.189.x.1 (internet)
eth1 = 192.168.1.1 (going to hub private network)
Linux B
eth0 = 205.198.x.1
2005 Apr 04
1
IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01
...another question - why do I need an auth_param for both ntlm
and basic authentication? What's the difference? Lots of documentation
all over the place says I need both and in this order but I haven't
found anything that says why. Could this be a key to my problem?
Thanks
- Greg Scott
GregScott@InfraSupportEtc.com
Here are the build notes - remember, this is a snapshot in time, useful
right now for debugging. Below is a work in progress.
For Squid authentication with an Active Directory domain, we need Samba,
set
up with Kerberos.
Redhat Linux 9.0 ships with Kerberos version 5,...
2005 Apr 05
0
Informal HOWTO - transparent authentication and optional outbound web filtering using Samba 3.0.13, Squid 2.5.STABLE7, SmartFilter 4.01, RedHat 9.0 in a Win2003 AD domain
Thanks to everyone for all the help getting this done. As promised,
here are the detailed notes I put together. These step by step
instructions should work starting with a raw RedHat Linux 9.0 system.
- Greg Scott
GregScott@InfraSupportEtc.com
These are step by step instructions for how to install and configure the
Squid
proxy server with transparent authentication for users in a Microsoft AD
domain,
optionally using SmartFilter from Secure Computing to support outbound
web filtering.
This was tested in two Win...
2014 Aug 30
4
I want a Fedora 20 system to be a member server and offer a share in a Windows 2008R2 Active Directory domain
I'm close to making this work. The goal is to make this Fedora 20 system pretend to be a Windows member server in my Windows 2008R2 Active Directory domain and then I'll use it as a backup target. When I run ADUC from my domain controller, I see my F20 system named nfsa. But from Windows, when I do Start...\\nfsa, I get an Access Denied error and it prompts for credentials. When I do
2011 Aug 31
0
Trying to use virt-p2v
I should post this here -
I am trying to do a P2V migration for a Windows server and I want to use
virt-p2v and virt-v2v. But I obviously don't know what I'm doing. The
goal is to have this physical Windows server come alive as a RHEL
libvirt guest virtual machine.
I built a Virt-p2v-image-builder CD and successfully booted a source
Windows server from the CD. It prompts me for a
2011 Sep 28
1
Man pages for virt-p2v-server?
I just installed virt-v2v 0.8.3.1 on a Fedora 14 VM and was getting
ready to set up a P2V migration. But the virt-p2v-server man pages only
tell me about the GPL and that's it. Is the documentation for that
.conf file someplace else now? Or don't I need it anymore?
Thanks
- Greg Scott
2006 Jan 16
0
RE: FS: Cyclades PC300/TE2 Dual T1 Interface PCI Card For LinuxPC!
I hope this isn''t too far off topic. I did a little bit of pricing
homework a few months ago on new T1 cards. The idea was to build a
Linux based router/firewall. After all, Ethernet NICs are easily
available for less than $10 today. But all the T1 cards I found cost a
fortune. And about a year ago, I learned the list price for a complete
Adtran Netvanta 3200 router with T1 card is
2006 Mar 07
0
Router stops forwarding packets when MAC Address changes
Here''s one that makes me scratch my head.
I have a layout like this:
172.16.0.0/16 1.2.3.48/28
172.16.n.n (fictional public IP range)
internal hosts
|
<----+-----+----------+ +----------+------>to the Internet
| | | |
Internal | | |
Host Firewall
2002 Mar 18
0
RE: Yay!
Now that your VPN is working, you really have two LANs separated by routers.
So the issues with browse lists etc. are the same as in any other WAN
situation and really not related to Linx Advanced Routing. (But who am I to
make that call - I''m just a skinny bald guy from Minnesota!)
NetBIOS broadcast name resolution does you no good, so you''ll either need a
WINS server or local
2006 Feb 20
0
(no subject)
Hello -
I am using kernel 2.4.27 and running into behavior I don''t know how to
explain.
I have 2 relevant interfaces. eth0 is external, eth1 is internal. My
internal LAN is 10.10.10.0/24. My External range is 1.2.3.0/27 (dummied
up). I have an H.323 videoconference device inside my internal LAN, but
at IP Address 1.2.3.11/27. (IP Address dummied up.) I want to proxy
ARP this