Ask a Question related to SCO, Design and Development.
-
Chalawal Maliwan #1
Does IPFILER from TLS709 work with one NIC with multiple IP addresses?
I have tried to install ipfilter on OSR504 using configuration below:
map net0 0.0.0.0/0 -> 0.0.0.0/32 proxy port ftp ftp/tcp
map net0 193.88.1.0/24 -> 0.0.0.0/32 proxy port ftp ftp/tcp
map net0 193.88.1.0/24 -> 0.0.0.0/32 portmap tcp/udp 10000:40000
map net0 193.88.1.0/24 -> 0.0.0.0/32
/etc/default/inet:
ipforwarding 1
ipsendredirects 1
/etc/ipf.conf:
pass out all
192.168.0.1
193.88.1.4 -> 193.88.1.1 -> Outside World
202.197.2.24
"A" "B"
I can ping both 193.88.1.1 and 202.197.2.24 but I could not ping the
"Outside World" from 193.88.1.4.
Does it mean that IPFILTER isn't working with one NIC or I need true
private IP interface to have it working i.e. 192.168.0.1 instead of
193.88.1.1.
Thanks,
Chalawal
Chalawal Maliwan Guest
-
Multiple Debugging IP addresses
If you remove ALL Ip addresses in the list, debug will be shown to all. Good for development, BAD for live :) -
Multiple Debugging IP addresses
When we add ip adress using add current that adds the apparent ipadress oof our router. Then all of our internal workstations show debugging. ... -
Multiple IP Addresses For Same Host in /etc/hosts
Hi, Can you have more than one address associated with a single host name in the /etc/hosts file? Will it cause any problems? For example, if... -
Sending mail to multiple addresses
Yes, You must seperate them with comma's mm.To = "Fred@bedrock.com, Barney@bedrock.com, Pebbles@bedrock.com"; succes. "Russ"... -
Mac addresses / Multiple airports
That, of course, is my second dilemma. I still need to be able to input all my mac addresses easily. As for the encryption, do you suggest WEP or... -
Jean-Pierre Radley #2
Re: Does IPFILER from TLS709 work with one NIC with multiple IP addresses?
Chalawal Maliwan typed (on Wed, Jul 23, 2003 at 11:40:12PM -0700):
| I have tried to install ipfilter on OSR504 using configuration below:
|
| map net0 0.0.0.0/0 -> 0.0.0.0/32 proxy port ftp ftp/tcp
| map net0 193.88.1.0/24 -> 0.0.0.0/32 proxy port ftp ftp/tcp
| map net0 193.88.1.0/24 -> 0.0.0.0/32 portmap tcp/udp 10000:40000
| map net0 193.88.1.0/24 -> 0.0.0.0/32
|
| /etc/default/inet:
| ipforwarding 1
| ipsendredirects 1
|
| /etc/ipf.conf:
| pass out all
|
| 192.168.0.1
| 193.88.1.4 -> 193.88.1.1 -> Outside World
| 202.197.2.24
| "A" "B"
|
|
| I can ping both 193.88.1.1 and 202.197.2.24 but I could not ping the
| "Outside World" from 193.88.1.4.
|
| Does it mean that IPFILTER isn't working with one NIC or I need true
| private IP interface to have it working i.e. 192.168.0.1 instead of
| 193.88.1.1.
|
I'm using 198.207.210 for my NAT'ed addresses, so that's not your
problem. My ipnat.rules file contains:
map net1 198.207.210.0/24 -> 66.167.21.66/32
This is NOT the filter rules file, and it's run by ipnat, as opposed to
my ipf.conf file which is run by ipfilter.
--
JP
Jean-Pierre Radley Guest
-
Chalawal Maliwan #3
Re: Does IPFILER from TLS709 work with one NIC with multiple IP addresses?
>
I have it running now by changing the 202.197.2.24 from alias to the> I'm using 198.207.210 for my NAT'ed addresses, so that's not your
> problem. My ipnat.rules file contains:
>
> map net1 198.207.210.0/24 -> 66.167.21.66/32
>
> This is NOT the filter rules file, and it's run by ipnat, as opposed to
> my ipf.conf file which is run by ipfilter.
real IP address. I can ping, telnet and etc. to the outside world but
not traceroute.
Do I need to run "routed" on the "202.197.2.24" to have traceroute to
work.
Thanks,
Chalawal
Chalawal Maliwan Guest
-
Chalawal Maliwan #4
Re: Does IPFILER from TLS709 work with one NIC with multiple IP addresses?
Below please find more about findings:
"B" can telnet to 193.88.1.x only if the default route on
193.88.1.x is set to 193.88.1.1
While telneting to 193.88.1.4 from "B", 193.88.1.4 sees "B" as
coming from 202.197.2.24
I must be missing something here. Can anyone please suggest?
Thanks,
chalawal
Chalawal Maliwan Guest



Reply With Quote

