Configuring three nics on a gateway/web server

2003-10-21 Thread Lucio
Hi, after a two days-long headache I've got that probably I need some help. I've successfully installed and configured Apache on a already working gateway box. I know this can play a little unusual (web and gateway server in the same box) but unfortunately at the moment I just have thi

RE: Firewall / Internet Gateway Config Fails

2003-08-14 Thread Jason Dixon
On Mon, 2003-08-11 at 10:47, Ken Plumley wrote: > My firewall/gateway is partially working now, it can > ping the lan and the internet. It looks like it needs > scripts added to the firewall configuration written by > lokkit to allow lan clients to reach the internet > through the f

RE: Firewall / Internet Gateway Config Fails

2003-08-14 Thread Jason Staudenmayer
The first way is right. You have to set up NAT rules and set the gateways on your clients to point to your router/gateway/firewall -Original Message- From: Ken Plumley [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 3:37 PM To: Redhat List Subject: Firewall / Internet Gateway

Integrating squid with HTTP anti virus gateway.

2003-08-14 Thread Prashant Kulkarni
Hi friends,   I am using squid proxy to authenticate users and I want the squid proxy to forward all the http request to HTTP scanner to scan all the IN and OUT traffic for the viruses.   Can anybody tell me how to do this forwarding in squid. I am using squid on the RedHat 7.3   Thanks   pr

RE: Firewall / Internet Gateway Config Fails

2003-08-14 Thread Ken Plumley
My firewall/gateway is partially working now, it can ping the lan and the internet. It looks like it needs scripts added to the firewall configuration written by lokkit to allow lan clients to reach the internet through the firewall/gateway. Could someone provide me with scripts that work with

RE: Firewall / Internet Gateway Config Fails

2003-08-14 Thread Jason Staudenmayer
Yes and no, You need something to forward the packets through the gateway and at the same time in this case change the source address to something routable over the internet. That's what iptables does, it's a statefull packet filtering firewall. It takes the private IP address and wrap

RE: Firewall / Internet Gateway Config Fails

2003-08-14 Thread Ken Plumley
Jason, For testing only, if the firewall/gateway is configured correctly shouldn't the lan clients be able to reach the internet with out a firewall? I haven't worked with iptables, how do I add the rules to an existing rule set or build a new rule set? Ken --- Jason Staudenmay

RE: Firewall / Internet Gateway Config Fails

2003-08-11 Thread Ken Plumley
Jason, Ok I will set GATEWAYDEV=eth0 I replaced an existing RH 6.2 firewall/gateway machine with the new RH 8.0 machine. The new machine has the same name and IP number that the old machine did so all the machines on the lan are already configured to point to the new firewall/gateway. Are NAT

Firewall / Internet Gateway Config Fails

2003-08-09 Thread Ken Plumley
I am trying to configure a red hat linux 8.0 combination firewall/internet gateway that serves a LAN. eth0 is used with dhcp to reach the internet through a cable modem. eth1 is used with a static IP to reach the LAN. With the GATEWAYDEV set to eth0 the machine can reach the internet and the

RE: Firewall / Internet Gateway Config Fails

2003-08-09 Thread Jason Staudenmayer
Plumley [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 4:14 PM To: [EMAIL PROTECTED] Subject: RE: Firewall / Internet Gateway Config Fails Jason, Ok I will set GATEWAYDEV=eth0 I replaced an existing RH 6.2 firewall/gateway machine with the new RH 8.0 machine. The new machine has the

Re: linux gateway for windows xp client - won't work

2003-07-29 Thread Herculano de Lima Einloft Neto
Problem solved; on IE, cleared the "use a proxy server for your LAN.." option and, most important, selected "Never dial a connection"; otherwise it just won't let you request anything without popping up a dial-up window.. Hope this helps someone. -- Herculano de Lima Einloft Neto <[EMAIL PROTECT

Re: linux gateway for windows xp client - won't work

2003-07-28 Thread Herculano de Lima Einloft Neto
Randy Perkins wrote: >> right gateway, all that. Set up Internet Explorer to use a proxy, all >> set there too, for all I know; just it doesn't work - I don't get access >> from xp. > >i dont see a need for a proxy setup in IE >are you running a proxy ?? &

Re: linux gateway for windows xp client - won't work

2003-07-28 Thread Randy Perkins
On Mon, 2003-07-28 at 22:54, Herculano de Lima Einloft Neto wrote: > Hey all, > > I'm trying to set up a gateway on my RH 9.0 box for a home network > isp ppp sharing; its ip is 192.168.0.2; here's what I did: > > > In the xp box, I manually set the dns

linux gateway for windows xp client - won't work

2003-07-28 Thread Herculano de Lima Einloft Neto
Hey all, I'm trying to set up a gateway on my RH 9.0 box for a home network isp ppp sharing; its ip is 192.168.0.2; here's what I did: sysctl.conf: #added net.ipv4.ip_forward = 1 rc.masquerading: #cre

Re: Routing clients through firewall / gateway

2003-07-21 Thread Edward Dekkers
John Nichel wrote: Hi, I have a Red Hat 9 box set up as my firewall / Internet gateway. I can access the net fine with all the clients behind the firewall, but I want to open a port (4662 & 4672) on the firewall so that the clients can send and recieve tcp/udp through it. I have

Routing clients through firewall / gateway

2003-07-21 Thread John Nichel
Hi, I have a Red Hat 9 box set up as my firewall / Internet gateway. I can access the net fine with all the clients behind the firewall, but I want to open a port (4662 & 4672) on the firewall so that the clients can send and recieve tcp/udp through it. I have this entry in my ipta

Re: Internet Gateway

2003-07-03 Thread John Nichel
Bob Buckley wrote: Is IPV4_FORWARD set to yes? BobB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 6:28 AM To: [EMAIL PROTECTED] Subject: Re: Internet Gateway Use IpForwarding funtcion in Linux good luck

Re: Internet Gateway

2003-07-03 Thread John Nichel
[EMAIL PROTECTED] wrote: Hi, I'm looking to setup an internet gateway on one of our servers. I have a LINUX 9 server with 2 network cards. One NIC has the IP address 10.1.50.70 (subnet 255.255.0.0) and is visible to my internal network. The second card has an IP address of 192.168.25

Re: Internet Gateway

2003-07-03 Thread [EMAIL PROTECTED]
; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 5:37 PM Subject: RE: Internet Gateway > Is IPV4_FORWARD set to yes? > > BobB > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECT

RE: Internet Gateway

2003-07-03 Thread Bob Buckley
Is IPV4_FORWARD set to yes? BobB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 6:28 AM To: [EMAIL PROTECTED] Subject: Re: Internet Gateway Use IpForwarding funtcion in Linux good luck Senthil

Re: Internet Gateway

2003-07-03 Thread Le Ngoc Thach
ng to setup an internet gateway on one of our servers. I have a LINUX 9 server with 2 network cards. One NIC has the IP address 10.1.50.70 (subnet 255.255.0.0) and is visible to my internal network. The second card has an IP address of 192.168.254.250 (subnet 255.255.255.0). This second network

Re: Internet Gateway

2003-07-03 Thread Leonard den Ottolander
Hi Steve, > I'm looking to setup an internet gateway on one of our servers. > Can anybody offer any advice or tell me how to do it? Have a look at this: http://www.netfilter.org/documentation/HOWTO/NAT-HOWTO-4.html#ss4.1 . Other resources can be found at the Linux Documentation Pro

Re: Internet Gateway

2003-07-03 Thread [EMAIL PROTECTED]
Use IpForwarding funtcion in Linux good luck Senthil - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 5:04 PM Subject: Internet Gateway > Hi, > > I'm looking to setup an internet gateway on one of our se

Internet Gateway

2003-07-03 Thread steve . simpson
Hi, I'm looking to setup an internet gateway on one of our servers. I have a LINUX 9 server with 2 network cards. One NIC has the IP address 10.1.50.70 (subnet 255.255.0.0) and is visible to my internal network. The second card has an IP address of 192.168.254.250 (subnet 255.255.255.0).

Re: RH9 Server not setting gateway

2003-06-11 Thread Ben Russo
255 Also, you can put the "GATEWAY=X.X.X.X" line from network right into the ifcfg-eth0 file, I don't know if that makes much difference, but on my multi-homed clients I put the GATEWAY line in the ifcfg-ethX file of the NIC that has the default route on it, and it works. -Ben.

RH9 Server not setting gateway

2003-06-10 Thread Chris Cameron
I've got two RH9 servers that both have their networking setup in the same way. The problem I'm having is one of them isn't setting the gateway route on boot. [EMAIL PROTECTED] sysconfig]# cat network NETWORKING=yes HOSTNAME=locnet GATEWAY=217.76.143.30 [EMAIL PROTECTED] etc]# cat

redhat 8 and win xp on gateway 500xl

2003-03-24 Thread JackTheDvDRipper
i have just got into redhat "jumped right in with minimal knowledge of linux" i have ran into a few problems 1 have no sound at all 2 have crappy video 256 color 3 my starband sattelite is not working right under linux "i think i need to emulate windows or something like that " i have a

Re: RH 7.1 as Gateway/Firewall Help

2003-03-22 Thread Joe Polk
http://muse.linuxmafia.org Go there and download gShield. Be sure and get the one for either ipchains or iptables depending on which one you're running. <> On Sat, 2003-03-22 at 22:15, CM Miller wrote: > > I want to setup a RH 7.1 box as a gateway/firewall. > This is an

RH 7.1 as Gateway/Firewall Help

2003-03-22 Thread CM Miller
I want to setup a RH 7.1 box as a gateway/firewall. This is an early PII model with only 32m of memory and 4gb of hd, not running X, and only running the necessary stuff. Can anyone recommend any good howtos for setting this up, using iptables. Also, can anyone recommend a way to harded or

Re: Linux Gateway Machine

2003-03-20 Thread Joe Polk
t; Does anyone have any quick and dirty instructions on how to turn my machine > into a Linux gateway for my other machines? > > Thanks > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/r

Linux Gateway Machine

2003-03-20 Thread CDitty
Does anyone have any quick and dirty instructions on how to turn my machine into a Linux gateway for my other machines? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: credit card gateway services

2003-03-12 Thread Robert Canary
[EMAIL PROTECTED] wrote: > > On Wed, 12 Mar 2003, Jonathan Bartlett wrote: > > > What recommendations do you all have for credit card gateway services? > > I'm looking for something cheap, works with Red Hat, and has a nice Perl > > interface. > > >

Re: credit card gateway services

2003-03-12 Thread fluke
On Wed, 12 Mar 2003, Jonathan Bartlett wrote: > What recommendations do you all have for credit card gateway services? > I'm looking for something cheap, works with Red Hat, and has a nice Perl > interface. > > Any ideas? You mean like HKS CCVS that Red Hat bought and killed

RE: credit card gateway services

2003-03-12 Thread The Light
March 12, 2003 5:57 PM To: [EMAIL PROTECTED] Subject: credit card gateway services What recommendations do you all have for credit card gateway services? I'm looking for something cheap, works with Red Hat, and has a nice Perl interface. Any ideas? Thanks, Jon - -- redhat-list ma

credit card gateway services

2003-03-12 Thread Jonathan Bartlett
What recommendations do you all have for credit card gateway services? I'm looking for something cheap, works with Red Hat, and has a nice Perl interface. Any ideas? Thanks, Jon -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/lis

gateway laptop

2003-03-08 Thread Kristopher Matthews
Hi, I have a Gateway 200 STM model laptop; it's floppy and cd-rw drives are connected to the docking station. In the end, the cd-rw is connected to the laptop via a firewire port. However, when I try to install RH8 (or any other version/distro), the cd-rw is not recognized, thus maki

Re: establishing a gateway

2003-02-11 Thread Mike Morrett
chains/iptables rules. Just a 20M+ ISO download, and load on an old junk PC. HTH, Mike On Tue, 11 Feb 2003 07:38:21 -0500, "gabriel" <[EMAIL PROTECTED]> said: > On February 11, 2003 05:54 am, Daniel wrote: > > Does anyone know how to establish an internet gateway, i'

Re: establishing a gateway

2003-02-11 Thread gabriel
On February 11, 2003 05:54 am, Daniel wrote: > Does anyone know how to establish an internet gateway, i'd like to set up > something like internet connection sharing in windows, i already know how > to setup dhcp, just need a gateway. you'll need the following 2 network cards

Re: establishing a gateway

2003-02-11 Thread Willem van der Walt<[EMAIL PROTECTED]>
an internet gateway, i'd like to set up > something like internet connection sharing in windows, i already know how > to setup dhcp, just need a gateway. > > > > -- Willem van der Walt Information Services Directorate Department of Health South Africa tel: 27 12 3

establishing a gateway

2003-02-11 Thread Daniel
Does anyone know how to establish an internet gateway, i'd like to set up something like internet connection sharing in windows, i already know how to setup dhcp, just need a gateway. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe

Reg. Gateway

2003-01-09 Thread trysaran
Dear Ben Russo, The iptables-save of server is as follows, and there is no output in client. # Generated by iptables-save v1.2.6a on Fri Jan 10 10:16:32 2003*filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT [32565:3401661]:RH-Lokkit-0-50-INPUT - [0:0]-A INPUT -j RH-Lokkit-0-50-INPUT-A

RE: Gateway reg.

2003-01-09 Thread James Francis
4.1 Kb) TX bytes:116924 (114.1 Kb) Kernel IP routing > table Destination Gateway Genmask Flags MSS Window irtt Iface > 178.1.221.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0 178.1.222.0 0.0.0.0 > 255.255.255.0 U 40 0 0 eth1 127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo > 0.0.0.0 178.1.221.1 0.0.0.0

Re: Gateway reg.

2003-01-09 Thread trysaran
UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:1713 errors:0 dropped:0 overruns:0 frame:0 TX packets:1713 errors:0 dropped:0 overruns:0 carrier:0 collisions:0  RX bytes:116924 (114.1 Kb) TX bytes:116924 (114.1 Kb) Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface

Re: Gateway reg.

2003-01-09 Thread Todd A. Jacobs
On Thu, 9 Jan 2003, trysaran wrote: > What is the problem is, I am unable to ping the eth1 in the gateway > itself. What I have to do to configure the above. Post the following: 1. The output of "ifconfig" 2. The output of "netstat -rn" 3. Th

Gateway reg.

2003-01-09 Thread trysaran
Hi, I am trying to configure a system as gateway between two lans. The gateway system is having two ethernet. One ethernet is connected with one lan and another ethernet is connected with another lan. The eth0 ip is 178.1.a.1 and eth1 ip is 178.1.b.1 All the systems are in a same switch.The lan1

Gateway reg.

2003-01-09 Thread trysaran
Hi, I am trying to configure a system as gateway between two lans. The gateway system is having two ethernet. One ethernet is connected with one lan and another ethernet is connected with another lan. The eth0 ip is 178.1.a.1 and eth1 ip is 178.1.b.1 All the systems are in a same switch.The lan1

RE: DUAL-homed Gateway

2002-11-25 Thread jesse jacobs
MASQUERADING. > Doug > > > > -Original Message- > From: Peter Robb [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 23, 2002 7:35 AM > To: [EMAIL PROTECTED] > Subject: Re: DUAL-homed Gateway > > > On Sat, 2002-11-23 at 05:17, Simpson, Doug wrote: >&g

RE: DUAL-homed Gateway

2002-11-25 Thread Simpson, Doug
Peter Robb [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 23, 2002 7:35 AM To: [EMAIL PROTECTED] Subject: Re: DUAL-homed Gateway On Sat, 2002-11-23 at 05:17, Simpson, Doug wrote: > I have set up a RH 7.3 box with two nics. It is acting as my gateway, > firewall, proxy server, imap/smtp,

Re: DUAL-homed Gateway

2002-11-23 Thread Mike Burger
Hmm...good point. My system is a Seawolf box. I guess my FORWARD_IPV4 line is superceding the net.ipv4.ip_forward option. On Sat, 23 Nov 2002, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, 23 Nov 2002 10:40:57 -0500 (EST), Mike Burger wrote: > > > Did

Re: DUAL-homed Gateway

2002-11-23 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 23 Nov 2002 10:40:57 -0500 (EST), Mike Burger wrote: > Did you set the system to do IP forwarding? > > In /etc/sysconfig/network, set "FORWARD_IPV4=yes" On Valhalla, that file contains: # FORWARD_IPV4 removed; see /etc/sysctl.conf > In /et

RE: DUAL-homed Gateway

2002-11-23 Thread Mike Burger
m it. The other side of that coin is that whatever IP addresses you use inside your network, in order to route them in/out through your gateway, without firewalling/NAT/MASQ in place, your ISP would have to agree to do so and would have to set up their routers to accept traffic to/from those IPs.

Re: DUAL-homed Gateway

2002-11-23 Thread Mike Burger
, Doug wrote: > I have set up a RH 7.3 box with two nics. It is acting as my gateway, > firewall, proxy server, imap/smtp, dhcp, samba, etc. > The Internal nic "eth1" is 192.168.1.1 and the external nic is "eth0" = > x.y.z.1. > >From a computer on the internal n

Re: DUAL-homed Gateway

2002-11-23 Thread Peter Robb
On Sat, 2002-11-23 at 05:17, Simpson, Doug wrote: > I have set up a RH 7.3 box with two nics. It is acting as my gateway, > firewall, proxy server, imap/smtp, dhcp, samba, etc. > The Internal nic "eth1" is 192.168.1.1 and the external nic is "eth0" = > x.y.z.1. &g

Re: DUAL-homed Gateway

2002-11-22 Thread jesse jacobs
> I have set up a RH 7.3 box with two nics. It is acting as my gateway, > firewall, proxy server, imap/smtp, dhcp, samba, etc. > The Internal nic "eth1" is 192.168.1.1 and the external nic is "eth0" = > x.y.z.1. >>From a computer on the internal network

RE: DUAL-homed Gateway

2002-11-22 Thread Simpson, Doug
I forgot to add that I am using iptables and I even turn off the firewall and still the same happens. -Original Message- From: Simpson, Doug Sent: Friday, November 22, 2002 10:18 PM To: [EMAIL PROTECTED] Subject: DUAL-homed Gateway I have set up a RH 7.3 box with two nics. It is

DUAL-homed Gateway

2002-11-22 Thread Simpson, Doug
I have set up a RH 7.3 box with two nics. It is acting as my gateway, firewall, proxy server, imap/smtp, dhcp, samba, etc. The Internal nic "eth1" is 192.168.1.1 and the external nic is "eth0" = x.y.z.1. >From a computer on the internal network - I can get to the interne

Re: SMTP Gateway with Spam Filters and AntiVirus

2002-11-11 Thread Mike Burger
On 11 Nov 2002, Gordon Messmer wrote: > > > 2) I'm also thinking they should use DNSBL so I guess that means using > > > rblcheck? Would this then be using Sendmail, Procmail, AND rblcheck? > > Courier MTA supports DNS black hole lists natively, without external > software. It works well. So do

Re: SMTP gateway/AV/spam

2002-11-11 Thread Ed Wilts
On Mon, Nov 11, 2002 at 04:58:48PM -0500, Ed Schernau wrote: > PS. Whoever said that procmail needs sendmail was talking crap. I run > it with qmail here and there are zero issues. I believe the comment was that procmail needed an MTA more than it needed sendmail. The original poster wanted t

Re: SMTP Gateway with Spam Filters and AntiVirus

2002-11-11 Thread Gordon Messmer
> On 11 Nov 2002, James Pifer wrote: > > > I company I do some work for is looking at spending a whole lot of money > > on a product from sendmail.com that offers an smtp gateway with spam > > filtering and anti-virus. > > > > I'm thinking they could s

Re: SMTP Gateway with Spam Filters and AntiVirus

2002-11-11 Thread Teodor Georgiev
- Original Message - From: "James Pifer" <[EMAIL PROTECTED]> To: "redhat" <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 8:15 PM Subject: SMTP Gateway with Spam Filters and AntiVirus > I company I do some work for is looking at spending a who

RE: SMTP Gateway with Spam Filters and AntiVirus

2002-11-11 Thread Glenn Goodspeed
l.com] Sent: Monday, November 11, 2002 12:16 PM To: redhat Subject: SMTP Gateway with Spam Filters and AntiVirus I company I do some work for is looking at spending a whole lot of money on a product from sendmail.com that offers an smtp gateway with spam filtering and anti-virus. I'm thinking

SMTP gateway/AV/spam

2002-11-11 Thread Ed Schernau
I speak with some authority on this matter, I used to do this for a living with an MSP. Consider a package from TrendMicro called Interscan Viruswall. There is a Linux port. Yes, you can cobble it together with Sendmail, procmail, spamassassin, Vipul's razor, MIMEDefang, etc. etc. or run "./

RE: SMTP Gateway with Spam Filters and AntiVirus

2002-11-11 Thread Cowles, Steve
> -Original Message- > From: James Pifer > Subject: SMTP Gateway with Spam Filters and AntiVirus > > > I company I do some work for is looking at spending a whole > lot of money on a product from sendmail.com that offers an > smtp gateway with spam filtering

Re: SMTP Gateway with Spam Filters and AntiVirus

2002-11-11 Thread Yoink!
On 11 Nov 2002, James Pifer wrote: > I company I do some work for is looking at spending a whole lot of money > on a product from sendmail.com that offers an smtp gateway with spam > filtering and anti-virus. > > I'm thinking they could save a lot of money by doing it thems

Re: SMTP Gateway with Spam Filters and AntiVirus

2002-11-11 Thread Gerry Doris
On 11 Nov 2002, James Pifer wrote: > I company I do some work for is looking at spending a whole lot of money > on a product from sendmail.com that offers an smtp gateway with spam > filtering and anti-virus. > > I'm thinking they could save a lot of money by doing it thems

SMTP Gateway with Spam Filters and AntiVirus

2002-11-11 Thread James Pifer
I company I do some work for is looking at spending a whole lot of money on a product from sendmail.com that offers an smtp gateway with spam filtering and anti-virus. I'm thinking they could save a lot of money by doing it themselves using Redhat. I've searched the archives and certa

Re: Config router and Gateway under RH8.0

2002-10-30 Thread Willem van der Walt<[EMAIL PROTECTED]>
rom any of my > computer and the gateway for my router is not my IP address received by my > provider but my IP for the local network. > When I make a traceroute for an Internet IP, the pc shows the local gateway > and it's all. > How can I solved this problem and confi

Re: Config router and Gateway under RH8.0

2002-10-30 Thread Bart Schelstraete
y internet connection. I have a second ethernet card in my computer for a local network with fixed IP. In fact this computer must become my router! The problem is the following : I can't access to internet from any of my computer and the gateway for my router is not my IP address received by my

Config router and Gateway under RH8.0

2002-10-30 Thread Geoffroy Hallard
any of my computer and the gateway for my router is not my IP address received by my provider but my IP for the local network. When I make a traceroute for an Internet IP, the pc shows the local gateway and it's all. How can I solved this problem and configured a router on my PC? Which files

Re: Linux port forwarding and supplying unwanted gateway!?

2002-10-08 Thread Peter Robb
have been stuck on this for a while, any help really > appreciated! > > I have the following scenario: > > VPN Client <> Untrusted network <> Firewall (RH) <> VPN > Gateway (RH 7.3) <> Windows 2000 Server > > The default gateway for the Windows 2000 serv

Linux port forwarding and supplying unwanted gateway!?

2002-10-06 Thread Alistair Nelson
Bump, anyone? -Original Message- Hi, I have been stuck on this for a while, any help really appreciated! I have the following scenario: VPN Client <> Untrusted network <> Firewall (RH) <> VPN Gateway (RH 7.3) <> Windows 2000 Server The default gateway for th

Linux port forwarding and supplying unwanted gateway!?

2002-10-03 Thread Alistair Nelson
Hi, I have been stuck on this for a while, any help really appreciated! I have the following scenario: VPN Client <> Untrusted network <> Firewall (RH) <> VPN Gateway (RH 7.3) <> Windows 2000 Server The default gateway for the Windows 2000 server is the VPN Gateway

More than one gateway???

2002-10-02 Thread Ted Hilts
Thanks to all who replied to my first request regarding the directing of Linux to a gateway. Most responses indicated that the file /etc/sysconfig/network should contain the statement GATEWAY=192.168.1.9 But one response indicated I should also indicate the Gateway Interface with the command

Re: Directing a Linux machines output to a gateway

2002-10-02 Thread Roger Schmeits
Try http://www.samag.com/print/documentID=20295 may or may not help. On Tue, 2002-10-01 at 22:13, Ted Hilts wrote: > What configuration file is used to tell a linux machine the IP address > of the gateway machine to the Internet? > > I currently have a linux gateway machine to

Re: Directing a Linux machines output to a gateway

2002-10-02 Thread Roger Schmeits
What you want to do should be obtainable. Dig thru the archives on the "route " command. On Tue, 2002-10-01 at 22:13, Ted Hilts wrote: > What configuration file is used to tell a linux machine the IP address > of the gateway machine to the Internet? > > I currentl

Re: Directing a Linux machines output to a gateway

2002-10-01 Thread James Deck
[EMAIL PROTECTED] writes: >/etc/sysconfig/network In /etc/sysconfig/network you add these two lines: GATEWAY= GATEWAYDEV= Obviously if the machine is not multi-homed, or if the IP range of one adapter includes the gateway, it should be okay... but you can never be too careful :-). ja

