scoobydope
03-21-2001, 11:20 AM
Mar 21 07:13:23 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.150:67 255.255.255.255:68 L=328 S=0x00 I=65030 F=0x4000 T=252 (#8)
Mar 21 07:13:32 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.150:67 255.255.255.255:68 L=328 S=0x00 I=65031 F=0x4000 T=252 (#8)
Mar 21 07:13:32 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.130:67 255.255.255.255:68 L=328 S=0x00 I=57823 F=0x4000 T=252 (#8)
Mar 21 07:13:49 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.150:67 255.255.255.255:68 L=328 S=0x00 I=65033 F=0x4000 T=252 (#8)
Mar 21 07:13:49 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.130:67 255.255.255.255:68 L=328 S=0x00 I=57825 F=0x4000 T=252 (#8)
odd.
I have set up ipchains successfully on my main box here, and am running a sin98 box on the other side of the network which i have configured statically.
the lines for ipchains -A input are as follows:
################################################## ########################
# Ok, Incoming rules, set the default policy of reject (see above)
################################################## ########################
ipchains -F input
ipchains -P input REJECT
#then start up the real rules
#local interface, local machine, going anywhere is ok
ipchains -A input -i $intint -s $intnet -d 0.0.0.0/0 -j ACCEPT
#remote interface, pretending to be the internal lan... fsck off.
ipchains -A input -i $extint -s $intnet -d 0.0.0.0/0 -j REJECT
#remote interface, any source, coming into my static IP, okey doke.
ipchains -A input -i $extint -s 0.0.0.0/0 -d $extip/32 -j ACCEPT
#loopback interface is valid
ipchains -A input -i lo -s 0.0.0.0/0 -d 0.0.0.0/0 -j ACCEPT
#a catchall rule, everything left that happens is dropped and logged.
ipchains -A input -s 0.0.0.0/0 -d 0.0.0.0/0 -l -j REJECT
################################################## ######
# Thats it for the input section, next is the output
################################################## ######
I enabled DNS on the win98 box and manually entered in my DNS server addresses.
The net connection works for both (not getting any DNS errors with browsing at all) but the /var/log/messages keeps filling up with these reports.
Any ideas?
[ 21 March 2001: Message edited by: scoobydope ]
[ 21 March 2001: Message edited by: scoobydope ]
Mar 21 07:13:32 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.150:67 255.255.255.255:68 L=328 S=0x00 I=65031 F=0x4000 T=252 (#8)
Mar 21 07:13:32 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.130:67 255.255.255.255:68 L=328 S=0x00 I=57823 F=0x4000 T=252 (#8)
Mar 21 07:13:49 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.150:67 255.255.255.255:68 L=328 S=0x00 I=65033 F=0x4000 T=252 (#8)
Mar 21 07:13:49 s64-180-33-181 kernel: Packet log: input REJECT eth1 PROTO=17 209.53.4.130:67 255.255.255.255:68 L=328 S=0x00 I=57825 F=0x4000 T=252 (#8)
odd.
I have set up ipchains successfully on my main box here, and am running a sin98 box on the other side of the network which i have configured statically.
the lines for ipchains -A input are as follows:
################################################## ########################
# Ok, Incoming rules, set the default policy of reject (see above)
################################################## ########################
ipchains -F input
ipchains -P input REJECT
#then start up the real rules
#local interface, local machine, going anywhere is ok
ipchains -A input -i $intint -s $intnet -d 0.0.0.0/0 -j ACCEPT
#remote interface, pretending to be the internal lan... fsck off.
ipchains -A input -i $extint -s $intnet -d 0.0.0.0/0 -j REJECT
#remote interface, any source, coming into my static IP, okey doke.
ipchains -A input -i $extint -s 0.0.0.0/0 -d $extip/32 -j ACCEPT
#loopback interface is valid
ipchains -A input -i lo -s 0.0.0.0/0 -d 0.0.0.0/0 -j ACCEPT
#a catchall rule, everything left that happens is dropped and logged.
ipchains -A input -s 0.0.0.0/0 -d 0.0.0.0/0 -l -j REJECT
################################################## ######
# Thats it for the input section, next is the output
################################################## ######
I enabled DNS on the win98 box and manually entered in my DNS server addresses.
The net connection works for both (not getting any DNS errors with browsing at all) but the /var/log/messages keeps filling up with these reports.
Any ideas?
[ 21 March 2001: Message edited by: scoobydope ]
[ 21 March 2001: Message edited by: scoobydope ]