I dont know What happened.
I come to log on and i get this error:
TCP/IP CP reported error 738: The server did not assign an address.
i have done absolutely nothing to cause this. i didnt change anything.
my pppoe server gives out ip address from a pool:
[admin@grnzne-inet] ip pool> print
# NAME RANGES
0 dhcp-pool-1 192.168.0.100-192.168.0.200
1 webbox 192.168.0.100-192.168.0.200
2 pppoe-pool 192.168.1.100-192.168.1.250
and heres my nat:
[admin@grnzne-inet] ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; masquerade hotspot network
chain=srcnat src-address=192.168.0.0/24 action=masquerade
1 ;;; allow pppoe users inet
chain=srcnat src-address=192.168.1.0/24 action=masquerade
2 X ;;; masquerade hotspot network
chain=srcnat src-address=192.168.0.0/24 action=masquerade
3 X chain=dstnat in-interface=ether2 dst-address=0.0.0.80 protocol=tcp action=redirect
to-ports=8080
4 X ;;; ;;; intercept all DNS requests
chain=dstnat protocol=udp dst-port=53 action=dst-nat to-addresses=192.168.0.1
to-ports=0-65535
5 ;;; ;;; Transparent Proxy
chain=dstnat dst-address=192.168.0.1 protocol=tcp dst-port=80 action=redirect
to-ports=3128
[admin@grnzne-inet] ip firewall nat>
HELP!