Re: Directing a Linux machines output to a gateway

2002-10-01 Thread Willem van der Walt<[EMAIL PROTECTED]>
Hi, It is in /etc/sysconfig/network. network is a file which can contain a gateway statement. If that file contains no gateway statement, check /etc/sysconfig/network-scripts for the file: ifcfg_eth0 or simmelar. that is the configuration file of the eth0 interface. That, i think can also

Re: Directing a Linux machines output to a gateway

2002-10-01 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-Oct-2002/20:13 -0700, Ted Hilts <[EMAIL PROTECTED]> wrote: >What configuration file is used to tell a linux machine the IP address >of the gateway machine to the Internet? In /etc/sysconfig/network you can add a line like th

Re: Directing a Linux machines output to a gateway

2002-10-01 Thread achana
Ted Hilts wrote: > > What configuration file is used to tell a linux machine the IP address > of the gateway machine to the Internet? /etc/sysconfig/neywork-scripts/ifcfg-eth0 etc > help me with the Linux gateway and apparently they must have also done > something with ea

Directing a Linux machines output to a gateway

2002-10-01 Thread Ted Hilts
What configuration file is used to tell a linux machine the IP address of the gateway machine to the Internet? I currently have a linux gateway machine to which other linux machines can direct their output to get onto the internet. I have also set up an XP Pro machine as a gateway when the

