Well, I've flushed iptables (see below) and it's still searching for dhcp. I'll try again after reboot but
iptables does not appear to be the problem.


Adam Bogacki,
[EMAIL PROTECTED]

Tux:~# iptables -A INPUT -i eth1 -j ACCEPT
Tux:~# iptables -A OUTPUT -o eth1 -j ACCEPT
Tux:~# iptables-save
# Generated by iptables-save v1.2.11 on Fri Nov 26 15:26:10 2004
*mangle
:PREROUTING ACCEPT [332:272318]
:INPUT ACCEPT [1110:901176]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [326:67107]
:POSTROUTING ACCEPT [1096:208310]
COMMIT
# Completed on Fri Nov 26 15:26:10 2004
# Generated by iptables-save v1.2.11 on Fri Nov 26 15:26:10 2004
*filter
:INPUT ACCEPT [315:265757]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [318:66720]
-A INPUT -i eth1 -j ACCEPT
-A OUTPUT -o eth1 -j ACCEPT
COMMIT
# Completed on Fri Nov 26 15:26:10 2004
# Generated by iptables-save v1.2.11 on Fri Nov 26 15:26:10 2004
*nat
:PREROUTING ACCEPT [7:336]
:POSTROUTING ACCEPT [14:1064]
:OUTPUT ACCEPT [26:1624]
COMMIT
# Completed on Fri Nov 26 15:26:10 2004
Tux:~# iptables -L -v
Chain INPUT (policy ACCEPT 337 packets, 281K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- eth1 any anywhere anywhere


Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination


Chain OUTPUT (policy ACCEPT 342 packets, 67801 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- any eth1 anywhere anywhere
Tux:~#





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net

Reply via email to