Hi,
I set up a PPPoe server. It is working fine, but I noticed that if I enter static ip address gateway and DNS on a lan conneted machine, it has access to the internet. I dont want it like that. Every internet access should go by a PPPoe connection.
How can I go about it?
Kindly help me please…
Must be some configuration mistakes.
Post the output of
/ip address print
/ip firewall export
/ip firewall nat export
Use IP less server scenario.Its more secure and recommended that you do not set ip address on pppoe LAN interface.
Thanks for your reply.
here are the outputs
regards
/ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 ;;; added by setup
192.168.175.1/24 192.168.175.0 Local
1 ;;; added by setup
192.168.150.50/24 192.168.150.0 Public
2 D 192.168.175.100/32 192.168.175.147
/ip firewall export
\
jul/26/2011 15:24:00 by RouterOS 5.5
software id = C9U9-HI5G
/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s tcp-close-wait-timeout=10s tcp-established-timeout=1d tcp-fin-wait-timeout=10s
tcp-last-ack-timeout=10s tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=
10s
/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=Public
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no
/ip firewall nat export
jul/26/2011 15:27:01 by RouterOS 5.5
software id = C9U9-HI5G
/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=Public
Hi,
thanks, I used IPless scenario and it works. But kindly look at the output if anything need to be corrected.