Re: Mail Gateway Anti-virus

2002-06-06 Thread Gerry Doris
On Thu, 6 Jun 2002, Jeff Graves wrote: > I am about to install sophos anti-virus MailMonitor at on > our SMTP to do virus checking on our server. Before I > attempt installing it, does anyone have any recommendations > on other AV products that will run on our mail server? > (Redhat 7.2, Sendmail

Re: Mail Gateway Anti-virus

2002-06-06 Thread Mike Burger
Amavisd and AntiVir/X. Check http://www.amavis.org for more info. On Thu, 6 Jun 2002, Jeff Graves wrote: > I am about to install sophos anti-virus MailMonitor at on > our SMTP to do virus checking on our server. Before I > attempt installing it, does anyone have any recommendations > on other A

Mail Gateway Anti-virus

2002-06-06 Thread Jeff Graves
I am about to install sophos anti-virus MailMonitor at on our SMTP to do virus checking on our server. Before I attempt installing it, does anyone have any recommendations on other AV products that will run on our mail server? (Redhat 7.2, Sendmail 8.11) It would be nice to have something that can

Re: Regarding the default gateway

2002-06-01 Thread Sudhaker P
Hi Mike, Resolved the problem, thanks to you . >From: Mike Burger <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Regarding the default gateway >Date: Sat, 1 Jun 2002 11:31:29 -0400 (EDT) > >What does the output of "netsta

Re: Regarding the default gateway

2002-06-01 Thread Mike Burger
What does the output of "netstat -r' show you? On Sat, 1 Jun 2002, Sudhaker P wrote: > Hi Mike, > Thanks a lot , I added the entry of the gateway and restarted the system, > but it still is the same. is there anything i'm missing? > Your response will be greatly

Re: Regarding the default gateway

2002-06-01 Thread Sudhaker P
Thanks a lot Mr.Muhammad.I really appreciate your reply. -Peram >From: Muhammad Faisal Rauf Danka <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Regarding the default gateway >Date: Fri, 31 May 2002 18:31:57 -0700 (PDT) > >Mak

Re: Regarding the default gateway

2002-06-01 Thread Sudhaker P
Hi Mike, Thanks a lot , I added the entry of the gateway and restarted the system, but it still is the same. is there anything i'm missing? Your response will be greatly appreciated. -Regards, peram >From: Mike Burger <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >

Re: Regarding the default gateway

2002-05-31 Thread Muhammad Faisal Rauf Danka
Make changes in /etc/sysconfig/network for gateway there will be an entry GATEWAY="" change that and next time when you restart/reload your network, It will take affect automatically. Regards, - Muhammad Faisal Rauf Danka Chief Technology Officer Gem Internet Services (Pvt

Re: Regarding the default gateway

2002-05-31 Thread Mike Burger
Look in /etc/sysconfig/network for "GATEWAY=" and enter the IP address of your gateway. Then, if you restart the network service, it should come up with no problem. On Fri, 31 May 2002, Sudhaker P wrote: > > > Hi Gurus, > I've tried changing the DNS and th

Regarding the default gateway

2002-05-31 Thread Sudhaker P
Hi Gurus, I've tried changing the DNS and the IP addresses of Linux box running RedHat 6.2 and kernel 2.4.16 using Linuxconf but I am having problems with the default route. I tried adding using the command #route add default gw and when i type in route command it takes a while for the entry

how to get up2date to work via Gateway

2002-05-15 Thread Isaac Liu
hello, I have a win2k PC that I turned it into a Gateway and it sits between my own LAN (192.168.70.x) and the Corporate Network (192.168.3.x). My RH servers are on the 70.x network and it can ping to the 192.168.3.x addreess (via Gateway of course). My other win2k PC that is in the 70.x

Re: Antivirus gateway

2002-03-21 Thread Cokey de Percin
Gerry Doris wrote: > > > We use Symantec AV for gateways, and both McAfee and TrendMicro have AV > > for gateway solutions that are simple SMTP servers that scan all mail > > that passes through them via SMTP. > > > > TrendMicro also does spam filtering. > >

Re: Antivirus gateway

2002-03-21 Thread Gerry Doris
> We use Symantec AV for gateways, and both McAfee and TrendMicro have AV > for gateway solutions that are simple SMTP servers that scan all mail > that passes through them via SMTP. > > TrendMicro also does spam filtering. > > I researched some linux solutions, but didn'

Re: Antivirus gateway

2002-03-21 Thread Kevin Hammond
We use Symantec AV for gateways, and both McAfee and TrendMicro have AV for gateway solutions that are simple SMTP servers that scan all mail that passes through them via SMTP. TrendMicro also does spam filtering. I researched some linux solutions, but didn't find any major AV linux sen

Antivirus gateway

2002-03-20 Thread Roger
hi! i want to get a software of antivirus that is installed on the linux box to prevent sendmail server from virus.. Could you give me some suggetion? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-l

Re: Slow POP3 / SMTP / FTP connection from internal windozemachines to linux firewall (gateway)

2002-03-15 Thread Harry Putnam
Harry Putnam <[EMAIL PROTECTED]> writes: Sorry folks that reply was intended for a different thread. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Slow POP3 / SMTP / FTP connection from internal windozemachines to linux firewall (gateway)

2002-03-15 Thread Harry Putnam
David Talkington <[EMAIL PROTECTED]> writes: > Harry Putnam wrote: > >>Instead of having each machine retreive its mail from the internet, I >>want to have one machine do all retreival and the others to be aimed >>at it as there pop server. > > Sure, you're already on the right track ... you just

Re: Slow POP3 / SMTP / FTP connection from internal windoze machines to linux firewall (gateway)

2002-03-15 Thread Jonathan M. Slivko
ay, March 15, 2002 11:18 AM Subject: Re: Slow POP3 / SMTP / FTP connection from internal windoze machines to linux firewall (gateway) > Hello... > > Here is the details of my network. > > External: > 100MB connection to our ISP who is providing our primary dns services > li

Re: Slow POP3 / SMTP / FTP connection from internal windoze machinesto linux firewall (gateway)

2002-03-15 Thread Greg Caskey
Hello... Here is the details of my network. External: 100MB connection to our ISP who is providing our primary dns services linux 6.2 firewall gateway (PIII - 600MHz cpu with 128MB ram, 30GB hHD) running qmail Internal: dlink 10/100 24 port switch 20 win9x desktop machines (various hardware

Re: Slow POP3 / SMTP / FTP connection from internal windoze machines to linux firewall (gateway)

2002-03-14 Thread Jonathan M. Slivko
: Re: Slow POP3 / SMTP / FTP connection from internal windoze machines to linux firewall (gateway) > Hello... > > Well, except the internal network is the only slow section with > smtp,pop3,ftp, etc From the outside world pop3, http, etc are fine? > > Still Puzzled > > --

  1   2   3   >